Added new requirement type MaxRegionTiles to count tiles that are part of the same region (continent or ocean). RM #629, RM #652
This requirement checks the number of tiles in the given range that are part of the same region as the target tile. This allows detecting smaller islands and lakes (when used at full Continent range) as well as straits/bays/peninsulas (when used at Adjacent or CAdjacent range).
Changes in what a 3.3 ruleset can do
- Alien Valkyrie
- Elite
- Posts: 518
- Joined: Sun Feb 10, 2013 10:21 pm
- Location: Stuttgart, Germany
- Alien Valkyrie
- Elite
- Posts: 518
- Joined: Sun Feb 10, 2013 10:21 pm
- Location: Stuttgart, Germany
Re: Changes in what a 3.3 ruleset can do
Added new requirement type TileRel to check the relationship between two tiles. RM #614, RM #654, RM #678
This is only available in the same places MaxDistanceSq (see above) is available. Current possible values are primarily about the tiles' continents/oceans.
This is only available in the same places MaxDistanceSq (see above) is available. Current possible values are primarily about the tiles' continents/oceans.
~ AVL
- Alien Valkyrie
- Elite
- Posts: 518
- Joined: Sun Feb 10, 2013 10:21 pm
- Location: Stuttgart, Germany
Re: Changes in what a 3.3 ruleset can do
Moved national border claiming rules to the ruleset. RM #588
New Tile_Claimable effect controls whether a border source can claim a target tile. The Claim_Ocean and Claim_Ocean_Limited tech flags have been removed / turned into user flags (increasing the maximum number of user tech flags by 2).
New Tile_Claimable effect controls whether a border source can claim a target tile. The Claim_Ocean and Claim_Ocean_Limited tech flags have been removed / turned into user flags (increasing the maximum number of user tech flags by 2).
~ AVL
Re: Changes in what a 3.3 ruleset can do
New scripting API signal unit_transferred. osdn #44888
Re: Changes in what a 3.3 ruleset can do
New Veteran_Work effect. Same as Veteran_Combat, but for veterancy from working. osdn #43186
Re: Changes in what a 3.3 ruleset can do
Lua method edit.change_city_size() added. osdn #44230
Re: Changes in what a 3.3 ruleset can do
Lua method City:nationality_citizens() to get number of citizens of a given nationality added. RM #844