Remove manual localization from action entity prototypes (#20023)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -109,8 +109,8 @@
|
||||
|
||||
- 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
|
||||
@@ -124,8 +124,8 @@
|
||||
|
||||
- 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
|
||||
@@ -135,8 +135,8 @@
|
||||
|
||||
- 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
|
||||
@@ -149,8 +149,8 @@
|
||||
- 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
|
||||
@@ -160,8 +160,8 @@
|
||||
|
||||
- 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
|
||||
@@ -169,8 +169,8 @@
|
||||
|
||||
- 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
|
||||
@@ -179,8 +179,8 @@
|
||||
|
||||
- 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
|
||||
@@ -192,8 +192,8 @@
|
||||
|
||||
- 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
|
||||
@@ -203,8 +203,8 @@
|
||||
|
||||
- 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
|
||||
@@ -213,8 +213,8 @@
|
||||
|
||||
- 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
|
||||
@@ -224,8 +224,8 @@
|
||||
|
||||
- type: entity
|
||||
id: ActionSleep
|
||||
name: action-name-sleep
|
||||
description: action-desc-sleep
|
||||
name: Sleep
|
||||
description: Go to sleep.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
@@ -235,8 +235,8 @@
|
||||
|
||||
- type: entity
|
||||
id: ActionWake
|
||||
name: action-name-wake
|
||||
description: action-desc-wake
|
||||
name: Wake up
|
||||
description: Stop sleeping.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
@@ -246,8 +246,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
- type: entity
|
||||
id: ActionStethoscope
|
||||
name: stethoscope-verb
|
||||
name: Listen with stethoscope
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
|
||||
@@ -117,8 +117,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -278,8 +278,8 @@
|
||||
|
||||
- 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
|
||||
@@ -290,8 +290,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
@@ -100,8 +100,8 @@
|
||||
|
||||
- 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
|
||||
@@ -113,8 +113,8 @@
|
||||
|
||||
- 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
|
||||
@@ -126,8 +126,8 @@
|
||||
|
||||
- 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
|
||||
@@ -139,8 +139,8 @@
|
||||
|
||||
- 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
|
||||
@@ -152,8 +152,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -162,8 +162,8 @@
|
||||
|
||||
- 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
|
||||
@@ -175,8 +175,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -235,8 +235,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
@@ -103,8 +103,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -100,8 +100,8 @@
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user