Extract strings from support power name and description.

This commit is contained in:
Matthias Mailänder
2024-04-02 11:58:57 +02:00
committed by Gustas
parent 0c43801a2c
commit 188f0e2451
25 changed files with 174 additions and 68 deletions

View File

@@ -8,3 +8,12 @@ actor-mnlyr-name = Bomber
actor-minvv =
.description = Bomb which explodes after 8 seconds
.name = Bomb
## rules.yaml
actor-player =
.chronoshiftpower-name = Chronoshift
.chronoshiftpower-description = Teleport a group of vehicles across
the map.
.grantexternalconditionpower-ironcurtain-name = Invulnerability
.grantexternalconditionpower-ironcurtain-description = Makes a unit invulnerable
for 3 seconds.

View File

@@ -83,8 +83,8 @@ Player:
ChronoshiftPower:
Icon: chrono
ChargeInterval: 1500
Name: Chronoshift
Description: Teleport a group of vehicles across\nthe map.
Name: actor-player.chronoshiftpower-name
Description: actor-player.chronoshiftpower-description
SelectTargetSound: slcttgt1.aud
BeginChargeSound: chrochr1.aud
EndChargeSound: chrordy1.aud
@@ -94,8 +94,8 @@ Player:
GrantExternalConditionPower@IRONCURTAIN:
Icon: invuln
ChargeInterval: 750
Name: Invulnerability
Description: Makes a unit invulnerable\nfor 3 seconds.
Name: actor-player.grantexternalconditionpower-ironcurtain-name
Description: actor-player.grantexternalconditionpower-ironcurtain-description
Duration: 75
SelectTargetSpeechNotification: SelectTarget
InsufficientPowerSpeechNotification: InsufficientPower

View File

@@ -8,3 +8,6 @@ actor-sniper =
Weak vs Vehicles, Aircraft
actor-mig-bomber-name = MiG Bomber
## rules.yaml
actor-powerproxy-parabombs-description = A MiG bomber drops a load of parachuted bombs on your target.

View File

@@ -392,7 +392,7 @@ V2RL:
powerproxy.parabombs:
AirstrikePower:
Description: A MiG bomber drops a load of parachuted bombs on your target.
Description: actor-powerproxy-parabombs-description
CameraRemoveDelay: 50
BADR.Bomber:

View File

@@ -0,0 +1,4 @@
## rules.yaml
actor-powerproxy-spyplane =
.airstrikepower-name = Spy Plane (Single Use)
.airstrikepower-description = Reveals an area of the map and cloaked enemy units.

View File

@@ -897,4 +897,4 @@ Rules: ra|rules/campaign-rules.yaml, ra|rules/campaign-tooltips.yaml, ra|rules/c
Weapons: weapons.yaml
Translations: ra|languages/lua/en.ftl, ra|languages/campaign/en.ftl
Translations: ra|languages/lua/en.ftl, ra|languages/campaign/en.ftl, en.ftl

View File

@@ -54,8 +54,8 @@ powerproxy.spyplane:
OrderName: SovietSpyPlane
Icon: spyplane
ChargeInterval: 4500
Name: Spy Plane (Single Use)
Description: Reveals an area of the map and cloaked enemy units.
Name: actor-powerproxy-spyplane.airstrikepower-name
Description: actor-powerproxy-spyplane.airstrikepower-description
OneShot: true
SelectTargetSpeechNotification: SelectTarget
EndChargeSpeechNotification: SpyPlaneReady