Minor alert locale (#22926)
locale (cherry picked from commit 16f4572c5780f9c0d3514b8ba535258ea0ce663b)
This commit is contained in:
parent
593fed7c68
commit
de2c6b682d
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/DeltaV/Mobs/Ghosts/revenant.rsi/icon.png ] # DeltaV - Custom revenant sprite
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue