Advertisement
redxlaser15

Cataclysm Error 5

Jun 15th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. [
  2. {
  3. "type": "GENERIC",
  4. "id": "stick_of_heroism",
  5. "name": "Stick of Heroism",
  6. "description": "Only to appear when the end of times come, this stick can only be held by a true hero of the cataclysm!",
  7. "weight": 454,
  8. "color": "brown",
  9. "symbol": "/",
  10. "material": [ "wood" ],
  11. "techniques": [ "BRUTAL" ],
  12. "flags": "NONCONDUCTIVE",
  13. "volume": 6,
  14. "bashing": 50,
  15. "price": 500,
  16. "to_hit": 5
  17. },
  18.  
  19. {
  20. "type": "GENERIC",
  21. "id": "serrated_can",
  22. "name": "serrated can",
  23. "description": "You took a metal can and somehow serrated the sides of it. Be careful not to lose a finger when using it.",
  24. "weight": 454,
  25. "color": "grey",
  26. "symbol": "0",
  27. "material": [ "aluminum" ],
  28. "volume": 2,
  29. "cutting": 10,
  30. "price": 50,
  31. "to_hit": -2
  32. },
  33. {
  34. "type": "GENERIC",
  35. "id": "giant_axe",
  36. "name": "giant axe",
  37. "description": "Judging from the stupidly large weight and size, you can only assume this was either used by a Transformer or some sort of gigantic monstrosity.",
  38. "weight": 454000000,
  39. "color": "brown",
  40. "symbol": "P",
  41. "material": [ "wood", "hardsteel" ],
  42. "techniques": [ "BRUTAL" ],
  43. "volume": 1000000,
  44. "bashing": 250,
  45. "cutting": 1000,
  46. "price": 5000000,
  47. "to_hit": -100
  48. },
  49.  
  50. {
  51. "type": "GENERIC",
  52. "id": "plutonium_dagger",
  53. "name": "plutonium dagger",
  54. "description": "While small, this dagger can puncture through some serious armor!", "weight": 45400,
  55. "color": "red",
  56. "symbol": "\",
  57. "material": [ "scale_plutonium_material" ],
  58. "volume": 7,
  59. "cutting": 75,
  60. "bashing": 10,
  61. "price": 500000,
  62. "to_hit": 1
  63. }
  64. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement