mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user