Add turret ammo capacity to the in-game help (#9777)

* Add turret ammo capacity to the in-game help

* Rename max shots to ammo capacity

* Rename ammo multipier to ammo per item
This commit is contained in:
Andrey Andreyevich Bienkowski
2024-05-03 21:11:23 +03:00
committed by GitHub
parent 143db64710
commit 08429b5492
5 changed files with 7 additions and 1 deletions

View File

@@ -992,6 +992,7 @@ stat.abilities = Abilities
stat.canboost = Can Boost
stat.flying = Flying
stat.ammouse = Ammo Use
stat.ammocapacity = Ammo Capacity
stat.damagemultiplier = Damage Multiplier
stat.healthmultiplier = Health Multiplier
stat.speedmultiplier = Speed Multiplier
@@ -1093,7 +1094,7 @@ bullet.pierce = [stat]{0}x[lightgray] pierce
bullet.infinitepierce = [stat]pierce
bullet.healpercent = [stat]{0}%[lightgray] repair
bullet.healamount = [stat]{0}[lightgray] direct repair
bullet.multiplier = [stat]{0}x[lightgray] ammo multiplier
bullet.multiplier = [stat]{0}[lightgray] ammo/item
bullet.reload = [stat]{0}%[lightgray] fire rate
bullet.range = [stat]{0}[lightgray] tiles range
@@ -1118,6 +1119,7 @@ unit.items = items
unit.thousands = k
unit.millions = mil
unit.billions = b
unit.shots = shots
unit.pershot = /shot
category.purpose = Purpose
category.general = General

View File

@@ -165,3 +165,4 @@ OpalSoPL
BalaM314
Redstonneur1256
ApsZoldat
hexagon-recursion