Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.21 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <DayZConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <ItemDrops>
  4.     <Category MinAmt="0" MaxAmt="2" Unique="true">
  5.       <ItemID Weight="1">10</ItemID>
  6.     </Category>
  7.     <Category MinAmt="0" MaxAmt="2" Unique="true">
  8.       <ItemID Weight="1">11</ItemID>
  9.     </Category>
  10.   </ItemDrops>
  11.   <ItemSpawns>
  12.     <Category MinAmt="1" MaxAmt="1" Unique="true">
  13.       <ItemID Weight="1">154</ItemID>
  14.       <ItemID Weight="1">158</ItemID>
  15.       <ItemID Weight="1">163</ItemID>
  16.       <ItemID Weight="1">167</ItemID>
  17.       <ItemID Weight="1">171</ItemID>
  18.       <ItemID Weight="1">175</ItemID>
  19.       <ItemID Weight="1">179</ItemID>
  20.       <ItemID Weight="1">183</ItemID>
  21.     </Category>
  22.     <Category MinAmt="1" MaxAmt="1" Unique="true">
  23.       <ItemID Weight="1">2</ItemID>
  24.     </Category>
  25.     <Category MinAmt="1" MaxAmt="2" Unique="false">
  26.       <ItemID Weight="5">84</ItemID>
  27.       <ItemID Weight="2">85</ItemID>
  28.       <ItemID Weight="1">86</ItemID>
  29.     </Category>
  30.     <Category MinAmt="1" MaxAmt="2" Unique="false">
  31.       <ItemID Weight="1">14</ItemID>
  32.     </Category>
  33.   </ItemSpawns>
  34. </DayZConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement