Random Q&A
Posted: Thu Apr 23, 2020 9:52 pm
Just checking. Version 2.5.
Does this:
do the following:
* when unit is sitting in the forest and is attacked by a unit with a "CityBuster" flag, its defence value is decreased by 50%
?
Does this:
Code: Select all
Type = "Defend_Bonus"
value = -50
reqs =
{ "type", "name", "range"
"Terrain", "Forest", "Local"
"UnitFlag", "CityBuster", "Local"
}
* when unit is sitting in the forest and is attacked by a unit with a "CityBuster" flag, its defence value is decreased by 50%
?