I am modding the game to make every biome as difficult (or more) than wasteland - so i want to remove the loot / game stage bonuses / modifiers from biomes. I have these lines in my mod but it is not working ... (this is an example I know i need to do it for all biomes)
<set xpath="/biomes/worldgeneration/biomes/biome[@name='snow']/@lootstage_bonus">0</set>
<set xpath="/biomes/worldgeneration/biomes/biome[@name='snow']/@gamestage_bonus">0</set>
it is not working ... gives me a yellow not loaded message at game start.
Can anyone tell me what i am missing or doing wrong? Thank you !
<set xpath="/biomes/worldgeneration/biomes/biome[@name='snow']/@lootstage_bonus">0</set>
<set xpath="/biomes/worldgeneration/biomes/biome[@name='snow']/@gamestage_bonus">0</set>
it is not working ... gives me a yellow not loaded message at game start.
Can anyone tell me what i am missing or doing wrong? Thank you !