七日杀xPath修改合成材料需要数量为1和弹药制作数量为100
使用xPath,将所有配方合成材料每种修改为1个(原来需要的材料不变,只修需要数量,没有尝试过0所以不知道会出现什么情况),弹药制作数量修改为100(1份材料,制作100)链接:https://pan.blacksheepgame.com/s/1pNec7EtGQPE_RheF9NN8WA
提取码:9oun
<configs>
<!-- 设置配方合成数量全部为1 -->
<set xpath="/recipes/recipe/ingredient[@count and not(@count='1')]/@count">1</set>
<!-- 制作弹药数量100 -->
<set xpath="/recipes/recipe[@name='ammo44MagnumBullet']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammo44MagnumBulletSteel']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammo762mmBulletFMJ']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammo762mmBulletFMJSteel']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammo9mmBullet']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammo9mmBulletSteel']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoShotgunShell']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoShotgunSlug']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoBlunderbuss']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoArrowStone']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoArrowFlaming']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoArrowIron']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoArrowSteelAP']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoCrossbowBoltStone']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoCrossbowBoltIron']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoCrossbowBoltExploding']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoCrossbowBoltSteelAP']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoRocketHE']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoRocketFrag']/@count">100</set>
<set xpath="/recipes/recipe[@name='ammoDartSteel']/@count">100</set>
</configs>
这个有点BT,涌起了会不会很无聊……:lol 可以自己改,比如改高需要材料的数量;P(用txt就能打开) 大佬厉害了哇。{:3_110:}
页:
[1]