This commit is contained in:
2025-05-15 19:03:02 +09:00
parent f81e1b99ed
commit e35f908611

View File

@@ -430,8 +430,14 @@ if mods['space-age'] and ((settings.startup['PHI-SA'].value and settings.startup
v.max_health = v.max_health / q_s v.max_health = v.max_health / q_s
end end
if v.attack_parameters and v.attack_parameters.range then if v.attack_parameters then
v.attack_parameters.range = v.attack_parameters.range * 2 / 3 if v.attack_parameters.damage_modifier then
v.attack_parameters.damage_modifier = v.attack_parameters.damage_modifier / q_s
end
if v.attack_parameters.range then
v.attack_parameters.range = v.attack_parameters.range * 2 / 3
end
end end
end end
end end