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,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "PHI-CL",
|
"name": "PHI-CL",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
"date": "2024-10-29",
|
"date": "2024-10-30",
|
||||||
"title": "Phidias Collection",
|
"title": "Phidias Collection",
|
||||||
"author": "PHIDIAS0303",
|
"author": "PHIDIAS0303",
|
||||||
"contributers": "",
|
"contributers": "",
|
||||||
@@ -13,5 +13,11 @@
|
|||||||
"? space-age",
|
"? space-age",
|
||||||
"? quality >= 2.0.0",
|
"? quality >= 2.0.0",
|
||||||
"? elevated-rails > 2.0.0"
|
"? elevated-rails > 2.0.0"
|
||||||
]
|
],
|
||||||
|
"quality_required": false,
|
||||||
|
"space_travel_required": false,
|
||||||
|
"spoiling_required": false,
|
||||||
|
"freezing_required": false,
|
||||||
|
"segmented_units_required": false,
|
||||||
|
"expansion_shaders_required": false
|
||||||
}
|
}
|
||||||
@@ -273,10 +273,7 @@ function main.EEQ(source, tier)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if item.attack_parameters.ammo_type.action_delivery then
|
if item.attack_parameters.ammo_type.action_delivery then
|
||||||
|
item.attack_parameters.ammo_type.action_delivery.max_length = item.attack_parameters.ammo_type.action_delivery.max_length + (tier - source.min + 1)
|
||||||
if item.attack_parameters.ammo_type.action_delivery then
|
|
||||||
item.attack_parameters.ammo_type.action_delivery.max_length = item.attack_parameters.ammo_type.action_delivery.max_length + (tier - source.min + 1)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user