Extract strings from support power name and description.
This commit is contained in:
committed by
Gustas
parent
0c43801a2c
commit
188f0e2451
@@ -338,6 +338,15 @@ actor-gatech =
|
||||
actor-gaplug =
|
||||
.name = GDI Upgrade Center
|
||||
.description = Can be upgraded for additional technology.
|
||||
.ioncannonpower-name = Ion Cannon
|
||||
.ioncannonpower-description = Initiate an Ion Cannon strike.
|
||||
Applies instant damage to a small area.
|
||||
.droppodspower-name = Drop Pods
|
||||
.droppodspower-description = Drop Pod reinforcements.
|
||||
Small team of elite soldiers orbital drops
|
||||
to target location.
|
||||
.produceactorpower-name = Hunter Seeker
|
||||
.produceactorpower-description = Releases a drone that will acquire and destroy an enemy target.
|
||||
|
||||
actor-gaplug-socket-ioncannon-name = GDI Upgrade Center socket
|
||||
actor-gaplug-socket-hunterseeker-name = GDI Upgrade Center socket
|
||||
@@ -524,6 +533,8 @@ actor-nastlh =
|
||||
actor-natmpl =
|
||||
.description = Provides access to advanced Nod technologies.
|
||||
.name = Temple of Nod
|
||||
.produceactorpower-name = Hunter Seeker
|
||||
.produceactorpower-description = Releases a drone that will acquire and destroy an enemy target.
|
||||
|
||||
actor-namisl =
|
||||
.description = Launches a devastating missile
|
||||
@@ -531,6 +542,9 @@ actor-namisl =
|
||||
Requires power to operate.
|
||||
Maximum 1 can be built.
|
||||
.name = Nod Missile Silo
|
||||
.nukepower-name = Cluster Missile
|
||||
.nukepower-description = Launches an explosive cluster warhead
|
||||
at a target location.
|
||||
|
||||
actor-nawast =
|
||||
.name = Waste Refinery
|
||||
@@ -679,6 +693,9 @@ actor-napuls =
|
||||
.name = E.M. Pulse Cannon
|
||||
.description = Disables mechanical units in an area.
|
||||
Requires power to operate.
|
||||
.attackorderpower-name = E.M. Pulse
|
||||
.attackorderpower-description = Fires a pulse blast which disables
|
||||
all mechanical units in the area.
|
||||
|
||||
## shared-vehicles.yaml
|
||||
actor-mcv =
|
||||
|
||||
@@ -564,8 +564,8 @@ GAPLUG:
|
||||
EffectSequence: ionring
|
||||
WeaponDelay: 0
|
||||
ChargeInterval: 12750
|
||||
Name: Ion Cannon
|
||||
Description: Initiate an Ion Cannon strike.\nApplies instant damage to a small area.
|
||||
Name: actor-gaplug.ioncannonpower-name
|
||||
Description: actor-gaplug.ioncannonpower-description
|
||||
EndChargeSpeechNotification: IonCannonReady
|
||||
SelectTargetSpeechNotification: SelectTarget
|
||||
EndChargeTextNotification: notification-ion-cannon-ready
|
||||
@@ -577,8 +577,8 @@ GAPLUG:
|
||||
PauseOnCondition: disabled || empdisable
|
||||
RequiresCondition: plug.droppoda || plug.droppodb
|
||||
Icon: droppods
|
||||
Name: Drop Pods
|
||||
Description: Drop Pod reinforcements.\nSmall team of elite soldiers orbital drops\nto target location.
|
||||
Name: actor-gaplug.droppodspower-name
|
||||
Description: actor-gaplug.droppodspower-description
|
||||
SelectTargetSpeechNotification: SelectTarget
|
||||
SelectTargetTextNotification: notification-select-target
|
||||
DisplayRadarPing: true
|
||||
@@ -588,8 +588,8 @@ GAPLUG:
|
||||
ProduceActorPower:
|
||||
PauseOnCondition: disabled || empdisable
|
||||
RequiresCondition: plug.hunterseekera || plug.hunterseekerb
|
||||
Name: Hunter Seeker
|
||||
Description: Releases a drone that will acquire and destroy an enemy target.
|
||||
Name: actor-gaplug.produceactorpower-name
|
||||
Description: actor-gaplug.produceactorpower-description
|
||||
Icon: hunterseeker
|
||||
Actors: hunter
|
||||
Type: HunterSeeker
|
||||
|
||||
@@ -476,8 +476,8 @@ NATMPL:
|
||||
Palette: bright
|
||||
ProduceActorPower:
|
||||
PauseOnCondition: empdisable || disabled
|
||||
Name: Hunter Seeker
|
||||
Description: Releases a drone that will acquire and destroy an enemy target.
|
||||
Name: actor-natmpl.produceactorpower-name
|
||||
Description: actor-natmpl.produceactorpower-description
|
||||
Prerequisites: ~techlevel.superweapons
|
||||
Icon: hunterseeker
|
||||
Actors: hunter
|
||||
@@ -534,8 +534,8 @@ NAMISL:
|
||||
Cursor: nuke
|
||||
Icon: clustermissile
|
||||
ChargeInterval: 13500
|
||||
Name: Cluster Missile
|
||||
Description: Launches an explosive cluster warhead\nat a target location.
|
||||
Name: actor-namisl.nukepower-name
|
||||
Description: actor-namisl.nukepower-description
|
||||
EndChargeSpeechNotification: ClusterMissileReady
|
||||
SelectTargetSpeechNotification: SelectTarget
|
||||
IncomingSpeechNotification: MissileLaunchDetected
|
||||
|
||||
@@ -50,8 +50,8 @@ NAPULS:
|
||||
Cursor: emp
|
||||
Icon: emp
|
||||
ChargeInterval: 3375
|
||||
Name: E.M. Pulse
|
||||
Description: Fires a pulse blast which disables\nall mechanical units in the area.
|
||||
Name: actor-napuls.attackorderpower-name
|
||||
Description: actor-napuls.attackorderpower-description
|
||||
EndChargeSpeechNotification: EmPulseCannonReady
|
||||
SelectTargetSpeechNotification: SelectTarget
|
||||
EndChargeTextNotification: notification-emp-cannon-ready
|
||||
|
||||
Reference in New Issue
Block a user