Changes in what a 3.2 ruleset can do
Re: Changes in what a 3.2 ruleset can do
Lua API has now method to get tile targeted effect value. effects.tile_bonus() osdn #47547
Re: Changes in what a 3.2 ruleset can do
Separate maximum number of resources limit has been lifted. The only limit there's to amount of resources is the maximum number of extras, i.e., ruleset can use all the extra slots for resources, if author so wants. osdn #48607
Re: Changes in what a 3.2 ruleset can do
Added support for extras that impose ZoC by themselves, even when no units are present osdn #47701
Giving also this flag to an extra that hides units is one way to resolve the question about units inside such extras not imposing ZoC.
Giving also this flag to an extra that hides units is one way to resolve the question about units inside such extras not imposing ZoC.
Re: Changes in what a 3.2 ruleset can do
Attack and Suicide Attack actions have been Fake Generalized. osdn #42688