diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 2f84a41..d2df0ce 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.86 +Date: 2025-04-07 + + Changes: + - [VP] Fixed the spoilage is not properly disabled because of the indentation level. + --------------------------------------------------------------------------------------------------- Version: 3.0.85 Date: 2025-04-07 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 5982242..711f7c8 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -945,6 +945,7 @@ if settings.startup['PHI-VP'].value then data.raw.technology['refined-flammables-7'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}} table.insert(data.raw.technology['laser-weapons-damage-3'].effects, {type = 'ammo-damage', ammo_category = 'beam', modifier = 0.3}) table.insert(data.raw.technology['laser-weapons-damage-4'].effects, {type = 'ammo-damage', ammo_category = 'beam', modifier = 0.4}) + for i=5, 7 do table.insert(data.raw.technology['laser-weapons-damage-' .. i].effects, {type = 'ammo-damage', ammo_category = 'tesla', modifier = 0.7}) table.insert(data.raw.technology['laser-weapons-damage-' .. i].effects, {type = 'ammo-damage', ammo_category = 'electric', modifier = 0.7})