Advertisement
Guest User

jirou.json

a guest
Jan 22nd, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.59 KB | None | 0 0
  1. [
  2.  
  3.   {
  4.     "type": "recipe",
  5.     "result": "jirou",
  6.     "category": "CC_FOOD",
  7.     "subcategory": "CSC_FOOD_PASTA",
  8.     "skill_used": "cooking",
  9.     "difficulty": 4,
  10.     "time": "30 m",
  11.     "batch_time_factors": [ 25, 4 ],
  12.     "autolearn": true,
  13.     "qualities": [ { "id": "COOK", "level": 3 } ],
  14.     "tools": [ [ [ "surface_heat", 8, "LIST" ] ] ],
  15.     "components": [
  16.  
  17.       [ [ "water", 8 ], [ "water_clean", 8 ] ],
  18.       [ [ "noodles_fast", 2 ] ],
  19.  
  20.       [ [ "meat", 2 ] ,  [ "dry_meat", 2 ] ],
  21.       [ [ "bone", 8 ] ],
  22.  
  23.       [ [ "moonshine", 2 ],[ "vodka", 2 ], [ "fruit_wine", 2],
  24.         [ "bum_wine", 2 ], [ "wine_marsala", 2 ] ,[ "wine_cabernet", 2 ],
  25.         [ "wine_chardonnay", 2 ], [ "wine_riesling", 2 ], [ "dandelion_wine", 2 ],
  26.         [ "wine_noir", 2 ], [ "wine_vermouth", 2 ] ],
  27.       [ [ "soysauce", 4 ] ],
  28.  
  29.       [ [ "garlic", 2 ] ],
  30.       [ [ "lard", 3 ], [ "tallow", 3 ] ],
  31.       [ [ "cabbage", 1 ] ],
  32.       [ [ "wild_herbs", 20 ] ]
  33.      
  34.     ]
  35.   },
  36.  
  37.   {
  38.     "id": "jirou",
  39.     "type": "COMESTIBLE",
  40.     "comestible_type": "FOOD",
  41.     "name": "二郎",
  42.     "description": "太い麺、濃厚なスープ、山盛りの肉と野菜、ニンニクや脂などのトッピングからなる、ラーメンによく似た中毒性の高い食べ物です。",
  43.     "weight": 500,
  44.     "volume": "1000 ml",
  45.     "price": 800,
  46.     "charges": 4,
  47.     "material": ["wheat", "flesh", "veggy"],
  48.     "phase": "liquid",
  49.     "symbol": "%",
  50.     "color": "yellow",
  51.     "calories": 5000,
  52.     "fun": 15,
  53.     "spoils_in": 60,
  54.     "flags": [ "EATEN_HOT" ]
  55.   }
  56.  
  57.  
  58. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement