Extract strings from support power name and description.
This commit is contained in:
committed by
Gustas
parent
0c43801a2c
commit
188f0e2451
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
4
mods/ra/maps/top-o-the-world/en.ftl
Normal file
4
mods/ra/maps/top-o-the-world/en.ftl
Normal 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.
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user