]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revenant spell catalog locale (#28638)
authorlapatison <100279397+lapatison@users.noreply.github.com>
Wed, 5 Jun 2024 20:10:58 +0000 (23:10 +0300)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 20:10:58 +0000 (13:10 -0700)
locale

Resources/Locale/en-US/store/revenant-catalog.ftl [new file with mode: 0644]
Resources/Prototypes/Catalog/revenant_catalog.yml

diff --git a/Resources/Locale/en-US/store/revenant-catalog.ftl b/Resources/Locale/en-US/store/revenant-catalog.ftl
new file mode 100644 (file)
index 0000000..d3cbbf7
--- /dev/null
@@ -0,0 +1,11 @@
+revenant-defile-name = Defile
+revenant-defile-desc = Defiles the surrounding area, ripping up floors, damaging windows, opening containers, and throwing items. Using it leaves you vulnerable to attacks for a short period of time.
+
+revenant-overload-name = Overload Lights
+revenant-overload-desc = Overloads all nearby lights, causing lights to pulse and sending out dangerous lightning. Using it leaves you vulnerable to attacks for a long period of time.
+
+revenant-blight-name = Blight
+revenant-blight-desc = Infects all nearby organisms with an infectious disease that causes toxic buildup and tiredness. Using it leaves you vulnerable to attacks for a medium period of time.
+
+revenant-malfunction-name = Malfunction
+revenant-malfunction-desc = Makes nearby electronics stop working properly. Using it leaves you vulnerable to attacks for a long period of time.
index 84f45d16073ba4a08b3f36b1f69d4c26025a8d94..ec1ef0a309b15b8de9af734bb289c2286b288a5a 100644 (file)
@@ -1,7 +1,7 @@
 - type: listing
   id: RevenantDefile
-  name: Defile
-  description: Defiles the surrounding area, ripping up floors, damaging windows, opening containers, and throwing items. Using it leaves you vulnerable to attacks for a short period of time.
+  name: revenant-defile-name
+  description: revenant-defile-desc
   productAction: ActionRevenantDefile
   cost:
     StolenEssence: 10
@@ -13,8 +13,8 @@
 
 - type: listing
   id: RevenantOverloadLights
-  name: Overload Lights
-  description: Overloads all nearby lights, causing lights to pulse and sending out dangerous lightning. Using it leaves you vulnerable to attacks for a long period of time.
+  name: revenant-overload-name
+  description: revenant-overload-desc
   productAction: ActionRevenantOverloadLights
   cost:
     StolenEssence: 25
@@ -26,8 +26,8 @@
 
 #- type: listing
 #  id: RevenantBlight
-#  name: Blight
-#  description: Infects all nearby organisms with an infectious disease that causes toxic buildup and tiredness. Using it leaves you vulnerable to attacks for a medium period of time.
+#  name: revenant-blight-name
+#  description: revenant-blight-desc
 #  productAction: ActionRevenantBlight
 #  cost:
 #    StolenEssence: 75
@@ -39,8 +39,8 @@
 
 - type: listing
   id: RevenantMalfunction
-  name: Malfunction
-  description: Makes nearby electronics stop working properly. Using it leaves you vulnerable to attacks for a long period of time.
+  name: revenant-malfunction-name
+  description: revenant-malfunction-desc
   productAction: ActionRevenantMalfunction
   cost:
     StolenEssence: 125