in 00_building_values.txt :
There are value defined like:
@normal_garrison_base = 150
@good_garrison_base = 250
I added:
@palace_garrison = 1000
Now when I add that value to a building
garrison = palace_garrison
It does nothing!
If I reference to @good_garrison_base = 250
It does nothing!!
However, If I reference to
garrison = good_building_garrison_tier_1
It does add garrison!!!
So where is the logic? What do I have to write that the game accepts my script values?
There are value defined like:
@normal_garrison_base = 150
@good_garrison_base = 250
I added:
@palace_garrison = 1000
Now when I add that value to a building
garrison = palace_garrison
It does nothing!
If I reference to @good_garrison_base = 250
It does nothing!!
However, If I reference to
garrison = good_building_garrison_tier_1
It does add garrison!!!
So where is the logic? What do I have to write that the game accepts my script values?