Advertisement
gotlag

4_trainstation.json

Aug 31st, 2021
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. //Game/FactoryGame/Buildable/Factory/Train/Station/Recipe_TrainStation.Recipe_TrainStation_C
  2. {
  3.     "Name": "Train Station",
  4.     "Ingredients": [
  5.         {
  6.             "Item": "Desc_ModularFrameHeavy",
  7.             "Amount": 4
  8.         },
  9.         {
  10.             "Item": "Desc_CircuitBoardHighSpeed",
  11.             "Amount": 8
  12.         },
  13.         {
  14.             "Item": "Desc_Cement",
  15.             "Amount": 50
  16.         },
  17.         {
  18.             "Item": "Desc_Cable",
  19.             "Amount": 25
  20.         }
  21.     ],
  22.     "Products": [
  23.         {
  24.             "Item": "Desc_TrainStation",
  25.             "Amount": 1
  26.         }
  27.     ],
  28.     "UnlockedBy": [
  29.         "Schematic_4-1"
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement