Page 1 of 1

Random Q&A

Posted: Thu Apr 23, 2020 9:52 pm
by Corbeau
Just checking. Version 2.5.

Does this:

Code: Select all

Type    = "Defend_Bonus"
value   = -50
reqs    =
    { "type", "name", "range"
      "Terrain", "Forest", "Local"
       "UnitFlag", "CityBuster", "Local"
    }
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%
?

Re: Random Q&A

Posted: Thu Apr 23, 2020 10:04 pm
by Ignatus
Likely yes.

Re: Random Q&A

Posted: Fri Apr 24, 2020 7:27 am
by Alien Valkyrie
Caveat: It might be possible that Defend_Bonus is only evaluated when attacking a city. I've never actually checked.