Advertisement
carlosdorelli

Kits

Jul 4th, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <KitsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Kits>
  4. <Kit>
  5. <Name>xp</Name>
  6. <XP>200</XP>
  7. <Money xsi:nil="true" />
  8. <Vehicle xsi:nil="true" />
  9. <Items>
  10. <Item id="14" amount="0" />
  11. </Items>
  12. <Cooldown>600</Cooldown>
  13. </Kit>
  14. <Kit>
  15. <Name>survival</Name>
  16. <XP>100</XP>
  17. <Money xsi:nil="true" />
  18. <Vehicle xsi:nil="true" />
  19. <Items>
  20. <Item id="14" amount="1" />
  21. <Item id="13" amount="1" />
  22. <Item id="200" amount="1" />
  23. <Item id="120" amount="1" />
  24. </Items>
  25. <Cooldown>600</Cooldown>
  26. </Kit>
  27. <Kit>
  28. <Name>base</Name>
  29. <XP>0</XP>
  30. <Money xsi:nil="true" />
  31. <Vehicle xsi:nil="true" />
  32. <Items>
  33. <Item id="52" amount="1" />
  34. <Item id="54" amount="4" />
  35. <Item id="56" amount="1" />
  36. <Item id="58" amount="4" />
  37. <Item id="378" amount="1" />
  38. </Items>
  39. <Cooldown>600</Cooldown>
  40. </Kit>
  41. </Kits>
  42. <GlobalCooldown>10</GlobalCooldown>
  43. </KitsConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement