Advertisement
gotlag

1_locomotive.json

Aug 31st, 2021 (edited)
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.74 KB | None | 0 0
  1. //Game/FactoryGame/Recipes/Vehicle/Train/Recipe_Locomotive.Recipe_Locomotive_C
  2. {
  3.     "Name": "Electric Locomotive",
  4.     "Ingredients": [
  5.         {
  6.             "Item": "Desc_ModularFrameHeavy",
  7.             "Amount": 5
  8.         },
  9.         {
  10.             "Item": "Desc_Motor",
  11.             "Amount": 10
  12.         },
  13.         {
  14.             "Item": "Desc_SteelPipe",
  15.             "Amount": 15
  16.         },
  17.         {
  18.             "Item": "Desc_CircuitBoardHighSpeed",
  19.             "Amount": 5
  20.         },
  21.         {
  22.             "Item": "BP_EquipmentDescriptorBeacon",
  23.             "Amount": 5
  24.         }
  25.     ],
  26.     "Products": [
  27.         {
  28.             "Item": "Desc_Locomotive",
  29.             "Amount": 1
  30.         }
  31.     ],
  32.     "UnlockedBy": [
  33.         "Schematic_4-1"
  34.     ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement