Renamed Autocannon to Smart Cannon

This commit is contained in:
bacon
2023-08-27 01:05:47 +03:00
parent 2c86faab15
commit 4ad32d8be5
8 changed files with 21 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
TurretIngredients[WeaponType.AutoCannon] =
TurretIngredients[WeaponType.SmartCannon] =
{
{name = "Servo", amount = 15, investable = 10, minimum = 5, weaponStat = "fireRate", investFactor = 1.0, changeType = StatChanges.Percentage},
{name = "Warhead", amount = 5, investable = 6, minimum = 1, weaponStat = "damage", },
@@ -11,7 +11,7 @@ TurretIngredients[WeaponType.AutoCannon] =
-- {name = "Targeting System", amount = 0, investable = 2, minimum = 0, turretStat = "automatic", investFactor = 1, changeType = StatChanges.Flat},
}
TurretIngredients[WeaponType.HeavyCannon] =
TurretIngredients[WeaponType.SmartCannon] =
{
{name = "Servo", amount = 8, investable = 8, minimum = 4, weaponStat = "fireRate", investFactor = 1.0, changeType = StatChanges.Percentage},
{name = "Warhead", amount = 5, investable = 6, minimum = 1, weaponStat = "damage", },