Updated translate template
added test file
This commit is contained in:
@@ -62,7 +62,7 @@ function WeaponGenerator.generateHeavyCannon(rand, dps, tech, material, rarity)
|
||||
weapon.appearance = WeaponAppearance.Bolter
|
||||
weapon.name = "Heavy Cannon /* Weapon Name*/"%_t
|
||||
weapon.icon = "data/textures/icons/heavycannon.png"
|
||||
weapon.sound = "cannon"%_T
|
||||
weapon.sound = "cannon"
|
||||
weapon.accuracy = 0.95 - rand:getFloat(0, 0.02)
|
||||
|
||||
weapon.damage = damage
|
||||
|
||||
Reference in New Issue
Block a user