This commit is contained in:
2024-10-30 00:13:12 +09:00
parent 5e10654ae5
commit c1d8ac912d
2 changed files with 10 additions and 7 deletions

View File

@@ -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
} }

View File

@@ -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