From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:13:02 +0000 (+0300) Subject: Minor alert locale (#22926) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=16f4572c5780f9c0d3514b8ba535258ea0ce663b;p=space-station-14.git Minor alert locale (#22926) locale --- diff --git a/Resources/Locale/en-US/alerts/alerts.ftl b/Resources/Locale/en-US/alerts/alerts.ftl index 33642b44b5..bb3ca51037 100644 --- a/Resources/Locale/en-US/alerts/alerts.ftl +++ b/Resources/Locale/en-US/alerts/alerts.ftl @@ -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. diff --git a/Resources/Prototypes/Alerts/magboots.yml b/Resources/Prototypes/Alerts/magboots.yml index ea7dfa7eb6..0c9ee5507c 100644 --- a/Resources/Prototypes/Alerts/magboots.yml +++ b/Resources/Prototypes/Alerts/magboots.yml @@ -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 diff --git a/Resources/Prototypes/Alerts/revenant.yml b/Resources/Prototypes/Alerts/revenant.yml index a813e7d2e4..d859cd60f1 100644 --- a/Resources/Prototypes/Alerts/revenant.yml +++ b/Resources/Prototypes/Alerts/revenant.yml @@ -1,4 +1,4 @@ -- type: alert +- type: alert id: Essence category: Health #it's like ghostie health icons: @@ -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. \ No newline at end of file + name: alerts-revenant-corporeal-name + description: alerts-revenant-corporeal-desc \ No newline at end of file