H
hakujin_grande at yahoo.c
Guest
I'm trying to implement the Space Wolves in AB3. As you might know,
the Space Wolves don't use the standard HQ composition of 1-2 as set
in the Profiles of the warhammed40k.def file. Instead they use 1 HQ
for every 750 points in the army or fraction thereof for any scenario,
i.e. they use 1 HQ for up to 750 points, 2 HQ for 751 - 1500, 3 HQ for
1501 - 2250, etc.
Is there a way to override the hq profile in an external file, or must
the scripts be modified in the definition file?
Also, I'm a novice datafile editor, would the following Minmax script
achieve my desired results?
@maxvalue = round(roster.activesize / 750,0,1)
@minvalue = round(roster.activesize / 750,0,1)
the Space Wolves don't use the standard HQ composition of 1-2 as set
in the Profiles of the warhammed40k.def file. Instead they use 1 HQ
for every 750 points in the army or fraction thereof for any scenario,
i.e. they use 1 HQ for up to 750 points, 2 HQ for 751 - 1500, 3 HQ for
1501 - 2250, etc.
Is there a way to override the hq profile in an external file, or must
the scripts be modified in the definition file?
Also, I'm a novice datafile editor, would the following Minmax script
achieve my desired results?
@maxvalue = round(roster.activesize / 750,0,1)
@minvalue = round(roster.activesize / 750,0,1)