1 |
Actually
looking
into
the
startscript
documentation,
using
handicap
would
be
a
bad
idea.
|
1 |
Actually
looking
into
the
[url=https://github.
com/spring/spring/blob/104.
0/doc/StartScriptFormat.
txt]startscript
documentation[/url],
using
handicap
would
be
a
bad
idea.
|
2 |
\n
|
2 |
\n
|
3 |
{{{Handicap=0; // DEPRECATED, see Advantage (below). Advantage as percentage, common: [-100, 100], valid: [-100, FLOAT_MAX]
|
3 |
{{{Handicap=0; // DEPRECATED, see Advantage (below). Advantage as percentage, common: [-100, 100], valid: [-100, FLOAT_MAX]
|
4 |
\n
|
4 |
\n
|
5 |
Advantage=0; // Advantage factor (meta value). Currently only affects IncomeMultiplier (below), common: [-1.0, 1.0], valid: [-1.0, FLOAT_MAX]
|
5 |
Advantage=0; // Advantage factor (meta value). Currently only affects IncomeMultiplier (below), common: [-1.0, 1.0], valid: [-1.0, FLOAT_MAX]
|
6 |
\n
|
6 |
\n
|
7 |
IncomeMultiplier=1; // multiplication factor for collected resources, common: [0.0, 2.0], valid: [0.0, FLOAT_MAX]
|
7 |
IncomeMultiplier=1; // multiplication factor for collected resources, common: [0.0, 2.0], valid: [0.0, FLOAT_MAX]
|
8 |
}}}
|
8 |
}}}
|
9 |
\n
|
9 |
\n
|
10 |
It's probably best to use IncomeMultiplier directly, as this is what we want to do.
|
10 |
It's probably best to use IncomeMultiplier directly, as this is what we want to do.
|