Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:36:06 +09:30
commit 144c6a880d
19 changed files with 1430 additions and 0 deletions

14
Config/biomes.xml Normal file
View File

@@ -0,0 +1,14 @@
<Config>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/decorations/decoration[starts-with(@name,'zztong_rubble')]" name="prob">1.75</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/subbiome/decorations/decoration[starts-with(@name,'deco_rubble_stone')]" name="prob">1.75</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/decorations/decoration[starts-with(@name,'deco_rubble_stone')]" name="prob">1.75</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/subbiome/decorations/decoration[starts-with(@name,'deco_remnant_stone')]" name="prob">5</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/decorations/decoration[starts-with(@name,'deco_remnant_stone')]" name="prob">5</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/subbiome/decorations/decoration[starts-with(@name,'deco_remnant_wood')]" name="prob">2.25</setattribute>
<setattribute xpath="/worldgeneration/biomes/biome[@name='wasteland']/decorations/decoration[starts-with(@name,'deco_remnant_wood')]" name="prob">2.25</setattribute>
</Config>