Advertisement
MGT

Untitled

MGT
Aug 28th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. class Beer
  2. {
  3. items[] =
  4. {
  5. {"Exile_Item_Beer", 24}
  6. };
  7. };
  8. class Food
  9. {
  10. items[] =
  11. {
  12. {"Exile_Item_BBQSandwich", 5},
  13. {"Exile_Item_Catfood", 5},
  14. {"Exile_Item_ChristmasTinner", 5},
  15. {"Exile_Item_GloriousKnakworst", 5},
  16. {"Exile_Item_SausageGravy", 5},
  17. {"Exile_Item_Surstromming", 5},
  18. {"Exile_Item_CanOpener", 1},
  19. {"Exile_Item_CookingPot", 1},
  20. {"Exile_Item_Matches", 1}
  21. };
  22. };
  23. class Tools
  24. {
  25. items[] =
  26. {
  27. {"Exile_Item_Wrench", 1},
  28. {"Exile_Item_Shovel", 1},
  29. {"Exile_Melee_Shovel", 1},
  30. {"Exile_Melee_Axe", 1},
  31. {"Exile_Melee_SledgeHammer", 1},
  32. {"Exile_Item_Screwdriver", 1},
  33. {"Exile_Item_Pliers", 1},
  34. {"Exile_Item_Handsaw", 1},
  35. {"Exile_Item_FireExtinguisher", 1},
  36. {"Exile_Item_DuctTape", 1},
  37. {"Exile_Item_ExtensionCord", 4},
  38. {"Exile_Magazine_Battery", 2}
  39. };
  40. };
  41. class RepairParts
  42. {
  43. items[] =
  44. {
  45. {"Exile_Item_CarWheel", 8},
  46. {"Exile_Item_FuelCanisterFull", 4},
  47. {"Exile_Item_OilCanister", 1},
  48. {"Exile_Item_Grinder", 1},
  49. {"Exile_Item_CordlessScrewdriver", 1},
  50. {"Exile_Item_ExtensionCord", 4},
  51. {"Exile_Magazine_Battery", 2},
  52. {"Exile_Item_Sand", 2},
  53. {"Exile_Item_Cement", 2},
  54. {"Exile_Item_MetalBoard", 2},
  55. {"Exile_Item_MetalPole", 2}
  56. };
  57. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement