Adjacency Bonus - Possible to say '+1 if x' vs '+1 per x'?

blacknight678

Chieftain
Joined
Oct 27, 2009
Messages
19
Is it possible to define an adjacency bonus as has/hasn't instead of per? Suppose I want to give +2 adjacency if a district is adjacent to Woods, but not +2 per Woods. Is this possible without extensive scripting work?

Thanks!
 
You need to use a modifier that has a Requirement like plot_adjacent_terrain_type_matches or plot_adjacent_feature_type_matches. Then e.g. 1 woods would satisfy it.
Standard adjacencies are always based on number of tiles - it is in the game core table.
 
Top Bottom