Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.55 KB | None | 0 0
  1. {
  2.       "id": "carrot-juice",
  3.       "name": "carrot juice",
  4.       "numericid": 221,
  5.       "description": "A delicious and nutritious juice made by cold-pressed carrots.  The slightly sweet taste is an acquired taste, but connoisseurs cannot do long without it. It may or may not improve night vision.",
  6.       "powerlevel": 0,
  7.       "locations": [
  8.         {
  9.           "depth": 0,
  10.           "rarity": 1
  11.         }
  12.       ],
  13.       "weight": 4,
  14.       "cost": 2,
  15.       "sortvalue": 5503,
  16.       "category": [
  17.         "potion"
  18.       ],
  19.       "components": [
  20.         {
  21.           "component-key": "render",
  22.           "sprite": {
  23.             "category": "items",
  24.             "file": "potions",
  25.             "id": 41
  26.           },
  27.           "textsymbol": {
  28.             "colour": "orange",
  29.             "symbol": "!"
  30.           },
  31.           "prefabs": [
  32.             {
  33.               "path": "Items/Potions/jar-liquid",
  34.               "position": [
  35.                 0.05,
  36.                 0.01,
  37.                 0.01
  38.               ],
  39.               "rotation": [
  40.                 -90,
  41.                 0,
  42.                 1
  43.               ],
  44.               "scale": 0.02,
  45.               "material-mapping": [
  46.                 {
  47.                   "replace": "HealthLiquid",
  48.                   "with": "orange"
  49.                 }
  50.               ]
  51.             }
  52.           ]
  53.         }
  54.       ],
  55.       "hitpoints": "verylow",
  56.       "damage": "1",
  57.       "data": {
  58.         "foodvalue": 400,
  59.         "on-consume": ["QuenchThirst", "OrangeGlow", "NightVision"]
  60.       }
  61.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement