Aldollin
Chieftain
- Joined
- Mar 7, 2017
- Messages
- 87
from looking at the GameplaySchema i found 2 entries that i dont think are used anywhere:
"OnePerCity" BOOLEAN NOT NULL CHECK (OnePerCity IN (0,1)) DEFAULT 0,
and
"ValidAdjacentTerrainAmount" INTEGER NOT NULL DEFAULT 0,
does anyone know if they are used somewhere and what they do?
i would have guessed "OnePerCity" makes it so you can only have the improvement once per city, since <Districts> has the same collum, but it does not seem to work that way in testing
"OnePerCity" BOOLEAN NOT NULL CHECK (OnePerCity IN (0,1)) DEFAULT 0,
and
"ValidAdjacentTerrainAmount" INTEGER NOT NULL DEFAULT 0,
does anyone know if they are used somewhere and what they do?
i would have guessed "OnePerCity" makes it so you can only have the improvement once per city, since <Districts> has the same collum, but it does not seem to work that way in testing