------------------------------------------------ /locale/en/entity-description-combat.cfg ------------------------------------------------ 4c4 < artillery-carwler=Enter the artillery crawler using __CONTROL__toggle-driving__. --- > artillery-crawler=Enter the artillery crawler using __CONTROL__toggle-driving__. ------------------------------------------------ /locale/en/entity-name-combat.cfg ------------------------------------------------ 20c20,21 < artillery-carwler=Artillery Crawler --- > tank-2= Tank Mk 2 > artillery-crawler=Artillery Crawler ------------------------------------------------ /locale/en/entity-name-resource.cfg ------------------------------------------------ 3c3 < bauxite=Buaxite --- > bauxite=Bauxite 6c6 < garnierite=Garnieite --- > garnierite=Garnierite ------------------------------------------------ /locale/en/equipment-name.cfg ------------------------------------------------ 18c19 --- > solar-panel-equipment-2=Efficient Solar panel Equipment ------------------------------------------------ /locale/en/fluid-name.cfg ------------------------------------------------ 37c37 < epichlorohdrin=Epichlorohydrin --- > epichlorohydrin=Epichlorohydrin ------------------------------------------------ /locale/en/item-name-bulk.cfg ------------------------------------------------ 74c74 < fayalite=Fayalite Slag --- > fayalite-slag=Fayalite Slag 77c78 --- > 238-uf6=238-Uranium Hexafluoride 131c132 < optimal-fuel=Optimal Hgh-Octane Fuel --- > optimal-fuel=Optimal High-Octane Fuel 132c134 --- > unstable-explosives=Unstable Explosives ------------------------------------------------ /locale/en/item-name-combat.cfg ------------------------------------------------ 24c25,26 --- > railgun-shell=Railgun Shell > explosive-railgun-shell=Explosive Railgun Shell 64c66,67 < artillery-carwler=Artillery Crawler --- > tank-2=Tank Mk 2 > artillery-crawler=Artillery Crawler ------------------------------------------------ /locale/en/technology-description-combat.cfg ------------------------------------------------ 35c36 --- > tank_2= ------------------------------------------------ /locale/en/technology-name-combat.cfg ------------------------------------------------ 18c18 < combat-robotics=Combat Robotics I --- > combat-robotics=Combat Robotics 56c56 < personal-roboport-equipment=Personal Roboport Equipment I --- > personal-roboport-equipment=Personal Roboport Equipment ------------------------------------------------ /prototypes/entity/logistic/transport.lua ------------------------------------------------ 13c13 < data.raw["cargo-wagon"]["cargo-wagon"].minable = {mining_time = 1000, result = "cargo-wagon"} --- > data.raw["cargo-wagon"]["cargo-wagon"].minable = {mining_time = 2, result = "cargo-wagon"} 18c18 < data.raw["fluid-wagon"]["fluid-wagon"].minable = {mining_time = 1000, result = "fluid-wagon"} --- > data.raw["fluid-wagon"]["fluid-wagon"].minable = {mining_time = 2, result = "fluid-wagon"} 50c50 < minable = {mining_time = 1000, result = "cargo-wagon-2"}, --- > minable = {mining_time = 2, result = "cargo-wagon-2"}, 439c439 < minable = {mining_time = 1000, result = "fluid-wagon-2"}, --- > minable = {mining_time = 2, result = "fluid-wagon-2"}, 645c645 < minable = {mining_time = 1000, result = "locomotive-2"}, --- > minable = {mining_time = 2, result = "locomotive-2"}, 932c932 < minable = {mining_time = 1000, result = "locomotive-3"}, --- > minable = {mining_time = 2, result = "locomotive-3"}, ------------------------------------------------ /prototypes/entity/production/furnace.lua ------------------------------------------------ 24c24 < minable = {mining_time = 1, result = "stone-furnace"}, --- > minable = {mining_time = 1, result = "furnace-1"}, 749c749 < minable = {mining_time = 1, result = "electric-furnace"}, --- > minable = {mining_time = 1, result = "furnace-5"}, 1071c1072 --- > minable = {mining_time = 1, result = "furnace-6"}, ------------------------------------------------ /prototypes/entity/production/miner.lua ------------------------------------------------ 18c19 --- > data.raw["mining-drill"]["electric-mining-drill"].energy_source.emissions = 0.02 ------------------------------------------------ /prototypes/entity/resource/resource.lua ------------------------------------------------ 229c229 < hardness = 2.5, --- > hardness = 2.4, 350c350 < hardness = 2.5, --- > hardness = 2.4, 609c609 < hardness = 2.5, --- > hardness = 2.4, ------------------------------------------------ /prototypes/recipe/bulk/bulk.lua ------------------------------------------------ 919c919 < ingredients = {{type = "fluid", name = "chlorobenzene", amount = 20}, {type = "fluid", name = "ammonia", amount = 10}, {type = "fluid", name = "dimethyl-carbonate", amount = 10}}, --- > ingredients = {{type = "fluid", name = "chlorobenzene", amount = 20}, {type = "fluid", name = "dimethyl-carbonate", amount = 10}},--{type = "fluid", name = "ammonia", amount = 10}, 1516c1516 < results = {{type = "fluid", name = "hydrogen", amount = 50}, {type = "fluid", name = "chlorine", amount =5010}}, --- > results = {{type = "fluid", name = "hydrogen", amount = 50}, {type = "fluid", name = "chlorine", amount =50}}, ------------------------------------------------ /prototypes/recipe/bulk/raw-refining.lua ------------------------------------------------ 225c225 < {"calcium-oxide", 10}, {type = "fluid", name = "oxygen", amount = 50}}, --- > {"calcium-oxide", 10}},-- {type = "fluid", name = "oxygen", amount = 50}}, 367,368c367,368 < ingredients = {{"scheelite", 1}, {"sodium-hydroxide", 2}, {type = "fluid", name = "hydrogen-chloride", amount = 20}, < {type = "fluid", name = "sulfuric-acid", amount = 10}}, --- > ingredients = {{"scheelite", 1}, {"sodium-hydroxide", 2}, {type = "fluid", name = "hydrogen-chloride", amount = 20}}, > --{type = "fluid", name = "sulfuric-acid", amount = 10}}, 442c442 < ingredients = {{type = "fluid", name = "titanium-tetrachloride", amount = 10}, {type = "fluid", name = "water", amount = 40}}, --- > ingredients = {{type = "fluid", name = "titanium-tetrachloride", amount = 10}},-- {type = "fluid", name = "water", amount = 40}}, 564c564 < ingredients = {{type = "fluid", name = "crude-oil", amount = 50}, {"soda", 2}, {"calcium-oxide", 2}, {type = "fluid", name = "oxygen", amount = 300}}, --- > ingredients = {{type = "fluid", name = "crude-oil", amount = 50}, {"soda", 2}, {"calcium-oxide", 2}},-- {type = "fluid", name = "oxygen", amount = 300}}, 906,907c906,907 < ingredients = {{"fuel-uf6", 1}, {type = "fluid", name = "water", amount = 20}, {type = "fluid", name = "hydrogen", amount = 10}}, < results = {{"fuel-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}, {type = "fluid", name = "waste-water", amount = 20}}, --- > ingredients = {{"fuel-uf6", 1}, {type = "fluid", name = "water", amount = 20}},-- {type = "fluid", name = "hydrogen", amount = 10}}, > results = {{"fuel-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}},-- {type = "fluid", name = "waste-water", amount = 20}}, 918,919c918,919 < ingredients = {{"238-uf6", 1}, {type = "fluid", name = "water", amount = 20}, {type = "fluid", name = "hydrogen", amount = 10}}, < results = {{"238-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}, {type = "fluid", name = "waste-water", amount = 20}}, --- > ingredients = {{"238-uf6", 1}, {type = "fluid", name = "water", amount = 20}},-- {type = "fluid", name = "hydrogen", amount = 10}}, > results = {{"238-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}},-- {type = "fluid", name = "waste-water", amount = 20}}, 930,931c930,931 < ingredients = {{"weapons-uf6", 1}, {type = "fluid", name = "water", amount = 20}, {type = "fluid", name = "hydrogen", amount = 10}}, < results = {{"weapons-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}, {type = "fluid", name = "waste-water", amount = 20}}, --- > ingredients = {{"weapons-uf6", 1}, {type = "fluid", name = "water", amount = 20}},-- {type = "fluid", name = "hydrogen", amount = 10}}, > results = {{"weapons-uo2", 1}, {type = "fluid", name = "hydrogen-fluoride", amount = 40}},-- {type = "fluid", name = "waste-water", amount = 20}}, ------------------------------------------------ /prototypes/technology/bulk.lua ------------------------------------------------ 108c109,112 --- > recipe = "steel-plate-c" > }, > { > type = "unlock-recipe", ------------------------------------------------ /prototypes/technology/combat.lua ------------------------------------------------ 230c231,244 --- > --Base "cannon-shell-damage" > data.raw.technology["cannon-shell-damage-1"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 0.2}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 0.2}} > data.raw.technology["cannon-shell-damage-2"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 0.2}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 0.2}} > data.raw.technology["cannon-shell-damage-3"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 0.3}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 0.3}} > data.raw.technology["cannon-shell-damage-4"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 0.5}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 0.5}} > data.raw.technology["cannon-shell-damage-5"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 1}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 1}} > data.raw.technology["cannon-shell-damage-6"].effects = {{type = "ammo-damage", ammo_category = "cannon-shell", modifier = 1}, {type = "ammo-damage", ammo_category = "railgun-shell", modifier = 1}} > > --Base "cannon-shell-speed" > data.raw.technology["cannon-shell-speed-1"].effects = {{type = "gun-speed", ammo_category = "cannon-shell", modifier = 0.2}, {type = "gun-speed", ammo_category = "railgun-shell", modifier = 0.2}} > data.raw.technology["cannon-shell-speed-2"].effects = {{type = "gun-speed", ammo_category = "cannon-shell", modifier = 0.2}, {type = "gun-speed", ammo_category = "railgun-shell", modifier = 0.2}} > data.raw.technology["cannon-shell-speed-3"].effects = {{type = "gun-speed", ammo_category = "cannon-shell", modifier = 0.3}, {type = "gun-speed", ammo_category = "railgun-shell", modifier = 0.3}} > data.raw.technology["cannon-shell-speed-4"].effects = {{type = "gun-speed", ammo_category = "cannon-shell", modifier = 0.6}, {type = "gun-speed", ammo_category = "railgun-shell", modifier = 0.6}} > data.raw.technology["cannon-shell-speed-5"].effects = {{type = "gun-speed", ammo_category = "cannon-shell", modifier = 1}, {type = "gun-speed", ammo_category = "railgun-shell", modifier = 1}} 1040c1054 < icon = "__xander-mod__/graphics/technology/combat/fission-reactor-equipment.png", --- > icon = "__base__/graphics/technology/solar-panel-equipment.png", 1046c1060 < recipe = "fission-reactor-equipment" --- > recipe = "solar-panel-equipment-2" ------------------------------------------------ /prototypes/technology/refining.lua ------------------------------------------------ 830c831,834 --- > recipe = "hematite-washing" > }, > { > type = "unlock-recipe", ------------------------------------------------ /migrations/1-3-0_1-3-1.json ------------------------------------------------ 1c1,8 --- > { > "recipe": > [ > ["brick-clay-graphite", "brick-clay-graphite-a"], > ["surfactant", "surfactant-a"], > ["flotation", "flotation_1"], > ] > } ------------------------------------------------ /migrations/1-3-0_1-3-1.lua ------------------------------------------------ 1c1,24 --- > for index, force in pairs(game.forces) do > local technologies = force.technologies > local recipes = force.recipes > > recipes["gear-2"].enabled = technologies["lead-brass"].researched > recipes["components-1-a"].enabled = technologies["electronics"].researched > recipes["components-2-a"].enabled = technologies["advanced-electronics"].researched > recipes["components-2-b"].enabled = technologies["advanced-electronics-2"].researched > recipes["components-3"].enabled = technologies["advanced-electronics-2"].researched > recipes["solder-flux-a"].enabled = technologies["wire_1"].researched > recipes["wire-solder-1"].enabled = technologies["wire_1"].researched > recipes["wire-tungsten"].enabled = technologies["wire_2"].researched > recipes["metallized-1"].enabled = technologies["substrate_1"].researched > recipes["metallized-2"].enabled = technologies["substrate_2"].researched > recipes["sheet-tinned"].enabled = technologies["substrate_2"].researched > recipes["metallized-2"].enabled = technologies["substrate_2"].researched > recipes["solder-2-plate"].enabled = technologies["soldering_3"].researched > recipes["steam-engine"].enabled = technologies["electricity"].researched > recipes["brick-clay-graphite-b"].enabled = technologies["advanced-material-processing-2"].researched > recipes["fiber-glass"].enabled = technologies["advanced-material-processing-2"].researched > recipes["assembling-machine-2"].enabled = technologies["automation-2"].researched > recipes["production-science-pack"].enabled = technologies["automation-2"].researched > recipes["surfactant-a"].enabled = technologies["flotation_1"].researched > end