Im trieing to do a Helvetia/Switzerland Civilization Mod and thought i could add "Direct Democracy" as a Trait, which enables Converting Production into Happiness, the same way as Production -> Wealth/Science. Would be like 10/15/20 ? Production into 1 Happiness.
Is that even possible to do that in xml?
What ive done so far (separated CI5Traits.xml)
<GameData>
<Traits>
<Row>
<Type>TRAIT_DIRECT_DEMOCRACY</Type>
<Description>TXT_KEY_TRAIT_DIRECT_DEMOCRACY</Description>
<ShortDescription>TXT_KEY_TRAIT_DIRECT_DEMOCRACY_SHORT</ShortDescription>
</Row>
</Traits>
AND NOW?
</GameData>
Sorry im an absolute noob in modding so...
THX a lot in previous
Is that even possible to do that in xml?
What ive done so far (separated CI5Traits.xml)
<GameData>
<Traits>
<Row>
<Type>TRAIT_DIRECT_DEMOCRACY</Type>
<Description>TXT_KEY_TRAIT_DIRECT_DEMOCRACY</Description>
<ShortDescription>TXT_KEY_TRAIT_DIRECT_DEMOCRACY_SHORT</ShortDescription>
</Row>
</Traits>
AND NOW?
</GameData>
Sorry im an absolute noob in modding so...
THX a lot in previous