Advertisement
Guest User

raspberry_pi.json

a guest
Mar 14th, 2020
2,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.98 KB | None | 0 0
  1. [
  2.  
  3.   {
  4.     "id": "raspberry_pie",
  5.     "type": "COMESTIBLE",
  6.     "comestible_type": "FOOD",
  7.     "name": "ラズベリーパイ",
  8.     "description": "甘酸っぱいラズベリーのパイです。",
  9.     "weight": 60,
  10.     "volume": "250 ml",
  11.     "price": 400,
  12.     "charges": 1,
  13.     "material": [ "wheat", "fruit" ],
  14.     "symbol": "%",
  15.     "color": "yellow",
  16.     "calories": 412,
  17.     "fun": 4,
  18.     "spoils_in": 48,
  19.     "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
  20.   },
  21.  
  22.   {
  23.     "id": "raspberry_pi",
  24.     "type": "TOOL",
  25.     "name": "ラズベリーパイ",
  26.     "description": "名刺サイズのシングルボードコンピュータです。",
  27.     "weight": 60,
  28.     "volume": "250 ml",
  29.     "price": 400,
  30.     "charges": 1,
  31.     "material": [ "plastic" ],
  32.     "symbol": ",",
  33.     "color": "green",
  34.     "flags": [ ]
  35.   },
  36.  
  37.   {
  38.     "type": "recipe",
  39.     "result": "raspberry_pie",
  40.     "id_suffix": "food_to_food",
  41.     "category": "CC_FOOD",
  42.     "subcategory": "CSC_FOOD_BREAD",
  43.     "skill_used": "cooking",
  44.     "difficulty": 3,
  45.     "time": "20 m",
  46.     "batch_time_factors": [ 90, 4 ],
  47.     "autolearn": true,
  48.     "qualities": [ { "id": "COOK", "level": 2 } ],
  49.     "tools": [ [ [ "surface_heat", 4, "LIST" ] ] ],
  50.     "components": [
  51.       [ [ "flour", 4 ] ],
  52.       [ [ "water", 1 ], [ "water_clean", 1 ] ],
  53.       [ [ "raspberries", 1 ] ],
  54.       [ [ "sugar", 5 ] ]
  55.     ]
  56.   },
  57.  
  58.   {
  59.     "type": "recipe",
  60.     "result": "raspberry_pi",
  61.     "id_suffix": "elec_to_elec",
  62.     "category": "CC_ELECTRONIC",
  63.     "subcategory": "CSC_ELECTRONIC_OTHER",
  64.     "skill_used": "electronics",
  65.     "difficulty": 4,
  66.     "time": "60 m",
  67.     "autolearn": true,
  68.     "qualities": [ { "id": "SCREW", "level": 1 } ],
  69.     "using": [ [ "soldering_standard", 5 ] ],
  70.     "components": [
  71.       [ [ "processor", 1 ] ],
  72.       [ [ "RAM", 1 ] ],
  73.       [ [ "e_scrap", 3 ] ],
  74.       [ [ "circuit", 1 ] ]
  75.     ]
  76.   },
  77.  
  78.   {
  79.     "type": "recipe",
  80.     "result": "raspberry_pi",
  81.     "id_suffix": "food_to_elec",
  82.     "category": "CC_FOOD",
  83.     "subcategory": "CSC_FOOD_BREAD",
  84.     "skill_used": "cooking",
  85.     "difficulty": 3,
  86.     "time": "60 m",
  87.     "autolearn": true,
  88.     "qualities": [ { "id": "COOK", "level": 2 } ],
  89.     "tools": [ [ [ "surface_heat", 4, "LIST" ] ] ],
  90.     "components": [
  91.       [ [ "flour", 4 ] ],
  92.       [ [ "water", 1 ], [ "water_clean", 1 ] ],
  93.       [ [ "raspberries", 1 ] ],
  94.       [ [ "sugar", 5 ] ]
  95.     ]
  96.   },
  97.  
  98.   {
  99.     "type": "recipe",
  100.     "result": "raspberry_pie",
  101.     "id_suffix": "elec_to_food",
  102.     "category": "CC_ELECTRONIC",
  103.     "subcategory": "CSC_ELECTRONIC_OTHER",
  104.     "skill_used": "electronics",
  105.     "difficulty": 4,
  106.     "time": "20 m",
  107.     "batch_time_factors": [ 90, 4 ],
  108.     "autolearn": true,
  109.     "qualities": [ { "id": "SCREW", "level": 1 } ],
  110.     "using": [ [ "soldering_standard", 5 ] ],
  111.     "components": [
  112.       [ [ "processor", 1 ] ],
  113.       [ [ "RAM", 1 ] ],
  114.       [ [ "e_scrap", 3 ] ],
  115.       [ [ "circuit", 1 ] ]
  116.     ]
  117.   }
  118.  
  119. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement