Upload from upload_mods.ps1
This commit is contained in:
83
Config/_backup/loot.xml
Normal file
83
Config/_backup/loot.xml
Normal file
@@ -0,0 +1,83 @@
|
||||
<configs>
|
||||
<!-- oooooooooooo -->
|
||||
<!-- CREATE GROUP -->
|
||||
<!-- oooooooooooo -->
|
||||
<insertAfter xpath="//lootgroup[@name='groupWeaponsT1_Boomstick']">
|
||||
<!-- tier 01 -->
|
||||
<lootgroup name="groupWeaponsT1_SHOTGUN_DBOverUnder" count="all" loot_quality_template="QLTemplateT1">
|
||||
<item name="IZYgunT1TradshotgunDoubleBarrelOverUnder"/>
|
||||
</lootgroup>
|
||||
|
||||
</insertAfter>
|
||||
|
||||
<insertAfter xpath="//lootgroup[@name='groupWeaponsT2_Boomstick']">
|
||||
<!-- tier 02 -->
|
||||
<lootgroup name="groupWeaponsT2_SHOTGUN_1887" count="all" loot_quality_template="QLTemplateT2">
|
||||
<item name="IZYgunT2TradshotgunLeveractionShotgunModel1887"/>
|
||||
</lootgroup>
|
||||
|
||||
</insertAfter>
|
||||
|
||||
<insertAfter xpath="//lootgroup[@name='groupWeaponsT3_Boomstick']">
|
||||
<!-- tier 03 -->
|
||||
<lootgroup name="groupWeaponsT3_SHOTGUN_SPAS12" count="all" loot_quality_template="QLTemplateT3">
|
||||
<item name="IZYgunT3TACshotgunSPAS12G"/>
|
||||
</lootgroup>
|
||||
|
||||
</insertAfter>
|
||||
|
||||
<insertAfter xpath="//lootgroup[@name='groupWeaponsT3_Boomstick']">
|
||||
<!-- tier 04 -->
|
||||
<lootgroup name="groupWeaponsT3_SHOTGUN_M1014" count="all" loot_quality_template="QLTemplateT3">
|
||||
<item name="IZYgunT4TACshotgunM1014"/>
|
||||
</lootgroup>
|
||||
|
||||
</insertAfter>
|
||||
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
<!-- Adding new weapon groups to loot groups -->
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
<append xpath="//lootgroup[@name='groupWeaponsT1_Ranged']">
|
||||
<item group="groupWeaponsT1_SHOTGUN_DBOverUnder"/>
|
||||
</append>
|
||||
|
||||
|
||||
<append xpath="//lootgroup[@name='groupWeaponsT2_Ranged']">
|
||||
<item group="groupWeaponsT2_SHOTGUN_1887"/>
|
||||
</append>
|
||||
|
||||
<append xpath="//lootgroup[@name='groupWeaponsT3_Ranged']">
|
||||
<item group="groupWeaponsT3_SHOTGUN_SPAS12"/>
|
||||
</append>
|
||||
|
||||
|
||||
<append xpath="//lootgroup[@name='groupWeaponsT3_Ranged']">
|
||||
<item group="groupWeaponsT3_SHOTGUN_M1014"/>
|
||||
</append>
|
||||
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
<!-- QUEST REWARD sg GUN -->
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
|
||||
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT1']">
|
||||
<item name="IZYgunT1TradshotgunDoubleBarrelOverUnder"/>
|
||||
</append>
|
||||
|
||||
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT2']">
|
||||
<item name="IZYgunT2TradshotgunLeveractionShotgunModel1887"/>
|
||||
</append>
|
||||
|
||||
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT3']">
|
||||
<item name="IZYgunT3TACshotgunSPAS12G"/>
|
||||
</append>
|
||||
|
||||
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT3']">
|
||||
<item name="IZYgunT4TACshotgunM1014"/>
|
||||
</append>
|
||||
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
<!-- add new AMMO -->
|
||||
<!-- oooooooooooo oooooooooooo oooooooooooo -->
|
||||
|
||||
|
||||
</configs>
|
||||
57
Config/_backup/progression.xml
Normal file
57
Config/_backup/progression.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<configs>
|
||||
<!--Chonky's Code -->
|
||||
|
||||
<!-- AMMO -->
|
||||
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT1DoubleBarrel']">
|
||||
<unlock_entry item="ammoShotgunShellPremium" unlock_tier="1" tags="ammoShotgunShellPremium"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="11,100" value="1" tags="ammoShotgunShellPremium"/>
|
||||
</append>
|
||||
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT2PumpShotgun']">
|
||||
<unlock_entry item="ammoShotgunShellDragoBreath" unlock_tier="1" tags="ammoShotgunShellDragoBreath"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="26,100" value="1" tags="ammoShotgunShellDragoBreath"/>
|
||||
</append>
|
||||
|
||||
|
||||
<!--TRAD T1 -->
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT1DoubleBarrel']">
|
||||
<unlock_entry item="IZYgunT1TradshotgunDoubleBarrelOverUnder" unlock_tier="1" tags="IZYgunT1TradshotgunDoubleBarrelOverUnder"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="11,100" value="1" tags="IZYgunT1TradshotgunDoubleBarrelOverUnder"/>
|
||||
<passive_effect name="CraftingTier" operation="base_add" level="13,16,19,22,25,100" value="1,2,3,4,5,5" tags="IZYgunT1TradshotgunDoubleBarrelOverUnder"/>
|
||||
</append>
|
||||
<!--TRAD T2 -->
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT2PumpShotgun']">
|
||||
<unlock_entry item="IZYgunT2TradshotgunLeveractionShotgunModel1887" unlock_tier="1" tags="IZYgunT2TradshotgunLeveractionShotgunModel1887"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="26,100" value="1" tags="IZYgunT2TradshotgunLeveractionShotgunModel1887"/>
|
||||
<passive_effect name="CraftingTier" operation="base_add" level="32,39,46,53,60,100" value="1,2,3,4,5,5" tags="IZYgunT2TradshotgunLeveractionShotgunModel1887"/>
|
||||
</append>
|
||||
<!--TAC T3 -->
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT3AutoShotgun']">
|
||||
<unlock_entry item="IZYgunT3TACshotgunSPAS12G" unlock_tier="1" tags="IZYgunT3TACshotgunSPAS12G"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="61,100" value="1" tags="IZYgunT3TACshotgunSPAS12G"/>
|
||||
<passive_effect name="CraftingTier" operation="base_add" level="68,76,84,92,100" value="1,2,3,4,5" tags="IZYgunT3TACshotgunSPAS12G"/>
|
||||
</append>
|
||||
<!--TAC T4 -->
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/display_entry[@item='gunShotgunT3AutoShotgun']">
|
||||
<unlock_entry item="IZYgunT4TACshotgunM1014" unlock_tier="1" tags="IZYgunT4TACshotgunM1014"/>
|
||||
</append>
|
||||
<append xpath="/progression/crafting_skills/crafting_skill[@name='craftingShotguns']/effect_group">
|
||||
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="61,100" value="1" tags="IZYgunT4TACshotgunM1014"/>
|
||||
<passive_effect name="CraftingTier" operation="base_add" level="68,76,84,92,100" value="1,2,3,4,5" tags="IZYgunT4TACshotgunM1014"/>
|
||||
</append>
|
||||
|
||||
|
||||
<!-- -->
|
||||
|
||||
</configs>
|
||||
96
Config/_backup/recipes.xml
Normal file
96
Config/_backup/recipes.xml
Normal file
@@ -0,0 +1,96 @@
|
||||
<addnew>
|
||||
|
||||
<append xpath="/recipes">
|
||||
|
||||
<!-- *************************** -->
|
||||
<!-- AMMO -->
|
||||
<!-- *************************** -->
|
||||
|
||||
<recipe name="ammoShotgunShellPremium" count="1" craft_area="workbench" tags="workbenchCrafting">
|
||||
<ingredient name="resourceBuckshot" count="1"/>
|
||||
<ingredient name="resourceGunPowder" count="6"/>
|
||||
<ingredient name="resourceScrapPolymers" count="1"/>
|
||||
</recipe>
|
||||
|
||||
<recipe name="ammoShotgunShellPremium" count="1" craft_area="workbench" tags="workbenchCrafting">
|
||||
<ingredient name="ammoShotgunShell" count="1"/>
|
||||
<ingredient name="resourceGunPowder" count="2"/>
|
||||
<ingredient name="resourceScrapPolymers" count="1"/>
|
||||
</recipe>
|
||||
|
||||
<recipe name="ammoShotgunShellDragoBreath" count="1" craft_area="workbench" tags="workbenchCrafting">
|
||||
<ingredient name="resourceScrapIron" count="8"/>
|
||||
<ingredient name="resourceGunPowder" count="8"/>
|
||||
<ingredient name="resourcePotassiumNitratePowder" count="10"/>
|
||||
<ingredient name="resourceScrapPolymers" count="1"/>
|
||||
</recipe>
|
||||
|
||||
<!-- *************************** -->
|
||||
<!-- SHOTGUN TRAD -->
|
||||
<!-- *************************** -->
|
||||
|
||||
<recipe name="IZYgunT1TradshotgunDoubleBarrelOverUnder" count="1" craft_area="workbench" tags="learnable,perkBoomstick">
|
||||
<ingredient name="gunShotgunT1DoubleBarrelParts" count="1"/>
|
||||
<ingredient name="resourceForgedIron" count="5"/>
|
||||
<ingredient name="resourceDuctTape" count="1"/>
|
||||
<ingredient name="resourceSpring" count="1"/>
|
||||
<ingredient name="resourceLegendaryParts" count="0"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="1,5" tags="gunShotgunT1DoubleBarrelParts,resourceDuctTape"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="2,10" tags="resourceSpring"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="5,25" tags="resourceForgedIron"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
|
||||
<recipe name="IZYgunT2TradshotgunLeveractionShotgunModel1887" count="1" craft_area="workbench" tags="learnable,perkBoomstick,workbenchCrafting">
|
||||
<ingredient name="gunShotgunT1DoubleBarrelParts" count="7"/>
|
||||
<ingredient name="resourceForgedSteel" count="40"/>
|
||||
<ingredient name="resourceDuctTape" count="7"/>
|
||||
<ingredient name="resourceSpring" count="13"/>
|
||||
<ingredient name="resourceLegendaryParts" count="0"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="1,5" tags="gunShotgunT1DoubleBarrelParts,resourceDuctTape"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="2,10" tags="resourceSpring"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="10,50" tags="resourceForgedSteel"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
|
||||
<!-- *************************** -->
|
||||
<!-- SHOTGUN TAC -->
|
||||
<!-- *************************** -->
|
||||
|
||||
<recipe name="IZYgunT3TACshotgunSPAS12G" count="1" craft_area="workbench" tags="learnable,perkBoomstick,workbenchCrafting">
|
||||
<ingredient name="gunShotgunT1DoubleBarrelParts" count="13"/>
|
||||
<ingredient name="resourceForgedSteel" count="100"/>
|
||||
<ingredient name="resourceDuctTape" count="13"/>
|
||||
<ingredient name="resourceSpring" count="25"/>
|
||||
<ingredient name="resourceLegendaryParts" count="0"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="1,5" tags="gunShotgunT1DoubleBarrelParts,resourceDuctTape"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="2,10" tags="resourceSpring"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="10,50" tags="resourceForgedSteel"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="6" operation="base_add" value="1" tags="resourceLegendaryParts"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
|
||||
|
||||
<recipe name="IZYgunT4TACshotgunM1014" count="1" craft_area="workbench" tags="learnable,perkBoomstick">
|
||||
<ingredient name="gunShotgunT1DoubleBarrelParts" count="20"/>
|
||||
<ingredient name="resourceForgedSteel" count="100"/>
|
||||
<ingredient name="resourceDuctTape" count="25"/>
|
||||
<ingredient name="resourceSpring" count="35"/>
|
||||
<ingredient name="resourceLegendaryParts" count="5"/>
|
||||
<effect_group>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="1,5" tags="gunShotgunT1DoubleBarrelParts,resourceDuctTape"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="2,10" tags="resourceSpring"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="10,50" tags="resourceForgedSteel"/>
|
||||
<passive_effect name="CraftingIngredientCount" level="2,6" operation="base_add" value="1,5" tags="resourceLegendaryParts"/>
|
||||
</effect_group>
|
||||
</recipe>
|
||||
|
||||
</append>
|
||||
|
||||
|
||||
</addnew>
|
||||
17
Config/_backup/traders.xml
Normal file
17
Config/_backup/traders.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<configs>
|
||||
|
||||
<!-- GUN_TRADER -->
|
||||
|
||||
<append xpath="//trader_item_group[@name='groupRangedAll']">
|
||||
<item name="IZYgunT1TradshotgunDoubleBarrelOverUnder" quality="1,5"/>
|
||||
<item name="IZYgunT2TradshotgunLeveractionShotgunModel1887" quality="1,5"/>
|
||||
<item name="IZYgunT3TACshotgunSPAS12G" quality="1,5"/>
|
||||
<item name="IZYgunT4TACshotgunM1014" quality="1,5"/>
|
||||
</append>
|
||||
|
||||
<append xpath="/traders/trader_item_groups/trader_item_group[@name='ammoBrass']">
|
||||
<item name="ammoShotgunShellPremium" count="15,60"/>
|
||||
<item name="ammoShotgunShellDragoBreath" count="10,20"/>
|
||||
</append>
|
||||
|
||||
</configs>
|
||||
Reference in New Issue
Block a user