Advertisement
frightfulactions

Ammo Dismantling - Quests

Jun 12th, 2016
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.28 KB | None | 0 0
  1. <!-- Ammo Dismantling -->
  2. <quest id="9mmDismantle" name="Dismantle 9MM Bullets" subtitle="Dismantle 9MM Bullets" description="Dismantle your ammo to get their raw components." icon="misc_crafting"
  3. repeatable="true" category_key="challenge" offer="You've dismantled some ammo for its raw materials." difficulty="easy">
  4. <reward type="Item" id="bulletCasing" value="10" />
  5. <reward type="Item" id="gunPowder" value="10" />
  6. <reward type="Item" id="bulletTip" value="10" />
  7. </quest>
  8. <quest id="10mmDismantle" name="Dismantle 10MM Bullets" subtitle="Dismantle 10MM Bullets" description="Dismantle your ammo to get their raw components." icon="misc_crafting"
  9. repeatable="true" category_key="challenge" offer="You've dismantled some ammo for its raw materials." difficulty="easy">
  10. <reward type="Item" id="bulletCasing" value="10" />
  11. <reward type="Item" id="gunPowder" value="20" />
  12. <reward type="Item" id="bulletTip" value="10" />
  13. </quest>
  14. <quest id="44MagDismantle" name="Dismantle 44Mag Bullets" subtitle="Dismantle 44Mag Bullets" description="Dismantle your ammo to get their raw components." icon="misc_crafting"
  15. repeatable="true" category_key="challenge" offer="You've dismantled some ammo for its raw materials." difficulty="easy">
  16. <reward type="Item" id="bulletCasing" value="10" />
  17. <reward type="Item" id="gunPowder" value="30" />
  18. <reward type="Item" id="bulletTip" value="10" />
  19. </quest>
  20. <quest id="762mmDismantle" name="Dismantle 762MM Bullets" subtitle="Dismantle 762MM Bullets" description="Dismantle your ammo to get their raw components." icon="misc_crafting"
  21. repeatable="true" category_key="challenge" offer="You've dismantled some ammo for its raw materials." difficulty="easy">
  22. <reward type="Item" id="bulletCasing" value="10" />
  23. <reward type="Item" id="gunPowder" value="30" />
  24. <reward type="Item" id="bulletTip" value="10" />
  25. </quest>
  26. <quest id="ShotgunShellDismantle" name="Dismantle Shotgun Shells" subtitle="Dismantle Shotgun Shells" description="Dismantle your ammo to get their raw components." icon="misc_crafting"
  27. repeatable="true" category_key="challenge" offer="You've dismantled some ammo for its raw materials." difficulty="easy">
  28. <reward type="Item" id="paper" value="10" />
  29. <reward type="Item" id="gunPowder" value="20" />
  30. <reward type="Item" id="buckshot" value="10" />
  31. </quest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement