mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
* Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Update research.lua * Fix use of created_entity in events * Fix to use correct module pattern --------- Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com>
159 lines
5.4 KiB
Lua
159 lines
5.4 KiB
Lua
--- Res Settings
|
|
-- @config Research
|
|
|
|
return {
|
|
enabled = true,
|
|
pollution_ageing_by_research = false,
|
|
queue_amount = 3,
|
|
mod_set = "base",
|
|
mod_set_lookup = {
|
|
"space-age"
|
|
},
|
|
-- this enable 20 more inventory for each mining productivity level up to 4
|
|
bonus_inventory = {
|
|
enabled = true,
|
|
res = {
|
|
-- Mining Productivity
|
|
["base"] = {
|
|
["name"] = "mining-productivity-4",
|
|
["level"] = 4,
|
|
},
|
|
["space-age"] = {
|
|
["name"] = "mining-productivity-3",
|
|
["level"] = 3,
|
|
}
|
|
},
|
|
name = "character_inventory_slots_bonus",
|
|
rate = 5,
|
|
limit = 20,
|
|
},
|
|
file_name = "log/research.log",
|
|
milestone = {
|
|
["base"] = {
|
|
["automation"] = 600,
|
|
["logistics"] = 300,
|
|
["steel-processing"] = 300,
|
|
["logistic-science-pack"] = 300,
|
|
["electronics"] = 300,
|
|
["fast-inserter"] = 300,
|
|
["steel-axe"] = 300,
|
|
["automation-2"] = 300,
|
|
["advanced-material-processing"] = 300,
|
|
["engine"] = 300,
|
|
["fluid-handling"] = 300,
|
|
["oil-processing"] = 300,
|
|
["sulfur-processing"] = 300,
|
|
["plastics"] = 300,
|
|
["advanced-electronics"] = 300,
|
|
["chemical-science-pack"] = 300,
|
|
["modules"] = 300,
|
|
["logistics-2"] = 300,
|
|
["railway"] = 300,
|
|
["research-speed-1"] = 300,
|
|
["research-speed-2"] = 300,
|
|
["battery"] = 300,
|
|
["concrete"] = 300,
|
|
["flammables"] = 300,
|
|
["low-density-structure"] = 300,
|
|
["advanced-material-processing-2"] = 300,
|
|
["productivity-module"] = 300,
|
|
["production-science-pack"] = 300,
|
|
["advanced-electronics-2"] = 300,
|
|
["advanced-oil-processing"] = 300,
|
|
["electric-engine"] = 300,
|
|
["robotics"] = 300,
|
|
["construction-robotics"] = 300,
|
|
["worker-robots-speed-1"] = 300,
|
|
["worker-robots-speed-2"] = 300,
|
|
["utility-science-pack"] = 300,
|
|
["productivity-module-2"] = 300,
|
|
["speed-module-2"] = 300,
|
|
["rocket-fuel"] = 300,
|
|
["effect-transmission"] = 300,
|
|
["productivity-module-3"] = 300,
|
|
["speed-module-3"] = 300,
|
|
["rocket-silo"] = 300,
|
|
["space-science-pack"] = 300
|
|
},
|
|
["space-age"] = {
|
|
["logistic-science-pack"] = 2400,
|
|
["military-science-pack"] = 2400,
|
|
["chemical-science-pack"] = 3000,
|
|
["utility-science-pack"] = 3600,
|
|
["production-science-pack"] = 3600,
|
|
["space-science-pack"] = 3600,
|
|
["metallurgic-science-pack"] = 4200,
|
|
["electromagnetic-science-pack"] = 4200,
|
|
["agricultural-science-pack"] = 4200,
|
|
["cryogenic-science-pack"] = 4200,
|
|
["promethium-science-pack"] = 4800
|
|
}
|
|
},
|
|
inf_res = {
|
|
["base"] = {
|
|
-- Mining Productivity
|
|
["mining-productivity-4"] = 4,
|
|
-- Robot Speed
|
|
["worker-robots-speed-6"] = 6,
|
|
-- Laser Damage
|
|
["energy-weapons-damage-7"] = 7,
|
|
-- Explosive Damage
|
|
["stronger-explosives-7"] = 7,
|
|
-- Bullet Damage
|
|
["physical-projectile-damage-7"] = 7,
|
|
-- Flame Damage
|
|
["refined-flammables-7"] = 7,
|
|
-- Artillery Range
|
|
["artillery-shell-range-1"] = 1,
|
|
-- Artillery Speed
|
|
["artillery-shell-speed-1"] = 1
|
|
},
|
|
["space-age"] = {
|
|
-- Mining Productivity
|
|
["mining-productivity-3"] = 3,
|
|
-- Robot Speed
|
|
["worker-robots-speed-7"] = 7,
|
|
-- Laser Damage
|
|
["energy-weapons-damage-7"] = 7,
|
|
-- Electric Damage
|
|
["electric-weapons-damage-3"] = 3,
|
|
-- Explosive Damage
|
|
["stronger-explosives-7"] = 7,
|
|
-- Bullet Damage
|
|
["physical-projectile-damage-7"] = 7,
|
|
-- Flame Damage
|
|
["refined-flammables-7"] = 7,
|
|
-- Artillery Range
|
|
["artillery-shell-range-1"] = 1,
|
|
-- Artillery Speed
|
|
["artillery-shell-speed-1"] = 1,
|
|
-- Artillery Damage
|
|
["artillery-shell-damage-1"] = 1,
|
|
-- Railgun Speed
|
|
["railgun-shooting-speed-1"] = 1,
|
|
-- Railgun Damage
|
|
["railgun-damage-1"] = 1,
|
|
-- Health
|
|
["health"] = 1,
|
|
-- Research Productivity
|
|
["research-productivity"] = 1,
|
|
-- Scrap Recycling Productivity
|
|
["scrap-recycling-productivity"] = 1,
|
|
-- Asteroid Productivity
|
|
["asteroid-productivity"] = 1,
|
|
-- Processing Unit Productivity
|
|
["processing-unit-productivity"] = 1,
|
|
-- Steel Plate Productivity
|
|
["steel-plate-productivity"] = 1,
|
|
-- Low Density Structure Productivity
|
|
["low-density-structure-productivity"] = 1,
|
|
-- Plastic Bar Productivity
|
|
["plastic-bar-productivity"] = 1,
|
|
-- Rocket Fuel Productivity
|
|
["rocket-fuel-productivity"] = 1,
|
|
-- Rocket Part Productivity
|
|
["rocket-part-productivity"] = 1
|
|
}
|
|
},
|
|
}
|