Page 1 of 1

Event question

Posted: Thu Sep 29, 2022 9:30 pm
by ncc1701e
Is it possible to increase the max strength of a given unit by an event?

Thanks

Re: Event question

Posted: Fri Sep 30, 2022 11:29 am
by CHINCHIN
You can increase the strength of a unit class, like the movement of Russian armor, but of a specific unit on the map I think not.

Re: Event question

Posted: Sun Oct 02, 2022 9:48 pm
by ncc1701e
CHINCHIN wrote: Fri Sep 30, 2022 11:29 am You can increase the strength of a unit class, like the movement of Russian armor, but of a specific unit on the map I think not.
Perfect an unit class, this is what I am looking for. Will try to increase the size of Soviet army by an event after the reintroduction of Soviet Rifle corps in their organization.

Basically an army was able to command more stuff. Instead of an army is composed of 8 divisions, it was more an army is composed of 3 rifle corps meaning 9 divisions plus support units.

So I would like to try to increase Soviet rifle army from 36 to 40.

Re: Event question

Posted: Mon Oct 03, 2022 8:24 am
by CHINCHIN
This should work.

//USSR Increase Army STR
$ChangeUnitAttributes
if_Date=10/1/1943
targetCountry=4
lifespan=tillTrigger
unitID=4
stats=40,4,2,2,0,0,0,0,0,0,0,1,4,5,1,130,320,0,1
text=
addReportTo=Allies
$End