Fix ammo_category
This commit is contained in:
parent
b52646aa2b
commit
3be3872b6d
3 changed files with 10 additions and 3 deletions
|
@ -18,8 +18,8 @@ if BI.Settings.Bio_Cannon then
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "artillery-shell",
|
||||
ammo_type = {
|
||||
--~ category = "artillery-shell",
|
||||
category = "Bio_Cannon_Ammo",
|
||||
target_type = "direction",
|
||||
action = {
|
||||
|
@ -54,8 +54,8 @@ if BI.Settings.Bio_Cannon then
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "artillery-shell",
|
||||
ammo_type = {
|
||||
--~ category = "artillery-shell",
|
||||
category = "Bio_Cannon_Ammo",
|
||||
target_type = "direction",
|
||||
action = {
|
||||
|
@ -89,8 +89,8 @@ if BI.Settings.Bio_Cannon then
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "artillery-shell",
|
||||
ammo_type = {
|
||||
--~ category = "artillery-shell",
|
||||
category = "Bio_Cannon_Ammo",
|
||||
target_type = "direction",
|
||||
action = {
|
||||
|
|
|
@ -299,6 +299,7 @@ data:extend(
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
range_modifier = 3,
|
||||
cooldown_modifier = 3,
|
||||
|
@ -331,6 +332,7 @@ data:extend(
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
range_modifier = 3,
|
||||
cooldown_modifier = 3,
|
||||
|
@ -363,6 +365,7 @@ data:extend(
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
range_modifier = 3,
|
||||
cooldown_modifier = 3,
|
||||
|
|
|
@ -15,6 +15,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
category = "Bio_Turret_Ammo",
|
||||
action = {
|
||||
|
@ -56,6 +57,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
category = "Bio_Turret_Ammo",
|
||||
action = {
|
||||
|
@ -102,6 +104,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
category = "Bio_Turret_Ammo",
|
||||
action = {
|
||||
|
@ -152,6 +155,7 @@ data:extend({
|
|||
icon_size = 64,
|
||||
}
|
||||
},
|
||||
ammo_category = "bullet",
|
||||
ammo_type = {
|
||||
category = "Bio_Turret_Ammo",
|
||||
action = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue