]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove manual localization from action entity prototypes (#20023)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Mon, 11 Sep 2023 12:34:41 +0000 (05:34 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 12:34:41 +0000 (22:34 +1000)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
67 files changed:
Content.Shared/CombatMode/Events/TogglePrecisionModeEvent.cs [deleted file]
Resources/Locale/en-US/abilities/mime.ftl
Resources/Locale/en-US/actions/actions/blocking.ftl
Resources/Locale/en-US/actions/actions/borgs.ftl [deleted file]
Resources/Locale/en-US/actions/actions/combat-mode.ftl
Resources/Locale/en-US/actions/actions/crit.ftl [deleted file]
Resources/Locale/en-US/actions/actions/disarm-action.ftl
Resources/Locale/en-US/actions/actions/dragon.ftl
Resources/Locale/en-US/actions/actions/egg-lay.ftl
Resources/Locale/en-US/actions/actions/ghost.ftl [deleted file]
Resources/Locale/en-US/actions/actions/hardsuit.ftl [deleted file]
Resources/Locale/en-US/actions/actions/internals.ftl
Resources/Locale/en-US/actions/actions/light.ftl [deleted file]
Resources/Locale/en-US/actions/actions/mask.ftl
Resources/Locale/en-US/actions/actions/mech.ftl [deleted file]
Resources/Locale/en-US/actions/actions/pai.ftl [deleted file]
Resources/Locale/en-US/actions/actions/sleep.ftl
Resources/Locale/en-US/actions/actions/spider.ftl
Resources/Locale/en-US/actions/actions/vehicle.ftl [deleted file]
Resources/Locale/en-US/actions/actions/vocal.ftl [deleted file]
Resources/Locale/en-US/actions/actions/zombie.ftl [deleted file]
Resources/Locale/en-US/animals/rat-king/rat-king.ftl
Resources/Locale/en-US/chapel/bible.ftl
Resources/Locale/en-US/devices/network-configurator.ftl
Resources/Locale/en-US/ghost/ghost-gui.ftl
Resources/Locale/en-US/guardian/guardian.ftl
Resources/Locale/en-US/implant/implant.ftl
Resources/Locale/en-US/magboot/actions.ftl [deleted file]
Resources/Locale/en-US/magic/spells-actions.ftl
Resources/Locale/en-US/movement/jetpacks.ftl
Resources/Locale/en-US/ninja/ninja-actions.ftl
Resources/Locale/en-US/polymorph/polymorph.ftl
Resources/Locale/en-US/robotics/ai-actions.ftl [deleted file]
Resources/Locale/en-US/speech/melee-speech.ftl
Resources/Locale/en-US/vending-machines/vending-machine-component.ftl
Resources/Locale/en-US/voice-mask.ftl
Resources/Locale/en-US/xenoarchaeology/misc-artifact.ftl
Resources/Prototypes/Actions/borgs.yml
Resources/Prototypes/Actions/crit.yml
Resources/Prototypes/Actions/internals.yml
Resources/Prototypes/Actions/mech.yml
Resources/Prototypes/Actions/ninja.yml
Resources/Prototypes/Actions/polymorph.yml
Resources/Prototypes/Actions/speech.yml
Resources/Prototypes/Actions/spider.yml
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Entities/Clothing/Masks/base_clothingmask.yml
Resources/Prototypes/Entities/Clothing/Neck/misc.yml
Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml
Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Resources/Prototypes/Entities/Mobs/Player/guardian.yml
Resources/Prototypes/Entities/Mobs/Player/observer.yml
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Prototypes/Entities/Objects/Specific/Chapel/bibles.yml
Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml
Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml
Resources/Prototypes/Entities/Objects/Vehicles/actions.yml
Resources/Prototypes/Magic/forcewall_spells.yml
Resources/Prototypes/Magic/knock_spell.yml
Resources/Prototypes/Magic/projectile_spells.yml
Resources/Prototypes/Magic/rune_spells.yml
Resources/Prototypes/Magic/smite_spells.yml
Resources/Prototypes/Magic/spawn_spells.yml
Resources/Prototypes/Magic/teleport_spells.yml
Resources/Prototypes/Roles/Jobs/Civilian/mime.yml

diff --git a/Content.Shared/CombatMode/Events/TogglePrecisionModeEvent.cs b/Content.Shared/CombatMode/Events/TogglePrecisionModeEvent.cs
deleted file mode 100644 (file)
index 42c8a03..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-using Content.Shared.Actions;
-
-namespace Content.Shared.CombatMode;
-
-public sealed partial class TogglePrecisionModeEvent : InstantActionEvent
-{
-}
index da03cd76b7a774d4a4808fea8340ac09d9692cf2..7fc438bfd9ac2a416529052ca998613b9ba7cccd 100644 (file)
@@ -1,6 +1,5 @@
 mime-cant-speak = Your vow of silence prevents you from speaking.
 mime-invisible-wall = Create Invisible Wall
-mime-invisible-wall-desc = Create an invisible wall in front of you, if placeable there.
 mime-invisible-wall-popup = {CAPITALIZE(THE($mime))} brushes up against an invisible wall!
 mime-invisible-wall-failed = You can't create an invisible wall there.
 mime-not-ready-repent = You aren't ready to repent for your broken vow yet.
index 123a5991d4b64853b2b15da6a299fbaca54f23c8..ff0df1c99bb399d878f7d7bfa5d87daa1873d193 100644 (file)
@@ -1,7 +1,4 @@
-action-name-blocking = Block
-action-description-blocking = Raise or lower your shield.
-
-action-popup-blocking-user = You raise your {$shield}!
+action-popup-blocking-user = You raise your {$shield}!
 action-popup-blocking-disabling-user = You lower your {$shield}!
 
 action-popup-blocking-other = {CAPITALIZE(THE($blockerName))} raises {POSS-ADJ($blockerName)} {$shield}!
diff --git a/Resources/Locale/en-US/actions/actions/borgs.ftl b/Resources/Locale/en-US/actions/actions/borgs.ftl
deleted file mode 100644 (file)
index f358525..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-action-name-view-laws = View Laws
-action-description-view-laws = View the laws that you must follow.
-
-action-name-swap-module = Swap Module
-action-desc-swap-module = Select this module, enabling you to use the tools it provides.
index 2479748de84d8edc1967a2ae52931edb1e575fbd..37e5f7b2e9465b91a759ca4c781ebe71f1b6ae96 100644 (file)
@@ -1,12 +1,2 @@
-action-name-combat = [color=red]Combat Mode[/color]
-action-description-combat = Enter combat mode
-
 action-popup-combat-disabled = Combat mode disabled
 action-popup-combat-enabled = Combat mode enabled
-
-
-action-name-precision = [color=red]Precision mode[/color]
-action-description-precision = Enter precision mode for combat, attacking what is under your cursor.
-
-action-popup-precision = Precision mode disabled
-action-popup-precision-enabled = Precision mode enabled
diff --git a/Resources/Locale/en-US/actions/actions/crit.ftl b/Resources/Locale/en-US/actions/actions/crit.ftl
deleted file mode 100644 (file)
index 1588c0e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-action-name-crit-succumb = Succumb
-action-description-crit-succumb = Accept your fate.
-
-action-name-crit-fake-death = Fake Death
-action-description-crit-fake-death = Pretend to take your final breath while staying alive.
-
-action-name-crit-last-words = Say Last Words
-action-description-crit-last-words = Whisper your last words to anyone nearby, and then succumb to your fate. You only have 30 characters to work with.
-
index 1465d7a8b12d33975da436c8c5db9eb31707ed84..1b2cb4960162fd56d197fb78f16f294c02520e0b 100644 (file)
@@ -3,6 +3,3 @@ disarm-action-popup-message-other-clients = {CAPITALIZE(THE($performerName))} di
 disarm-action-popup-message-cursor = Disarmed {THE($targetName)}!
 disarm-action-shove-popup-message-other-clients = {CAPITALIZE(THE($performerName))} shoves {THE($targetName)}!
 disarm-action-shove-popup-message-cursor = You shove {THE($targetName)}!
-
-action-name-disarm = [color=red]Disarm[/color]
-action-description-disarm = Attempt to [color=red]disarm[/color] someone.
index 6575a7b379f4fe87e1790af59a5af0b258a5ce9d..a9b887142d689c860d65fc3d2ad2eeb21bee1998 100644 (file)
@@ -4,13 +4,6 @@ devour-action-popup-message-fail-target-alive = You can't consume creatures that
 
 dragon-spawn-action-popup-message-fail-no-eggs = You don't have the stamina to do that!
 
-
-action-name-devour = [color=red]Devour[/color]
-action-description-devour = Attempt to break a structure with your jaws or swallow a creature.
-
-action-name-carp-rift = Summon Carp Rift
-action-description-carp-rift = Summons a carp rift that will periodically spawns carps.
-
 # Rifts
 carp-rift-warning = A rift is causing an unnaturally large energy flux at {$location}. Stop it at all costs!
 carp-rift-duplicate = Cannot have 2 charging rifts at the same time!
index 404eeee7d045e49fc060113043d2ff91a75347a1..0aefdc68630119450f50e93cdc8fafbeb0c002ae 100644 (file)
@@ -1,6 +1,3 @@
-action-name-lay-egg = Lay egg
-action-description-lay-egg = Uses hunger to lay an egg.
-
-action-popup-lay-egg-user = You lay an egg.
+action-popup-lay-egg-user = You lay an egg.
 action-popup-lay-egg-others = {CAPITALIZE(THE($entity))} lays an egg.
 action-popup-lay-egg-too-hungry = You need more food before you can lay another egg!
diff --git a/Resources/Locale/en-US/actions/actions/ghost.ftl b/Resources/Locale/en-US/actions/actions/ghost.ftl
deleted file mode 100644 (file)
index f10c559..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-boo = Boo!
-action-description-boo = Scare your crew members because of boredom!
\ No newline at end of file
diff --git a/Resources/Locale/en-US/actions/actions/hardsuit.ftl b/Resources/Locale/en-US/actions/actions/hardsuit.ftl
deleted file mode 100644 (file)
index 13de007..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-hardsuit = Toggle Suit Piece
-action-description-hardsuit = Remember to equip the important pieces of your suit before going into action.
index ead73cf1e57854c8f78d8442d73544fdd76035e1..84580a9368f00ee86a356bfa9814bb8c89645972 100644 (file)
@@ -1,5 +1,2 @@
-action-name-internals-toggle = Toggle Internals
-action-description-internals-toggle = Breathe from the equipped gas tank. Also requires equipped breath mask.
-
 internals-no-breath-tool = You are not wearing a breathing tool
 internals-no-tank = You are not wearing a gas tank
diff --git a/Resources/Locale/en-US/actions/actions/light.ftl b/Resources/Locale/en-US/actions/actions/light.ftl
deleted file mode 100644 (file)
index e883910..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-toggle-light = Toggle Light
-action-description-toggle-light = Turn the light on and off.
\ No newline at end of file
index ec1113e4e6b14654e68fe6fc684bba6b856b8a7e..5c388e285f40057dba67615fe0b9686e11465663 100644 (file)
@@ -1,4 +1,2 @@
-action-name-mask = Toggle Mask
-action-description-mask-toggle = Handy, but prevents insertion of pie into your pie hole.
 action-mask-pull-up-popup-message = You pull up your {$mask}.
-action-mask-pull-down-popup-message = You pull down your {$mask}.
\ No newline at end of file
+action-mask-pull-down-popup-message = You pull down your {$mask}.
diff --git a/Resources/Locale/en-US/actions/actions/mech.ftl b/Resources/Locale/en-US/actions/actions/mech.ftl
deleted file mode 100644 (file)
index 7acef18..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-action-name-mech-cycle = Cycle
-action-description-mech-cycle = Cycles currently selected equipment
-
-action-name-mech-control-panel = Control Panel
-action-description-mech-control-panel = Opens the control panel for the mech
-
-action-name-mech-eject = Eject
-action-description-mech-eject = Ejects the pilot from the mech
\ No newline at end of file
diff --git a/Resources/Locale/en-US/actions/actions/pai.ftl b/Resources/Locale/en-US/actions/actions/pai.ftl
deleted file mode 100644 (file)
index 4be31f2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-pai-play-midi = Play MIDI
-action-description-pai-play-midi = Open your portable MIDI interface to soothe your owner.
\ No newline at end of file
index ff3c8c04a75922f2b68bf784eda00732cf88c518..32d673eeb92c86543983a469fbd11a290461de8f 100644 (file)
@@ -1,7 +1,3 @@
-action-name-sleep = Sleep
-action-desc-sleep = Go to sleep.
-action-name-wake = Wake up
-action-desc-wake = Stop sleeping.
 sleep-onomatopoeia = Zzz...
 sleep-examined = [color=lightblue]{CAPITALIZE(SUBJECT($target))} {CONJUGATE-BE($target)} asleep.[/color]
 
index f74e8db737ac9a5d80624d9ee61e229e53d1de63..e7a41c883aa7248f5628ca1ecb18747ab6c75136 100644 (file)
@@ -1,9 +1,5 @@
-spider-web-action-name = Spider Web
-spider-web-action-description = Spawns a web that slows your prey down.
 spider-web-action-nogrid = There is no floor under you!
 spider-web-action-success = You place webs around you.
 spider-web-action-fail = You can't place webs here! All cardinal directions already have webs!
 
-sericulture-action-name = Weave silk
-sericulture-action-description = Weave a bit of silk for use in arts and crafts.
 sericulture-failure-hunger = Your stomach is too empty to make any more webs!
diff --git a/Resources/Locale/en-US/actions/actions/vehicle.ftl b/Resources/Locale/en-US/actions/actions/vehicle.ftl
deleted file mode 100644 (file)
index ee4ad96..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-honk = Honk
-action-desc-honk = Honk!
diff --git a/Resources/Locale/en-US/actions/actions/vocal.ftl b/Resources/Locale/en-US/actions/actions/vocal.ftl
deleted file mode 100644 (file)
index 97cf7fa..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-scream = Scream
-action-description-scream = AAAAAAAAAAAAAAAAAAAAAAAAA
diff --git a/Resources/Locale/en-US/actions/actions/zombie.ftl b/Resources/Locale/en-US/actions/actions/zombie.ftl
deleted file mode 100644 (file)
index 3ae2d92..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-turn-undead-action-name = Turn Undead
-turn-undead-action-description = Succumb to your infection and become a zombie.
\ No newline at end of file
index d32167a6f106b9b118dd73b700e8c4c723acd063..1c587f43283cf5a439295f046849e823541fc9bb 100644 (file)
@@ -1,8 +1,3 @@
-rat-king-raise-army-name = Raise Army
-rat-king-raise-army-description = Spend some hunger to summon an allied rat to help defend you.
-
-rat-king-domain-name = Rat King's Domain
-rat-king-domain-description = Spend some hunger to release a cloud of miasma into the air.
 rat-king-domain-popup = A cloud of miasma is released into the air!
 
-rat-king-too-hungry = You are too hungry to use this ability!
\ No newline at end of file
+rat-king-too-hungry = You are too hungry to use this ability!
index c59492b70a682ee2e69bc98b3c2585eac9996bfe..dfeee75c6304d8465bf82d1fb4e1f7f57545c1be 100644 (file)
@@ -7,8 +7,6 @@ bible-heal-fail-self = You hit {THE($target)} with {THE($bible)}, and it lands w
 bible-heal-fail-others = {CAPITALIZE(THE($user))} hits {THE($target)} with {THE($bible)}, and it lands with a sad thack, dazing {OBJECT($target)}!
 bible-sizzle = The book sizzles in your hands!
 
-bible-summon-verb = Summon familiar
-bible-summon-verb-desc = Summon a familiar that will aid you and gain humanlike intelligence once inhabited by a soul.
 bible-summon-requested = Your familiar will arrive once a willing soul comes forth.
 bible-summon-respawn-ready = {CAPITALIZE(THE($book))} surges with ethereal power. {CAPITALIZE(POSS-ADJ($book))} resident is home again.
 
index dfd5d0106acfea1ab973a0d0e6ba612bec5b308a..e1bcbc4c9433425600337b853c2638cb28a96047 100644 (file)
@@ -25,8 +25,6 @@ network-configurator-title-saved-devices = Saved Devices
 network-configurator-title-device-configuration = Device Configuration
 network-configurator-ui-clear-button = Clear
 network-configurator-ui-count-label = {$count} Devices
-network-configurator-clear-network-link-overlays = Clear network link overlays
-network-configurator-clear-network-link-overlays-desc = Clear network link overlays.
 
 # tooltips
 network-configurator-tooltip-set = Sets targets device list
index f5d52a71ec07b25de399ade5580c6e2397cbdd51..8275d7e5d61208712805e5a1ee5c4444ce12765b 100644 (file)
@@ -1,14 +1,8 @@
 ghost-gui-return-to-body-button = Return to body
 ghost-gui-ghost-warp-button = Ghost Warp
 ghost-gui-ghost-roles-button = Ghost Roles ({$count})
-ghost-gui-toggle-ghost-visibility-name = Toggle Ghosts
-ghost-gui-toggle-ghost-visibility-desc = Toggle the visibility of other ghosts.
 ghost-gui-toggle-ghost-visibility-popup = Toggled visibility of ghosts.
-ghost-gui-toggle-lighting-manager-name = Toggle All Lighting
-ghost-gui-toggle-lighting-manager-desc = Toggle all light rendering to better observe dark areas.
 ghost-gui-toggle-lighting-manager-popup = Toggled all lighting.
-ghost-gui-toggle-fov-name = Toggle FoV
-ghost-gui-toggle-fov-desc = Toggles field-of-view in order to see what players see.
 ghost-gui-toggle-fov-popup = Toggled field-of-view.
 
 ghost-target-window-title = Ghost Warp
@@ -22,4 +16,4 @@ ghost-roles-window-no-roles-available-label = There are currently no available g
 ghost-roles-window-rules-footer = The button will enable after {$time} seconds (this delay is to make sure you read the rules).
 
 ghost-return-to-body-title = Return to Body
-ghost-return-to-body-text = You are being revived! Return to your body?
\ No newline at end of file
+ghost-return-to-body-text = You are being revived! Return to your body?
index 2575e9a1f11e909762e5e7d2c0caf572faf26745..9e0966630dd686ea509ecdae2a284584ee3948e5 100644 (file)
@@ -11,11 +11,6 @@ guardian-activator-invalid-target = Only humans can be injected!
 guardian-no-soul = Your guardian has no soul.
 guardian-available = Your guardian now has a soul.
 
-# Guardian action
-
-action-name-guardian = Toggle Guardian
-action-description-guardian = Either manifests the guardian or recalls it back into your body
-
 ## Guardian entity specific
 
 guardian-entity-recall = The guardian vanishes into thin air!
index 63efb313cc66dc5657a88be29659c6c97b776ed7..bdc82c291d87a42641a765abd062832d1baee0de 100644 (file)
@@ -14,29 +14,6 @@ implanter-label = Implant: [color=green]{$implantName}[/color] | [color=white]{$
 
 implanter-contained-implant-text = [color=green]{$desc}[/color]
 
-## Implanter Actions
-
-open-storage-implant-action-name = Open Storage Implant
-open-storage-implant-action-description = Opens the storage implant embedded under your skin
-
-activate-micro-bomb-action-name = Activate Microbomb
-activate-micro-bomb-action-description = Activates your internal microbomb, completely destroying you and your equipment
-
-use-freedom-implant-action-name = Break Free
-use-freedom-implant-action-description = Activating your freedom implant will free you from any hand restraints
-
-open-uplink-implant-action-name = Open Uplink
-open-uplink-implant-action-description = Opens the syndicate uplink embedded under your skin
-
-action-name-honk = Honk!
-action-desc-honk = Activates your honking implant, which will produce the signature sound of the clown.
-
-use-emp-implant-action-name = Activate EMP
-use-emp-implant-action-description = Triggers a small EMP pulse around you
-
-use-dna-scrambler-implant-action-name = Scramble DNA
-use-dna-scrambler-implant-action-description = Randomly changes your name and appearance.
-
 ## Implant Popups
 
 scramble-implant-activated-popup = Your appearance shifts and changes!
diff --git a/Resources/Locale/en-US/magboot/actions.ftl b/Resources/Locale/en-US/magboot/actions.ftl
deleted file mode 100644 (file)
index 72ff071..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-action-name-magboot-toggle = Toggle Magboots
-action-description-magboot-toggle = Toggles the magboots on and off.
index d45dd3472601929bac2316a5f36619472426caa1..40757cd694f2c2b1c433d1768d14190b87b9af7d 100644 (file)
@@ -1,34 +1,5 @@
-action-name-spell-rune-flash = Flash Rune
-action-description-spell-rune-flash = Summons a rune that flashes if used.
-
-action-name-spell-rune-explosion = Explosion Rune
-action-description-spell-rune-explosion = Summons a rune that explodes if used.
-
-action-name-spell-rune-ignite = Ignite Rune
-action-description-spell-rune-ignite = Summons a rune that ignites if used.
-
-action-name-spell-rune-stun = Stun Rune
-action-description-spell-rune-stun = Summons a rune that stuns if used.
-
-action-name-spell-forcewall = Forcewall
-action-description-spell-forcewall = Creates a magical barrier.
-action-speech-spell-forcewall = TARCOL MINTI ZHERI
-
-action-name-spell-knock = Knock
-action-description-spell-knock = This spell opens nearby doors.
+action-speech-spell-forcewall = TARCOL MINTI ZHERI
 action-speech-spell-knock = AULIE OXIN FIERA
-
-action-name-spell-smite = Smite
-action-description-spell-smite = Instantly gibs a target.
 action-speech-spell-smite = EI NATH!
-
-action-name-spell-blink = Blink
-action-description-spell-blink = Teleport to the clicked location.
-
-action-name-spell-summon-magicarp = Summon Magicarp
-action-description-spell-summon-magicarp = This spell summons three Magi-Carp to your aid! May or may not turn on user.
 action-speech-spell-summon-magicarp = AIE KHUSE EU
-
-action-name-spell-fireball = Fireball
-action-description-spell-fireball = Fires an explosive fireball towards the clicked location.
 action-speech-spell-fireball = ONI'SOMA!
index 20efababf4a26fe858c56f8de1ea8fad3fb6097f..8be63d0fb77cc403b70832c062c67c214fc115aa 100644 (file)
@@ -1,5 +1,2 @@
-action-name-jetpack-toggle = Toggle jetpack
-action-description-jetpack-toggle = Toggles the jetpack, giving you movement outside the station.
-
 jetpack-no-station = Can't use jetpacks under gravity
 jetpack-to-grid = The jetpack turns off
index 28d2237c5abd9d6abcc9a5bfd50069a2e3fde632..b15a4118e9197b3c1776ec030c58ea2ad5289ae7 100644 (file)
@@ -1,21 +1,4 @@
-action-name-toggle-ninja-gloves = Toggle ninja gloves
-action-desc-toggle-ninja-gloves = Toggles all glove actions on left click. Includes your doorjack, draining power, stunning enemies, downloading research and calling in a threat.
-
-action-name-toggle-phase-cloak = Phase cloak
-action-desc-toggle-phase-cloak = Toggles your suit's phase cloak. Beware that if you are hit, all abilities are disabled for 5 seconds, including your cloak!
 ninja-no-power = Not enough charge in suit battery!
 
-action-name-create-throwing-star = Create throwing star
-action-desc-create-throwing-star = Channels suit power into creating a throwing star that deals extra stamina damage.
-
-action-name-recall-katana = Recall katana
-action-desc-recall-katana = Teleports the Energy Katana linked to this suit to its wearer, cost based on distance.
-
-action-name-katana-dash = Katana dash
-action-desc-katana-dash = Teleport to anywhere you can see, if your Energy Katana is in your hand.
-
-action-name-em-burst = EM Burst
-action-desc-em-burst = Disable any nearby technology with an electro-magnetic pulse.
-
 ninja-research-steal-fail = No new research nodes were stolen...
 ninja-research-steal-success = Stole {$count} new nodes from {THE($server)}.
index e99c1cdad1ce22fbf76e1a69e7054e849b756119..0066196b031c4fdfc2ae371754307f2185a7df4a 100644 (file)
@@ -1,8 +1,5 @@
 polymorph-self-action-name = Polymorph ({CAPITALIZE($target)})
-polymorph-self-action-description = Instantly polymorph yourself into {$target}. 
-
-polymorph-revert-action-name = Revert
-polymorph-revert-action-description = Revert back into your original form.
+polymorph-self-action-description = Instantly polymorph yourself into {$target}.
 
 polymorph-popup-generic = {CAPITALIZE($parent)} turned into {$child}.
 polymorph-revert-popup-generic = {CAPITALIZE($parent)} reverted back into {$child}.
diff --git a/Resources/Locale/en-US/robotics/ai-actions.ftl b/Resources/Locale/en-US/robotics/ai-actions.ftl
deleted file mode 100644 (file)
index 8c10c30..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-action-name-show-solar-console = Solar Control Interface
-action-description-show-solar-console = View a solar control interface.
-action-name-show-communications-console = Communications Interface
-action-description-show-communications-console = View a communications interface.
-action-name-show-radar-console = Mass Scanner Interface
-action-description-show-radar-console = View a mass scanner interface.
-action-name-show-cargo-console = Cargo Ordering Interface
-action-description-show-cargo-console = View a cargo ordering interface.
-action-name-show-crew-monitoring-console = Crew Monitoring Interface
-action-description-crew-monitoring-console = View a crew monitoring interface.
-action-name-show-station-records-console = Station Records Interface
-action-description-show-station-records-console = View a station records Interface
index a8696719e63b7db6e7d54d4ba55dfd6b8d74bc09..6509396f69e849aaae6d90144690d73e92236c26 100644 (file)
@@ -1,4 +1,2 @@
-melee-speech-config = Set Battlecry
-melee-speech-config-desc = Set a custom battlecry for when you attack!
 melee-speech-current-battlecry = Battlecry:
-melee-speech-menu-title = Set Battlecry
\ No newline at end of file
+melee-speech-menu-title = Set Battlecry
index 0991982241c270430c8485861d841cebc22087a2..855becf16fa348ce239be1a6d2d935f5974127bb 100644 (file)
@@ -3,8 +3,3 @@
 vending-machine-component-try-eject-invalid-item = Invalid item
 vending-machine-component-try-eject-out-of-stock = Out of stock
 vending-machine-component-try-eject-access-denied = Access denied
-
-##  VendingMachineSelfDespense Action
-
-vending-machine-action-name = Dispense Item
-vending-machine-action-description = Randomly dispense an item from your stock.
\ No newline at end of file
index cb6eb7768e5ec53a9218fd5694acbd3cc359d6d4..016686d869ebbd77678bf7dd97e076d379b56bb4 100644 (file)
@@ -1,7 +1,5 @@
 voice-mask-name-change-window = Voice Mask Name Change
 voice-mask-name-change-info = Type in the name you want to mimic.
-voice-mask-name-change-set = Set name
-voice-mask-name-change-set-description = Change the name others hear to something else.
 
 voice-mask-popup-success = Name set successfully.
 voice-mask-popup-failure = Name could not be set.
index 953d158ab0aa980533ef9e925bbfd98bc9aa9406..67bdfc0e7e2ca7b31ed40806f9e61d348eee3975 100644 (file)
@@ -4,7 +4,4 @@ foam-artifact-popup = Strange foam pours out of the artifact!
 shuffle-artifact-popup = You feel yourself teleport instantly!
 charge-artifact-popup = You feel the air buzz with electricity.
 
-activate-artifact-action-name = Activate Artifact
-activate-artifact-action-desc = Immediately activates your current artifact node.
-
 activate-artifact-popup-self = You activate node {$node}.
index a8195dcc10a4d0b5438016c1f6bb8c532a556a4e..6d35c69cf6acc90717ee33b720a60b16bda1b859 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionViewLaws
-  name: action-name-view-laws
-  description: action-description-view-laws
+  name: View Laws
+  description: View the laws that you must follow.
   noSpawn: true
   components:
   - type: InstantAction
index d99ed8e560c37b901e38ff593cbb2c1cef073417..bdd09d697ec4e328c4023dbbe8f74e936bc83e92 100644 (file)
@@ -1,8 +1,8 @@
 # Actions added to mobs in crit.
 - type: entity
   id: ActionCritSuccumb
-  name: action-name-crit-succumb
-  description: action-description-crit-succumb
+  name: Succumb
+  description: Accept your fate.
   noSpawn: true
   components:
   - type: InstantAction
@@ -15,8 +15,8 @@
 
 - type: entity
   id: ActionCritFakeDeath
-  name: action-name-crit-fake-death
-  description: action-description-crit-fake-death
+  name: Fake Death
+  description: Pretend to take your final breath while staying alive.
   noSpawn: true
   components:
   - type: InstantAction
@@ -30,8 +30,8 @@
 
 - type: entity
   id: ActionCritLastWords
-  name: action-name-crit-last-words
-  description: action-description-crit-last-words
+  name: Say Last Words
+  description: Whisper your last words to anyone nearby, and then succumb to your fate. You only have 30 characters to work with.
   noSpawn: true
   components:
   - type: InstantAction
index e8817823081e50b483dedaff8f145eea2b90df17..dd83a45332fb4009caa8dcc72cb1d806340857f6 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionToggleInternals
-  name: action-name-internals-toggle
-  description: action-description-internals-toggle
+  name: Toggle Internals
+  description: Breathe from the equipped gas tank. Also requires equipped breath mask.
   noSpawn: true
   components:
   - type: InstantAction
index 10ffbb6164d1722be3720a92476e9b9193a49064..2005133a70b7cde90741a1c5e50e521673edfcb9 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionMechCycleEquipment
-  name: action-name-mech-cycle
-  description: action-description-mech-cycle
+  name: Cycle
+  description: Cycles currently selected equipment
   noSpawn: true
   components:
   - type: InstantAction
@@ -14,8 +14,8 @@
 
 - type: entity
   id: ActionMechOpenUI
-  name: action-name-mech-control-panel
-  description: action-description-mech-control-panel
+  name: Control Panel
+  description: Opens the control panel for the mech
   noSpawn: true
   components:
   - type: InstantAction
@@ -28,8 +28,8 @@
 
 - type: entity
   id: ActionMechEject
-  name: action-name-mech-eject
-  description: action-description-mech-eject
+  name: Eject
+  description: Ejects the pilot from the mech
   noSpawn: true
   components:
   - type: InstantAction
index cd1b5afde409368f1cd215739949eac3523f9f20..5fe6f23b2767cadae6435d6c6539babd554f640c 100644 (file)
@@ -1,8 +1,8 @@
 # gloves
 - type: entity
   id: ActionToggleNinjaGloves
-  name: action-name-toggle-ninja-gloves
-  description: action-desc-toggle-ninja-gloves
+  name: Toggle ninja gloves
+  description: Toggles all glove actions on left click. Includes your doorjack, draining power, stunning enemies, downloading research and calling in a threat.
   noSpawn: true
   components:
   - type: InstantAction
@@ -12,8 +12,8 @@
 # suit
 - type: entity
   id: ActionCreateThrowingStar
-  name: action-name-create-throwing-star
-  description: action-desc-create-throwing-star
+  name: Create throwing star
+  description: Channels suit power into creating a throwing star that deals extra stamina damage.
   noSpawn: true
   components:
   - type: InstantAction
@@ -27,8 +27,8 @@
 
 - type: entity
   id: ActionRecallKatana
-  name: action-name-recall-katana
-  description: action-desc-recall-katana
+  name: Recall katana
+  description: Teleports the Energy Katana linked to this suit to its wearer, cost based on distance.
   noSpawn: true
   components:
   - type: InstantAction
@@ -42,8 +42,8 @@
 
 - type: entity
   id: ActionNinjaEmp
-  name: action-name-em-burst
-  description: action-desc-em-burst
+  name: EM Burst
+  description: Disable any nearby technology with an electro-magnetic pulse.
   noSpawn: true
   components:
   - type: InstantAction
@@ -56,8 +56,8 @@
 
 - type: entity
   id: ActionTogglePhaseCloak
-  name: action-name-toggle-phase-cloak
-  description: action-desc-toggle-phase-cloak
+  name: Phase cloak
+  description: Toggles your suit's phase cloak. Beware that if you are hit, all abilities are disabled for 5 seconds, including your cloak!
   noSpawn: true
   components:
   - type: InstantAction
@@ -69,8 +69,8 @@
 # katana
 - type: entity
   id: ActionEnergyKatanaDash
-  name: action-name-katana-dash
-  description: action-desc-katana-dash
+  name: Katana dash
+  description: Teleport to anywhere you can see, if your Energy Katana is in your hand.
   noSpawn: true
   components:
   - type: WorldTargetAction
index 829af54f723cc31fede8449776a110404c2fba69..7472fc0062054914d1329b177108c84d237de2dd 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionRevertPolymorph
-  name: polymorph-revert-action-name
-  description: polymorph-revert-action-description
+  name: Revert
+  description: Revert back into your original form.
   noSpawn: true
   components:
   - type: InstantAction
index 7d8c78fa3a0e8fede40c366b93d1858e7968c9ad..39db04b1b31fc34ab30bb913008d4615d526a794 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionConfigureMeleeSpeech
-  name: melee-speech-config
-  description: melee-speech-config-desc
+  name: Set Battlecry
+  description: Set a custom battlecry for when you attack!
   noSpawn: true
   components:
   - type: InstantAction
index 52759cefaf77078ce0284311f43f1d8d58f1f345..14b9fb6ccbbbe6d712bce3419bdfbb59e0b6b07d 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionSpiderWeb
-  name: spider-web-action-name
-  description: spider-web-action-description
+  name: Spider Web
+  description: Spawns a web that slows your prey down.
   noSpawn: true
   components:
   - type: InstantAction
@@ -11,8 +11,8 @@
 
 - type: entity
   id: ActionSericulture
-  name: sericulture-action-name
-  description: sericulture-action-description
+  name: Weave silk
+  description: Weave a bit of silk for use in arts and crafts.
   noSpawn: true
   components:
   - type: InstantAction
index 67c6cc619c2daeaa57988f321146090380110efb..1092181bf89ef94ff0a942071aca9faa4cf63451 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionScream
-  name: action-name-scream
-  description: action-description-scream
+  name: Scream
+  description: AAAAAAAAAAAAAAAAAAAAAAAAA
   noSpawn: true
   components:
   - type: InstantAction
@@ -12,8 +12,8 @@
 
 - type: entity
   id: ActionTurnUndead
-  name: turn-undead-action-name
-  description: turn-undead-action-description
+  name: Turn Undead
+  description: Succumb to your infection and become a zombie.
   noSpawn: true
   components:
   - type: InstantAction
@@ -23,8 +23,8 @@
 
 - type: entity
   id: ActionToggleLight
-  name: action-name-toggle-light
-  description: action-description-toggle-light
+  name: Toggle Light
+  description: Turn the light on and off.
   noSpawn: true
   components:
   - type: InstantAction
@@ -34,8 +34,8 @@
 
 - type: entity
   id: ActionOpenStorageImplant
-  name: open-storage-implant-action-name
-  description: open-storage-implant-action-description
+  name: Open Storage Implant
+  description: Opens the storage implant embedded under your skin
   noSpawn: true
   components:
   - type: InstantAction
@@ -48,8 +48,8 @@
 
 - type: entity
   id: ActionActivateMicroBomb
-  name: activate-micro-bomb-action-name
-  description: activate-micro-bomb-action-description
+  name: Activate Microbomb
+  description: Activates your internal microbomb, completely destroying you and your equipment
   noSpawn: true
   components:
   - type: InstantAction
@@ -63,8 +63,8 @@
 
 - type: entity
   id: ActionActivateFreedomImplant
-  name: use-freedom-implant-action-name
-  description: use-freedom-implant-action-description
+  name: Break Free
+  description: Activating your freedom implant will free you from any hand restraints
   noSpawn: true
   components:
   - type: InstantAction
@@ -79,8 +79,8 @@
 
 - type: entity
   id: ActionOpenUplinkImplant
-  name: open-uplink-implant-action-name
-  description: open-uplink-implant-action-description
+  name: Open Uplink
+  description: Opens the syndicate uplink embedded under your skin
   noSpawn: true
   components:
   - type: InstantAction
@@ -93,8 +93,8 @@
 
 - type: entity
   id: ActionActivateEmpImplant
-  name: use-emp-implant-action-name
-  description: use-emp-implant-action-description
+  name: Activate EMP
+  description: Triggers a small EMP pulse around you
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionActivateDnaScramblerImplant
-  name: use-dna-scrambler-implant-action-name
-  description: use-dna-scrambler-implant-action-description
+  name: Scramble DNA
+  description:  Randomly changes your name and appearance.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionToggleSuitPiece
-  name: action-name-hardsuit
-  description: action-description-hardsuit
+  name: Toggle Suit Piece
+  description: Remember to equip the important pieces of your suit before going into action.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionCombatModeToggle
-  name: action-name-combat
-  description: action-description-combat
+  name: "[color=red]Combat Mode[/color]"
+  description: Enter combat mode
   noSpawn: true
   components:
   - type: InstantAction
 - type: entity
   id: ActionCombatModeToggleOff
   parent: ActionCombatModeToggle
-  name: action-name-combat
-  description: action-description-combat
+  name: "[color=red]Combat Mode[/color]"
+  description: Enter combat mode
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionChangeVoiceMask
-  name: voice-mask-name-change-set
-  description: voice-mask-name-change-set-description
+  name: Set name
+  description: Change the name others hear to something else.
   components:
   - type: InstantAction
     icon: Interface/Actions/scream.png # somebody else can figure out a better icon for this
 
 - type: entity
   id: ActionVendingThrow
-  name: vending-machine-action-name
-  description: vending-machine-action-description
+  name: Dispense Item
+  description: Randomly dispense an item from your stock.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionArtifactActivate
-  name: activate-artifact-action-name
-  description: activate-artifact-action-desc
+  name: Activate Artifact
+  description: Immediately activates your current artifact node.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionToggleBlock
-  name: action-name-blocking
-  description: action-description-blocking
+  name: Block
+  description: Raise or lower your shield.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionClearNetworkLinkOverlays
-  name: network-configurator-clear-network-link-overlays
-  description: network-configurator-clear-network-link-overlays-desc
+  name: Clear network link overlays
+  description: Clear network link overlays.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAnimalLayEgg
-  name: action-name-lay-egg
-  description: action-description-lay-egg
+  name: Lay egg
+  description: Uses hunger to lay an egg.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionSleep
-  name: action-name-sleep
-  description: action-desc-sleep
+  name: Sleep
+  description: Go to sleep.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionWake
-  name: action-name-wake
-  description: action-desc-wake
+  name: Wake up
+  description: Stop sleeping.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionActivateHonkImplant
-  name: action-name-honk
-  description: action-desc-honk
+  name: Honk
+  description: Activates your honking implant, which will produce the signature sound of the clown.
   noSpawn: true
   components:
   - type: InstantAction
index d9e264a4759323a5625125dcb8c3d3b8ee919a31..b79d76aa1707b463baceeecd682e899a868aef40 100644 (file)
@@ -17,8 +17,8 @@
 
 - type: entity
   id: ActionToggleMask
-  name: action-name-mask
-  description: action-description-mask-toggle
+  name: Toggle Mask
+  description: Handy, but prevents insertion of pie into your pie hole.
   noSpawn: true
   components:
   - type: InstantAction
index 1ae53773813c20c42254d9918254f796adb682df..f5dc5e110bc3bab8758b1c8511717eb43bfe3999 100644 (file)
@@ -47,7 +47,7 @@
 
 - type: entity
   id: ActionStethoscope
-  name: stethoscope-verb
+  name: Listen with stethoscope
   noSpawn: true
   components:
   - type: EntityTargetAction
index c2094eacd162f042ce743667367045a3f46bfed9..0a4ee8712721fd52553f965811a62702a00e294a 100644 (file)
 
 - type: entity
   id: ActionBaseToggleMagboots
-  name: action-name-magboot-toggle
-  description: action-description-magboot-toggle
+  name: Toggle Magboots
+  description: Toggles the magboots on and off.
   noSpawn: true
   components:
   - type: InstantAction
index d41cb8a8793f76cd38b9ca4f8e74afd56ffeac93..9472954cbb37264d95df1f26cc6a56d9754c52e8 100644 (file)
 
 - type: entity
   id: ActionRatKingRaiseArmy
-  name: rat-king-raise-army-name
-  description: rat-king-raise-army-description
+  name: Raise Army
+  description: Spend some hunger to summon an allied rat to help defend you.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionRatKingDomain
-  name: rat-king-domain-name
-  description: rat-king-domain-description
+  name: Rat King's Domain
+  description: Spend some hunger to release a cloud of miasma into the air.
   noSpawn: true
   components:
   - type: InstantAction
index 7e3e20e311d2be0405a543796f2ed89b3ba1fe90..47baef63d011542ac280dbf79231fc1884b4de82 100644 (file)
@@ -87,8 +87,8 @@
 
 - type: entity
   id: ActionAGhostShowSolar
-  name: action-name-show-solar-console
-  description: action-description-show-solar-console
+  name: Solar Control Interface
+  description: View a solar control interface.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAGhostShowCommunications
-  name: action-name-show-communications-console
-  description: action-description-show-communications-console
+  name: Communications Interface
+  description: View a communications interface.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAGhostShowRadar
-  name: action-name-show-radar-console
-  description: action-description-show-radar-console
+  name: Mass Scanner Interface
+  description: View a mass scanner interface.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAGhostShowCargo
-  name: action-name-show-cargo-console
-  description: action-description-show-cargo-console
+  name: Cargo Ordering Interface
+  description: View a cargo ordering interface.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAGhostShowCrewMonitoring
-  name: action-name-show-crew-monitoring-console
-  description: action-description-crew-monitoring-console
+  name: Crew Monitoring Interface
+  description: View a crew monitoring interface.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionAGhostShowStationRecords
-  name: action-name-show-station-records-console
-  description: action-description-station-records-console
+  name: Station Records Interface
+  description: View a station records Interface
   noSpawn: true
   components:
   - type: InstantAction
index 2d64a0a531c6a6cd4c2af9428923f119f6f9aa29..5fa8b8327e0e9f5d4003ee5c3c2d5c67a5ae996c 100644 (file)
 
 - type: entity
   id: ActionSpawnRift
-  name: action-name-carp-rift
-  description: action-description-carp-rift
+  name: Summon Carp Rift
+  description: Summons a carp rift that will periodically spawns carps.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionDevour
-  name: action-name-devour
-  description: action-description-devour
+  name: "[color=red]Devour[/color]"
+  description: Attempt to break a structure with your jaws or swallow a creature.
   noSpawn: true
   components:
   - type: EntityTargetAction
index 4d79f6bdaee7f42f86a938388b3619829dc1f9ce..9be87dfe96449daca5494985f6a05d6d292a53a1 100644 (file)
 
 - type: entity
   id: ActionToggleGuardian
-  name: action-name-guardian
-  description: action-description-guardian
+  name: Toggle Guardian
+  description: Either manifests the guardian or recalls it back into your body
   noSpawn: true
   components:
   - type: InstantAction
index 1a90b0cb50b388154668768305068f3295d5aee0..cca1f0ae5633e252d910291a92216b2207945715 100644 (file)
@@ -67,8 +67,8 @@
 
 - type: entity
   id: ActionGhostBoo
-  name: action-name-boo
-  description: action-description-boo
+  name: Boo!
+  description: Scare your crew members because of boredom!
   noSpawn: true
   components:
   - type: InstantAction
@@ -79,8 +79,8 @@
 
 - type: entity
   id: ActionToggleLighting
-  name: ghost-gui-toggle-lighting-manager-name
-  description: ghost-gui-toggle-lighting-manager-desc
+  name: Toggle All Lighting
+  description: Toggle all light rendering to better observe dark areas.
   noSpawn: true
   components:
   - type: InstantAction
@@ -91,8 +91,8 @@
 
 - type: entity
   id: ActionToggleFov
-  name: ghost-gui-toggle-fov-name
-  description: ghost-gui-toggle-fov-desc
+  name: Toggle FoV
+  description: Toggles field-of-view in order to see what players see.
   noSpawn: true
   components:
   - type: InstantAction
 
 - type: entity
   id: ActionToggleGhosts
-  name: ghost-gui-toggle-ghost-visibility-name
-  description: ghost-gui-toggle-ghost-visibility-desc
+  name: Toggle Ghosts
+  description: Toggle the visibility of other ghosts.
   noSpawn: true
   components:
   - type: InstantAction
index a289e92eb6770270ed58ec2f2c5e6dae1f67eefc..6c0dc8f4baf754f6b04982a465832f85cbc7c772 100644 (file)
 
 - type: entity
   id: ActionPAIPlayMidi
-  name: action-name-pai-play-midi
-  description: action-description-pai-play-midi
+  name: Play MIDI
+  description: Open your portable MIDI interface to soothe your owner.
   noSpawn: true
   components:
   - type: InstantAction
index f8ad5c2a211c1f98ad5ecd4a1570ddad6bac9a2d..19414d09973ce2341d743479bfb11b0fd1e7f142 100644 (file)
@@ -82,8 +82,8 @@
 
 - type: entity
   id: ActionBibleSummon
-  name: bible-summon-verb
-  description: bible-summon-verb-desc
+  name: Summon familiar
+  description: Summon a familiar that will aid you and gain humanlike intelligence once inhabited by a soul.
   noSpawn: true
   components:
   - type: InstantAction
index 764fd7ea34c7685e4edefab42e8c0a1136e6e424..31d6831f378fe61165c6319ac999c18986c5b18c 100644 (file)
@@ -25,8 +25,8 @@
 
 - type: entity
   id: ActionBorgSwapModule
-  name: action-name-swap-module
-  description: action-desc-swap-module
+  name: Swap Module
+  description: Select this module, enabling you to use the tools it provides.
   noSpawn: true
   components:
   - type: InstantAction
index cbe47a17bda404198b0693065f678640682dc155..b87bbae0d86734b1ac4ccc4c58a4afb797d7143e 100644 (file)
@@ -60,8 +60,8 @@
 
 - type: entity
   id: ActionToggleJetpack
-  name: action-name-jetpack-toggle
-  description: action-description-jetpack-toggle
+  name: Toggle jetpack
+  description: Toggles the jetpack, giving you movement outside the station.
   noSpawn: true
   components:
   - type: InstantAction
index f1872ee29974e189b8178c799e0de275514827d6..cee03f2d25c6a1b16e048207f64a0679e6f1d8e2 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionVehicleHorn
-  name: action-name-honk
-  description: action-desc-honk
+  name: Honk
+  description: Honk!
   noSpawn: true
   components:
   - type: InstantAction
index 9c4ff6cf8c3d32051013647a2e96728a28e695b2..d3d8fef7608612d6a1fe7a472566fb2b3202c32a 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionForceWall
-  name: action-name-spell-forcewall
-  description: action-description-spell-forcewall
+  name: Forcewall
+  description: Creates a magical barrier.
   noSpawn: true
   components:
   - type: InstantAction
index 69c8fe1e1e34b6066f67f513a43a41814543308b..f00897d32c7bcb0f6ae5a6f7ec4c4c3b930b2d54 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionKnock
-  name: action-name-spell-knock
-  description: action-description-spell-knock
+  name: Knock
+  description: This spell opens nearby doors.
   noSpawn: true
   components:
   - type: InstantAction
index 93e9fbea335a10cabda9f8d5ae8e7ec5195b71c9..8d7b2ffff0586c3fe82f18254f94e2a57933ae9a 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionFireball
-  name: action-name-spell-fireball
-  description: action-description-spell-fireball
+  name: Fireball
+  description: Fires an explosive fireball towards the clicked location.
   noSpawn: true
   components:
   - type: WorldTargetAction
index 34213575ff1f958cf3e6526a029ae5d17b9cdf49..42022f57850345981244547b875e0cbed9bb7c11 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionFlashRune
-  name: action-name-spell-rune-flash
-  description: action-description-spell-rune-flash
+  name: Flash Rune
+  description: Summons a rune that flashes if used.
   noSpawn: true
   components:
   - type: InstantAction
@@ -15,8 +15,8 @@
 
 - type: entity
   id: ActionExplosionRune
-  name: action-name-spell-rune-explosion
-  description: action-description-spell-rune-explosion
+  name: Explosion Rune
+  description: Summons a rune that explodes if used.
   noSpawn: true
   components:
   - type: InstantAction
@@ -30,8 +30,8 @@
 
 - type: entity
   id: ActionIgniteRune
-  name: action-name-spell-rune-ignite
-  description: action-description-spell-rune-ignite
+  name: Ignite Rune
+  description: Summons a rune that ignites if used.
   noSpawn: true
   components:
   - type: InstantAction
@@ -45,8 +45,8 @@
 
 - type: entity
   id: ActionStunRune
-  name: action-name-spell-rune-stun
-  description: action-description-spell-rune-stun
+  name: Stun Rune
+  description: Summons a rune that stuns if used.
   noSpawn: true
   components:
   - type: InstantAction
index 72f33f3f52ae1e2799e26a3f851a0674dddf9792..e629e5650588a76518288d5eb953101d5547f2a0 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionSmite
-  name: action-name-spell-smite
-  description: action-description-spell-smite
+  name: Smite
+  description: Instantly gibs a target.
   noSpawn: true
   components:
   - type: EntityTargetAction
index 9cd66ec3c1344bf9afe9b88af1b71ef07309d24d..3f8148b83cbab664c1231a82891268be3475a14d 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionSpawnMagicarpSpell
-  name: action-name-spell-summon-magicarp
-  description: action-description-spell-summon-magicarp
+  name: Summon Magicarp
+  description: This spell summons three Magi-Carp to your aid! May or may not turn on user.
   noSpawn: true
   components:
   - type: WorldTargetAction
index 8dbf7929a77941cbedeb78f11c70576908f478d6..30c83891eeee147a7300bfe571410ab241a46e39 100644 (file)
@@ -1,7 +1,7 @@
 - type: entity
   id: ActionBlink
-  name: action-name-spell-blink
-  description: action-description-spell-blink
+  name: Blink
+  description: Teleport to the clicked location.
   noSpawn: true
   components:
   - type: WorldTargetAction
index aafa07be7936e58aca1e2fa8d658ab01ca87e74d..862a7c25a804325ffff1824fbf9fccd56a2c2272 100644 (file)
@@ -37,8 +37,8 @@
 
 - type: entity
   id: ActionMimeInvisibleWall
-  name: mime-invisible-wall
-  description: mime-invisible-wall-desc
+  name: Create Invisible Wall
+  description: Create an invisible wall in front of you, if placeable there.
   noSpawn: true
   components:
   - type: InstantAction