Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <KitsConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Kits>
  4. <Kit>
  5. <Name>base</Name>
  6. <XP>0</XP>
  7. <Money xsi:nil="true" />
  8. <Vehicle xsi:nil="true" />
  9. <Items>
  10. <Item id="52" amount="1" />
  11. <Item id="54" amount="4" />
  12. <Item id="50" amount="1" />
  13. <Item id="58" amount="4" />
  14. <Item id="56" amount="1" />
  15. <Item id="378" amount="1" />
  16. <Item id="288" amount="1" />
  17. <Item id="1198" amount="1" />
  18. </Items>
  19. <Cooldown>28800</Cooldown>
  20. </Kit>
  21. <Kit>
  22. <Name>pvp</Name>
  23. <XP>0</XP>
  24. <Money xsi:nil="true" />
  25. <Vehicle xsi:nil="true" />
  26. <Items>
  27. <Item id="107" amount="1" />
  28. <Item id="108" amount="3" />
  29. <Item id="394" amount="2" />
  30. </Items>
  31. <Cooldown>1800</Cooldown>
  32. </Kit>
  33. </Kits>
  34. <GlobalCooldown>0</GlobalCooldown>
  35. </KitsConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement