Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:16:02 +09:30
commit 3e49eff2de
21 changed files with 1368 additions and 0 deletions

121
Config/_backup/recipes.xml Normal file
View File

@@ -0,0 +1,121 @@
<addnew>
<append xpath="/recipes">
<!-- *************************** -->
<!-- 25MM LGL -->
<!-- *************************** -->
<!-- AMMO25mm -->
<recipe name="ammo25mmGrenadeTraining" count="1" craft_time="20" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceForgedIron" count="1"/>
<ingredient name="resourceGunPowder" count="10"/>
<ingredient name="resourceBulletCasing" count="4"/>
</recipe>
<recipe name="ammo25mmGrenadeHE" count="1" craft_time="25" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceForgedIron" count="1"/>
<ingredient name="resourceScrapIron" count="2"/>
<ingredient name="resourceGunPowder" count="16"/>
<ingredient name="resourceBulletCasing" count="4"/>
</recipe>
<recipe name="ammo25mmGrenadeFRAGS" count="1" craft_time="25" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceForgedIron" count="1"/>
<ingredient name="resourceScrapIron" count="5"/>
<ingredient name="resourceGunPowder" count="14"/>
<ingredient name="resourceBulletCasing" count="4"/>
</recipe>
<!-- AMMORPGwarhead -->
<recipe name="ammoRocketRPGTraning" count="1" craft_time="50" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceRocketTip" count="1"/>
<ingredient name="resourceRocketCasing" count="1"/>
<ingredient name="resourceDuctTape" count="2"/>
<ingredient name="resourceForgedSteel" count="1"/>
<ingredient name="resourceGunPowder" count="15"/>
</recipe>
<recipe name="ammoRocketRPGHE" count="1" craft_time="50" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceRocketTip" count="1"/>
<ingredient name="resourceRocketCasing" count="1"/>
<ingredient name="resourceDuctTape" count="2"/>
<ingredient name="resourceGunPowder" count="40"/>
</recipe>
<recipe name="ammoRocketRPGIncendiary" count="1" craft_time="50" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="resourceRocketTip" count="1"/>
<ingredient name="resourceRocketCasing" count="1"/>
<ingredient name="resourceDuctTape" count="2"/>
<ingredient name="resourceGunPowder" count="30"/>
<ingredient name="ammoGasCan" count="300"/>
</recipe>
<!-- AMMORPGwarhead Convert from normal rockets-->
<recipe name="ammoRocketRPGHE" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="ammoRocketHE" count="1"/>
<ingredient name="resourceGunPowder" count="5"/>
</recipe>
<recipe name="ammoRocketRPGHE" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="ammoRocketFrag" count="1"/>
<ingredient name="resourceGunPowder" count="5"/>
</recipe>
<recipe name="ammoRocketRPGIncendiary" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="ammoRocketFrag" count="1"/>
<ingredient name="resourceGunPowder" count="5"/>
<ingredient name="ammoGasCan" count="100"/>
</recipe>
<recipe name="ammoRocketRPGIncendiary" count="1" craft_time="30" craft_area="workbench" tags="workbenchCrafting">
<ingredient name="ammoRocketHE" count="1"/>
<ingredient name="resourceGunPowder" count="5"/>
<ingredient name="ammoGasCan" count="100"/>
</recipe>
<!-- GUN25mmLGL -->
<recipe name="IZYgunT2LGLChinalakeGrenadeLauncher" count="1" craft_area="workbench" tags="learnable,perkDemolitionsExpert">
<ingredient name="gunExplosivesT3RocketLauncherParts" count="1"/>
<ingredient name="gunShotgunT1DoubleBarrelParts" count="1"/>
<ingredient name="resourceForgedSteel" count="5"/>
<ingredient name="resourceSpring" count="2"/>
<ingredient name="resourceLegendaryParts" count="0"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value="1,5" tags="gunExplosivesT3RocketLauncherParts,resourceForgedSteel,resourceDuctTape,resourceSpring"/>
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
</effect_group>
</recipe>
<recipe name="IZYgunT3LGLXM25" count="1" craft_area="workbench" tags="learnable,perkDemolitionsExpert">
<ingredient name="gunExplosivesT3RocketLauncherParts" count="1"/>
<ingredient name="gunMGT1AK47Parts" count="3"/>
<ingredient name="resourceForgedSteel" count="20"/>
<ingredient name="resourceSpring" count="5"/>
<ingredient name="resourceLegendaryParts" count="0"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value="1,5" tags="gunExplosivesT3RocketLauncherParts,resourceForgedSteel,resourceDuctTape,resourceSpring"/>
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
</effect_group>
</recipe>
<recipe name="IZYgunT3RocketLauncherRPG7" count="1" craft_area="workbench" tags="learnable,perkDemolitionsExpert">
<ingredient name="gunExplosivesT3RocketLauncherParts" count="1"/>
<ingredient name="resourceForgedSteel" count="20"/>
<ingredient name="resourceDuctTape" count="3"/>
<ingredient name="resourceSpring" count="3"/>
<ingredient name="resourceLegendaryParts" count="0"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="2,6" operation="perc_add" value="1,5" tags="gunExplosivesT3RocketLauncherParts,resourceForgedSteel,resourceDuctTape,resourceSpring"/>
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
</effect_group>
</recipe>
</append>
</addnew>