Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <KitsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Kits>
- <Kit>
- <Name>xp</Name>
- <XP>200</XP>
- <Money xsi:nil="true" />
- <Vehicle xsi:nil="true" />
- <Items>
- <Item id="14" amount="0" />
- </Items>
- <Cooldown>600</Cooldown>
- </Kit>
- <Kit>
- <Name>survival</Name>
- <XP>100</XP>
- <Money xsi:nil="true" />
- <Vehicle xsi:nil="true" />
- <Items>
- <Item id="14" amount="1" />
- <Item id="13" amount="1" />
- <Item id="200" amount="1" />
- <Item id="120" amount="1" />
- </Items>
- <Cooldown>600</Cooldown>
- </Kit>
- <Kit>
- <Name>base</Name>
- <XP>0</XP>
- <Money xsi:nil="true" />
- <Vehicle xsi:nil="true" />
- <Items>
- <Item id="52" amount="1" />
- <Item id="54" amount="4" />
- <Item id="56" amount="1" />
- <Item id="58" amount="4" />
- <Item id="378" amount="1" />
- </Items>
- <Cooldown>600</Cooldown>
- </Kit>
- </Kits>
- <GlobalCooldown>10</GlobalCooldown>
- </KitsConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement