This commit is contained in:
2024-11-30 01:48:42 +09:00
parent f5172b96d7
commit c6627d9088
3 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.43
Date: 2024-11-30
Changes:
- [SA] Changed the minimum damage for the asteroid.
---------------------------------------------------------------------------------------------------
Version: 3.0.42
Date: 2024-11-30

View File

@@ -528,6 +528,12 @@ if settings.startup['PHI-SA'].value then
for _, v in pairs(data.raw['asteroid']) do
v.mass = 1
for _, v2 in pairs(v.resistances) do
if v2.percent > 98 then
v2.percent = 98
end
end
end
local asteroid_util = require('__space-age__.prototypes.planet.asteroid-spawn-definitions')

View File

@@ -1,6 +1,6 @@
{
"name": "PHI-CL",
"version": "3.0.42",
"version": "3.0.43",
"factorio_version": "2.0",
"date": "2024-11-30",
"title": "Phidias Collection",