I'm writing a commander profile that reduces the electronics construction and maintenance costs by a certain amount. I successfully lowered the construction costs by adding tags to the game apply section on the commander profile, but I can't for the life of me figure out why the maintenance amount tags aren't working!
This is what I have in the game apply field:
CreateLabelModifier("SchoolEleCost","School","construction_cost_Electronics",-6)
CreateLabelModifier("SchoolMaintCost","School","maintenance_resource_amount",-1)
CreateLabelModifier("MUEleCost","MartianUniversity","construction_cost_Electronics",-12)
CreateLabelModifier("MUMaintCost","MartianUniversity","maintenance_resource_amount",-2)
The game recognizes the electronics construction costs as 4 and 8 for schools and universities respectively, but the maintenance costs are unchanged. What am I missing?
This is what I have in the game apply field:
CreateLabelModifier("SchoolEleCost","School","construction_cost_Electronics",-6)
CreateLabelModifier("SchoolMaintCost","School","maintenance_resource_amount",-1)
CreateLabelModifier("MUEleCost","MartianUniversity","construction_cost_Electronics",-12)
CreateLabelModifier("MUMaintCost","MartianUniversity","maintenance_resource_amount",-2)
The game recognizes the electronics construction costs as 4 and 8 for schools and universities respectively, but the maintenance costs are unchanged. What am I missing?