Advertisement
gotlag

5_traindockingstation.json

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