mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
unit-block info!
This commit is contained in:
@@ -3,10 +3,15 @@ shar-stat.health = Health: {0}
|
||||
shar-stat.shield = Shield: {0}
|
||||
shar-stat.payloadCapacity = Payloads: {0} / {1}
|
||||
shar-stat.itemCapacity = Items: {0} / {1}
|
||||
shar-stat.ammos = Ammos: {0} / {1}
|
||||
shar-stat.infinityAmmos = Ammos: Infinity
|
||||
shar-stat.ammos = Ammo: {0} / {1}
|
||||
shar-stat.commandUnits = Commands: {0} / {1}
|
||||
shar-stat.reload = Reload: {0}%
|
||||
shar-stat.charge = Charge: {0}%
|
||||
shar-stat.itemAmmo = Ammo : {0} / {1}
|
||||
shar-stat.liquidAmmo = Liquid: {0}
|
||||
shar-stat.power = Power: {0} / {1}
|
||||
|
||||
# Settings
|
||||
setting.weaponui.name = Display weapon UI
|
||||
setting.commandedunitui.name = Display commandUnits UI
|
||||
setting.commandedunitui.name = Display commandUnits UI
|
||||
setting.uiopacity.name = UnitInfo UI background Opacity
|
||||
@@ -4,9 +4,14 @@ shar-stat.shield = 방어막: {0}
|
||||
shar-stat.payloadCapacity = 화물: {0} / {1}
|
||||
shar-stat.itemCapacity = 아이템: {0} / {1}
|
||||
shar-stat.ammos = 탄약: {0} / {1}
|
||||
shar-stat.infinityAmmos = 탄약: 무한
|
||||
shar-stat.commandUnits = 지휘 유닛: {0} / {1}
|
||||
shar-stat.reload = 재장전: {0}%
|
||||
shar-stat.charge = 충전: {0}%
|
||||
shar-stat.itemAmmo = 탄약 : {0} / {1}
|
||||
shar-stat.liquidAmmo = 액체: {0}
|
||||
shar-stat.power = 전력: {0} / {1}
|
||||
|
||||
# Settings
|
||||
setting.weaponui.name = 무기 UI 표시
|
||||
setting.commandedunitui.name = 지휘 유닛 UI 표시
|
||||
setting.commandedunitui.name = 지휘 유닛 UI 표시
|
||||
setting.uiopacity.name = UnitInfo UI 배경 투명도
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Unit Infomation",
|
||||
"author": "Sharlotte",
|
||||
"description": "The mod displays more information for unit, such as health, armor, shield, weapon/weapon reload etc",
|
||||
"version": "0",
|
||||
"version": "1.2",
|
||||
"main": "UnitInfo.core.Main",
|
||||
"minGameVersion": "126",
|
||||
"dependencies": [],
|
||||
|
||||
Reference in New Issue
Block a user