Automated extraction

This commit is contained in:
Gustas
2023-11-11 22:05:09 +02:00
committed by Matthias Mailänder
parent 0f5b78442b
commit db8a28f2c0
147 changed files with 3489 additions and 1147 deletions

View File

@@ -0,0 +1,10 @@
## rules.yaml
actor-player =
.grantexternalconditionpower-ironcurtain-begin-charge-text-notification = Iron curtain charging.
.grantexternalconditionpower-ironcurtain-end-charge-text-notification = Iron curtain ready.
actor-mnlyr-name = Bomber
actor-minvv =
.description = Bomb which explodes after 8 seconds
.name = Bomb

View File

@@ -755,3 +755,4 @@ Actors:
Rules: rules.yaml
Sequences: sequences.yaml
Translations: en.ftl

View File

@@ -103,8 +103,8 @@ Player:
EndChargeSpeechNotification: IronCurtainReady
SelectTargetTextNotification: notification-select-target
InsufficientPowerTextNotification: notification-insufficient-power
BeginChargeTextNotification: Iron curtain charging.
EndChargeTextNotification: Iron curtain ready.
BeginChargeTextNotification: actor-player.grantexternalconditionpower-ironcurtain-begin-charge-text-notification
EndChargeTextNotification: actor-player.grantexternalconditionpower-ironcurtain-end-charge-text-notification
Condition: invulnerability
Sequence: idle
OnFireSound: ironcur9.aud
@@ -126,7 +126,7 @@ MNLYR:
Valued:
Cost: 800
Tooltip:
Name: Bomber
Name: actor-mnlyr-name
Health:
HP: 50000
Armor:
@@ -175,7 +175,7 @@ MINVV:
Buildable:
Queue: Building
BuildPaletteOrder: 10
Description: Bomb which explodes after 8 seconds
Description: actor-minvv.description
Valued:
Cost: 30
Health:
@@ -184,7 +184,7 @@ MINVV:
Image: miner
WithSpriteBody:
Tooltip:
Name: Bomb
Name: actor-minvv.name
ChangesHealth:
Step: -100
Delay: 1