diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 8534a75..cf9b988 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.105 +Date: 2025-05-24 + + Changes: + - [SA] Some code clean up. + --------------------------------------------------------------------------------------------------- Version: 3.0.104 Date: 2025-05-22 diff --git a/PHI-CL/config.lua b/PHI-CL/config.lua index 735eaea..e22e38f 100644 --- a/PHI-CL/config.lua +++ b/PHI-CL/config.lua @@ -421,12 +421,7 @@ local items = { ['logistic-system'] = { ['prerequisites'] = {'logistic-robotics', 'utility-science-pack'}, ['unit'] = {count = 500, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}}} - }, - ['cliff-explosives'] = { - ['prerequisites'] = {'explosives', 'military-2'}, - ['unit'] = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}}, - ['effects'] = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}} - }, + } }, ['technology'] = { ['planet-discovery-vulcanus'] = true, diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 2e0d9bd..dddf791 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -518,6 +518,9 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup end end + data.raw.technology['cliff-explosives'].prerequisites = {'explosives', 'military-2'} + data.raw.technology['cliff-explosives'].unit = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}} + data.raw.technology['cliff-explosives'].effects = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}} table.insert(data.raw.technology['stronger-explosives-4'].effects, {type = 'ammo-damage', ammo_category = 'artillery-shell', modifier = 0.1}) table.insert(data.raw.technology['stronger-explosives-5'].effects, {type = 'ammo-damage', ammo_category = 'artillery-shell', modifier = 0.1}) table.insert(data.raw.technology['stronger-explosives-6'].effects, {type = 'ammo-damage', ammo_category = 'artillery-shell', modifier = 0.2}) diff --git a/PHI-CL/info.json b/PHI-CL/info.json index 11f8932..66dbd83 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.104", + "version": "3.0.105", "factorio_version": "2.0", - "date": "2025-05-22", + "date": "2025-05-24", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",