rename blueprint to schematic
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id = "interceptor"
|
||||
available_from_start = true
|
||||
|
||||
[ship.blueprint]
|
||||
[ship.schematic]
|
||||
materials = [{item = "iron_ingot", amount = 3}, {item = "circuit_board", amount = 1}]
|
||||
player_production_level = 3
|
||||
production_time_seconds = 10
|
||||
@@ -29,7 +29,7 @@ scrap_drop = 2
|
||||
id = "destroyer"
|
||||
available_from_start = true
|
||||
|
||||
[ship.blueprint]
|
||||
[ship.schematic]
|
||||
materials = [{item = "iron_ingot", amount = 5}, {item = "circuit_board", amount = 2}]
|
||||
player_production_level = 5
|
||||
production_time_seconds = 20
|
||||
@@ -56,7 +56,7 @@ scrap_drop = 4
|
||||
id = "salvage_ship"
|
||||
available_from_start = true
|
||||
|
||||
[ship.blueprint]
|
||||
[ship.schematic]
|
||||
materials = [{item = "iron_ingot", amount = 4}]
|
||||
player_production_level = 3
|
||||
production_time_seconds = 10
|
||||
@@ -82,7 +82,7 @@ scrap_drop = 2
|
||||
id = "repair_ship"
|
||||
available_from_start = false
|
||||
|
||||
[ship.blueprint]
|
||||
[ship.schematic]
|
||||
materials = [{item = "iron_ingot", amount = 4}, {item = "circuit_board", amount = 2}]
|
||||
player_production_level = 3
|
||||
production_time_seconds = 15
|
||||
|
||||
Reference in New Issue
Block a user