mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-07-26 21:16:23 +09:00
.
This commit is contained in:
@@ -19,11 +19,12 @@ if data.raw['active-defense-equipment'] and data.raw['active-defense-equipment']
|
|||||||
data.raw['active-defense-equipment']['discharge-defense-equipment'].automatic = true
|
data.raw['active-defense-equipment']['discharge-defense-equipment'].automatic = true
|
||||||
end
|
end
|
||||||
|
|
||||||
-- MIG C 2 BASE ENTITY
|
-- MIG C 1 BASE ENTITY
|
||||||
if data.raw['programmable-speaker'] and data.raw['programmable-speaker']['programmable-speaker'] then
|
if data.raw['programmable-speaker'] and data.raw['programmable-speaker']['programmable-speaker'] then
|
||||||
data.raw['programmable-speaker']['programmable-speaker'].energy_source.usage_priority = 'primary-input'
|
data.raw['programmable-speaker']['programmable-speaker'].energy_source.usage_priority = 'primary-input'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- MIG C 1 BASE ENTITY
|
||||||
if data.raw['fluid-turret'] and data.raw['fluid-turret']['flamethrower-turret'] then
|
if data.raw['fluid-turret'] and data.raw['fluid-turret']['flamethrower-turret'] then
|
||||||
table.insert(data.raw['fluid-turret']['flamethrower-turret'].attack_parameters.fluids, {type = 'sulfuric-acid', damage_modifier = 1.2})
|
table.insert(data.raw['fluid-turret']['flamethrower-turret'].attack_parameters.fluids, {type = 'sulfuric-acid', damage_modifier = 1.2})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user