Mod help - giving resource to all players
Hey fellow modders. I am trying to give a custom resource to all players. I found this tag for Blight:
- <GameModifier>
- <ModType>Map</ModType>
- <Attribute>AllPlayerStoredResourceAdjustment</Attribute>
- <StrVal>Population</StrVal>
- <Value>-50</Value>
- </GameModifier>
The problem is that this adjusts by percentage. I'm looking to do an integer increase in value (starting from a zero value) - but I see no other tag that does this. Help?