Advertisement
gotlag

7_trainplatformempty.json

Aug 31st, 2021
1,382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.51 KB | None | 0 0
  1. //Game/FactoryGame/Buildable/Factory/Train/Station/Recipe_TrainPlatformEmpty.Recipe_TrainPlatformEmpty_C
  2. {
  3.     "Name": "Empty Platform",
  4.     "Ingredients": [
  5.         {
  6.             "Item": "Desc_ModularFrameHeavy",
  7.             "Amount": 6
  8.         },
  9.         {
  10.             "Item": "Desc_Cement",
  11.             "Amount": 50
  12.         }
  13.     ],
  14.     "Products": [
  15.         {
  16.             "Item": "Desc_TrainPlatformEmpty",
  17.             "Amount": 1
  18.         }
  19.     ],
  20.     "UnlockedBy": [
  21.         "Schematic_5-3"
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement