Adding property to a plot

Groch

Chieftain
Joined
Jun 18, 2018
Messages
1
Is it possible to add some custom properties to plots in Civilization V?
For example, I'd love to add a field 'Health' to each plot.
I tried using the simplest approach and adding the field like I would add it to a Lua table (something like pPlot["Health"] = 0), but the field would disappear after the next turn.

Any advices how can I achieve desired effect?
 
Top Bottom