Skip to content

Commit

Permalink
Minor alert locale (space-wizards#22926)
Browse files Browse the repository at this point in the history
locale
  • Loading branch information
lapatison authored Dec 24, 2023
1 parent 446b47a commit 16f4572
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions Resources/Locale/en-US/alerts/alerts.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,12 @@ alerts-pacified-desc = You're pacified; you won't be able to attack anyone direc
alerts-suit-power-name = Suit Power
alerts-suit-power-desc = How much power your space ninja suit has.
alerts-magboots-name = Magboots
alerts-magboots-desc = You are immune to airflow, but slightly slower.
alerts-revenant-essence-name = Essence
alerts-revenant-essence-desc = The power of souls. It sustains you and is used for abilities. It regenerates slowly over time.
alerts-revenant-corporeal-name = Corporeal
alerts-revenant-corporeal-desc = You have manifested physically. People around you can see and hurt you.
6 changes: 3 additions & 3 deletions Resources/Prototypes/Alerts/magboots.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: alert
- type: alert
id: Magboots
icons:
- sprite: /Textures/Clothing/Shoes/Boots/magboots.rsi
state: icon-on
name: "Magboots"
description: You are immune to airflow, but slightly slower.
name: alerts-magboots-name
description: alerts-magboots-desc
10 changes: 5 additions & 5 deletions Resources/Prototypes/Alerts/revenant.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: alert
- type: alert
id: Essence
category: Health #it's like ghostie health
icons:
Expand Down Expand Up @@ -36,13 +36,13 @@
state: essence15
- sprite: /Textures/Interface/Alerts/essence_counter.rsi
state: essence16
name: Essence
description: The power of souls. It sustains you and is used for abilities. It regenerates slowly over time.
name: alerts-revenant-essence-name
description: alerts-revenant-essence-desc
minSeverity: 0
maxSeverity: 16

- type: alert
id: Corporeal
icons: [ /Textures/Mobs/Ghosts/revenant.rsi/icon.png ]
name: "Corporeal"
description: You have manifested physically. People around you can see and hurt you.
name: alerts-revenant-corporeal-name
description: alerts-revenant-corporeal-desc

0 comments on commit 16f4572

Please sign in to comment.