mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 20:21:40 +09:00
.
This commit is contained in:
@@ -5,6 +5,7 @@ Date: 2024-11-28
|
|||||||
Changes:
|
Changes:
|
||||||
- [CL] Changed some locale and settings values.
|
- [CL] Changed some locale and settings values.
|
||||||
- [SA] Changed the map generation for single planet run.
|
- [SA] Changed the map generation for single planet run.
|
||||||
|
- [SA] Changed the starting speed of railgun to make the speed research effect work.
|
||||||
|
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 3.0.39
|
Version: 3.0.39
|
||||||
|
|||||||
@@ -852,6 +852,10 @@ if settings.startup['PHI-SA'].value then
|
|||||||
|
|
||||||
data.raw.roboport.roboport.charging_station_count_affected_by_quality = true
|
data.raw.roboport.roboport.charging_station_count_affected_by_quality = true
|
||||||
data.raw['roboport-equipment']['personal-roboport-equipment'].charging_station_count_affected_by_quality = true
|
data.raw['roboport-equipment']['personal-roboport-equipment'].charging_station_count_affected_by_quality = true
|
||||||
|
|
||||||
|
data.raw['ammo-turret']['railgun-turret'].starting_attack_speed = 1
|
||||||
|
data.raw['ammo-turret']['railgun-turret'].starting_attack_speed_secondary = 1
|
||||||
|
data.raw['ammo-turret']['railgun-turret'].starting_attack_speed_when_killed = 1
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods['elevated-rails'] then
|
if mods['elevated-rails'] then
|
||||||
@@ -874,6 +878,11 @@ if settings.startup['PHI-SA'].value then
|
|||||||
v.effect.quality = nil
|
v.effect.quality = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
for _, v in pairs(data.raw['inserter']) do
|
||||||
|
v.extension_speed = v.extension_speed * 2.5
|
||||||
|
v.rotation_speed = v.rotation_speed * 2.5
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user