Advertisement
gotlag

2_freightwagon.json

Aug 31st, 2021
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. //Game/FactoryGame/Recipes/Vehicle/Train/Recipe_FreightWagon.Recipe_FreightWagon_C
  2. {
  3.     "Name": "Freight Car",
  4.     "Ingredients": [
  5.         {
  6.             "Item": "Desc_ModularFrameHeavy",
  7.             "Amount": 4
  8.         },
  9.         {
  10.             "Item": "Desc_SteelPipe",
  11.             "Amount": 10
  12.         }
  13.     ],
  14.     "Products": [
  15.         {
  16.             "Item": "Desc_FreightWagon",
  17.             "Amount": 1
  18.         }
  19.     ],
  20.     "UnlockedBy": [
  21.         "Schematic_5-3"
  22.     ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement