Advertisement
dorensnow

Survival Pack Modlet loot.xml

Dec 14th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.33 KB | None | 0 0
  1. <config>
  2.     <append xpath="/lootcontainers/lootgroup">
  3.             <!-- Survival Pack groups -->
  4.             <lootgroup name="Survival Shirts">
  5.                 <item group="shirtLongAll" />
  6.                 <item group="sweatshirtAll" />
  7.                 <item group="hoodedSweatshirtAll" />
  8.                 <item group="tankTopAll" />
  9.                 <item group="tshirtAll" />
  10.                 <item group="flannelShirtAll"/>
  11.             </lootgroup>
  12.              
  13.             <lootgroup name="Survival Bow" count="all">
  14.                 <item name="gunWoodenBow" prob="0.8" />
  15.                 <item name="gunCompoundBow" prob="0.1" />
  16.                 <item name="ammoArrowStone" count="20,30" prob="0.5" />
  17.                 <item name="ammoArrowIron" count="20,30" prob="0.1" />
  18.             </lootgroup>
  19.              
  20.             <lootgroup name="Survival Pistol" count="all">
  21.                 <item name="gunPistol" count="1" />
  22.                 <item name="9mmBullet" count="10,15" />
  23.             </lootgroup>
  24.              
  25.             <lootgroup name="Survival Range" count="1">
  26.                 <item group="Survival Pistol" prob="0.2" />
  27.                 <item group="weaponsCrossbow+ammo" prob="0.3" />
  28.                 <item group="Survival Bow" prob="0.5"/>
  29.             </lootgroup>
  30.             <!-- dont exist in A17 Have to choose new schematics for here-->
  31.             <!--<lootgroup name="Survival Book" >          
  32.                 <item name="crossbowSchematic"/>
  33.                 <item name="huntingKnifeBook"/>
  34.                 <item name="huntingRifleSchematic"/>
  35.                 <item name="leatherBootsSchematic"/>
  36.                 <item name="leatherGlovesSchematic"/>
  37.                 <item name="leatherHoodSchematic"/>
  38.                 <item name="leatherJacketSchematic"/>
  39.                 <item name="leatherPantsSchematic"/>
  40.                 <item name="pistolBook"/>
  41.                 <item name="pumpShotgunSchematic"/>
  42.                 <item name="sawedoffPumpShotgunSchematic"/>
  43.             </lootgroup>-->
  44.              
  45.             <lootgroup name="Survival Tools" >
  46.                 <item name="pickaxeIron" prob=".1"/>
  47.                 <item name="shovelIron" prob=".1"/>
  48.                 <item name="fireaxeIron" prob=".1"/>
  49.                 <item name="clawHammer" prob=".1"/>
  50.                 <item name="wrench" prob=".1"/>
  51.                 <item group="empty" prob=".5"/>
  52.             </lootgroup>
  53.                
  54.             <lootgroup name="Survival Pants" >
  55.                 <item group="pantsAll" prob=".3"/>
  56.                 <item name="plantFiberPants" prob=".7"/>
  57.             </lootgroup>
  58.            
  59.             <lootgroup name="Survival Vehicle">
  60.                 <item name="ammoGasCan" count="25,100"/>
  61.                 <item name="vehicleBicyclePlaceable" prob=".4"/>
  62.                 <item name="vehicleMinibikePlaceable" prob=".3"/>
  63.                 <item name="vehicleMotorcyclePlaceable" prob=".2"/>
  64.                 <item name="vehicle4x4TruckPlaceable" prob=".1"/>
  65.                 <item group="empty" prob=".7"/>
  66.             </lootgroup>
  67.              
  68.             <lootgroup name="Survivor's Pack" count="all">
  69.                 <item name="painkillers" />
  70.                 <!--<item name="firstAidBandage" /> -->
  71.                 <!--<item name="bottledWater" /> -->
  72.                 <item group="cannedfood" count="1" />
  73.                 <item group="Survival Tools" />
  74.                 <item group="Survival Range" />
  75.                 <item group="weaponsMelee" />
  76.                 <item group="hats" />
  77.                 <item group="Survival Shirts" />
  78.                 <item group="Survival Pants" />
  79.                 <item name="wornBoots" />
  80.                 <!--<item group="Survival Book" /> -->
  81.                 <item group="Survival Vehicle" />
  82.             </lootgroup>
  83.             <!-- Survival Pack End -->
  84.     </append>
  85.  
  86.     <append xpath="/lootcontainers">  
  87.             <!-- Survival Pack start-->
  88.         <lootcontainer id="180" count="1" size="8,4" destroy_on_close="true" sound_open="UseActions/open_suitcase" sound_close="UseActions/close_suitcase" open_time="1.5" loot_quality_template="baseTemplate">
  89.             <item group="Survivor's Pack" />
  90.         </lootcontainer>
  91.             <!-- Survival Pack End -->
  92.     </append>
  93. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement