Remove noSpawn: true from action entity prototypes (#28508)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
id: ActionViewLaws
|
||||
name: View Laws
|
||||
description: View the laws that you must follow.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
id: ActionCritSuccumb
|
||||
name: Succumb
|
||||
description: Accept your fate.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
@@ -18,7 +17,6 @@
|
||||
id: ActionCritFakeDeath
|
||||
name: Fake Death
|
||||
description: Pretend to take your final breath while staying alive.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
@@ -34,7 +32,6 @@
|
||||
id: ActionCritLastWords
|
||||
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
|
||||
itemIconStyle: NoItem
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: DionaGibAction
|
||||
name: Gib Yourself!
|
||||
description: Split apart into 3 nymphs.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
@@ -16,7 +15,6 @@
|
||||
id: DionaReformAction
|
||||
name: Reform
|
||||
description: Reform back into a whole Diona.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionToggleInternals
|
||||
name: Toggle Internals
|
||||
description: Breathe from the equipped gas tank. Also requires equipped breath mask.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionMechCycleEquipment
|
||||
name: Cycle
|
||||
description: Cycles currently selected equipment
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
@@ -16,7 +15,6 @@
|
||||
id: ActionMechOpenUI
|
||||
name: Control Panel
|
||||
description: Opens the control panel for the mech
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
@@ -30,7 +28,6 @@
|
||||
id: ActionMechEject
|
||||
name: Eject
|
||||
description: Ejects the pilot from the mech
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
id: ActionToggleNinjaGloves
|
||||
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
|
||||
priority: -13
|
||||
@@ -14,7 +13,6 @@
|
||||
id: ActionCreateThrowingStar
|
||||
name: Create throwing star
|
||||
description: Channels suit power into creating a throwing star that deals extra stamina damage.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 0.5
|
||||
@@ -29,7 +27,6 @@
|
||||
id: ActionRecallKatana
|
||||
name: Recall katana
|
||||
description: Teleports the Energy Katana linked to this suit to its wearer, cost based on distance.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 1
|
||||
@@ -44,7 +41,6 @@
|
||||
id: ActionNinjaEmp
|
||||
name: EM Burst
|
||||
description: Disable any nearby technology with an electro-magnetic pulse.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
@@ -58,7 +54,6 @@
|
||||
id: ActionTogglePhaseCloak
|
||||
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
|
||||
# have to plan (un)cloaking ahead of time
|
||||
@@ -71,7 +66,6 @@
|
||||
id: ActionEnergyKatanaDash
|
||||
name: Katana dash
|
||||
description: Teleport to anywhere you can see, if your Energy Katana is in your hand.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: WorldTargetAction
|
||||
icon:
|
||||
|
||||
@@ -2,14 +2,12 @@
|
||||
id: ActionRevertPolymorph
|
||||
name: Revert
|
||||
description: Revert back into your original form.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
event: !type:RevertPolymorphActionEvent
|
||||
|
||||
- type: entity
|
||||
id: ActionPolymorph
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
event: !type:PolymorphActionEvent
|
||||
@@ -19,7 +17,6 @@
|
||||
id: ActionPolymorphWizardSpider
|
||||
name: Spider Polymorph
|
||||
description: Polymorphs you into a Spider.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 60
|
||||
@@ -34,7 +31,6 @@
|
||||
id: ActionPolymorphWizardRod
|
||||
name: Rod Form
|
||||
description: CLANG!
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 60
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionRevenantShop
|
||||
name: Shop
|
||||
description: Opens the ability shop.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/shop.png
|
||||
@@ -12,7 +11,6 @@
|
||||
id: ActionRevenantDefile
|
||||
name: Defile
|
||||
description: Costs 30 Essence.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/defile.png
|
||||
@@ -23,7 +21,6 @@
|
||||
id: ActionRevenantOverloadLights
|
||||
name: Overload Lights
|
||||
description: Costs 40 Essence.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/overloadlight.png
|
||||
@@ -34,7 +31,6 @@
|
||||
# id: ActionRevenantBlight
|
||||
# name: Blight
|
||||
# description: Costs 50 Essence.
|
||||
# noSpawn: true
|
||||
# components:
|
||||
# - type: InstantAction
|
||||
# icon: Interface/Actions/blight.png
|
||||
@@ -45,7 +41,6 @@
|
||||
id: ActionRevenantMalfunction
|
||||
name: Malfunction
|
||||
description: Costs 60 Essence.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/malfunction.png
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionConfigureMeleeSpeech
|
||||
name: Set Battlecry
|
||||
description: Set a custom battlecry for when you attack!
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigItem
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionSpiderWeb
|
||||
name: Spider Web
|
||||
description: Spawns a web that slows your prey down.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/web.png
|
||||
@@ -13,7 +12,6 @@
|
||||
id: ActionSericulture
|
||||
name: Weave silk
|
||||
description: Weave a bit of silk for use in arts and crafts.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/web.png
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
id: ActionScream
|
||||
name: Scream
|
||||
description: AAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 10
|
||||
@@ -25,7 +24,6 @@
|
||||
id: ActionTurnUndead
|
||||
name: Turn Undead
|
||||
description: Succumb to your infection and become a zombie.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -37,7 +35,6 @@
|
||||
id: ActionToggleLight
|
||||
name: Toggle Light
|
||||
description: Turn the light on and off.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight }
|
||||
@@ -48,7 +45,6 @@
|
||||
id: ActionOpenStorageImplant
|
||||
name: Open Storage Implant
|
||||
description: Opens the storage implant embedded under your skin
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigAction
|
||||
@@ -63,7 +59,6 @@
|
||||
id: ActionActivateMicroBomb
|
||||
name: Activate Microbomb
|
||||
description: Activates your internal microbomb, completely destroying you and your equipment
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -80,7 +75,6 @@
|
||||
id: ActionActivateDeathAcidifier
|
||||
name: Activate Death-Acidifier
|
||||
description: Activates your death-acidifier, completely melting you and your equipment
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -96,7 +90,6 @@
|
||||
id: ActionActivateFreedomImplant
|
||||
name: Break Free
|
||||
description: Activating your freedom implant will free you from any hand restraints
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
charges: 3
|
||||
@@ -112,7 +105,6 @@
|
||||
id: ActionOpenUplinkImplant
|
||||
name: Open Uplink
|
||||
description: Opens the syndicate uplink embedded under your skin
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigAction
|
||||
@@ -126,7 +118,6 @@
|
||||
id: ActionActivateEmpImplant
|
||||
name: Activate EMP
|
||||
description: Triggers a small EMP pulse around you
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -143,7 +134,6 @@
|
||||
id: ActionActivateScramImplant
|
||||
name: SCRAM!
|
||||
description: Randomly teleports you within a large distance.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -160,7 +150,6 @@
|
||||
id: ActionActivateDnaScramblerImplant
|
||||
name: Scramble DNA
|
||||
description: Randomly changes your name and appearance.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
charges: 1
|
||||
@@ -175,7 +164,6 @@
|
||||
id: ActionMorphGeras
|
||||
name: Morph into Geras
|
||||
description: Morphs you into a Geras - a miniature version of you which allows you to move fast, at the cost of your inventory.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigAction
|
||||
@@ -190,7 +178,6 @@
|
||||
id: ActionToggleSuitPiece
|
||||
name: Toggle Suit Piece
|
||||
description: Remember to equip the important pieces of your suit before going into action.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigItem
|
||||
@@ -201,7 +188,6 @@
|
||||
id: ActionCombatModeToggle
|
||||
name: "[color=red]Combat Mode[/color]"
|
||||
description: Enter combat mode
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -216,7 +202,6 @@
|
||||
parent: ActionCombatModeToggle
|
||||
name: "[color=red]Combat Mode[/color]"
|
||||
description: Enter combat mode
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
enabled: false
|
||||
@@ -227,7 +212,6 @@
|
||||
id: ActionChangeVoiceMask
|
||||
name: Set name
|
||||
description: Change the name others hear to something else.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Interface/Actions/voice-mask.rsi, state: icon }
|
||||
@@ -237,7 +221,6 @@
|
||||
id: ActionVendingThrow
|
||||
name: Dispense Item
|
||||
description: Randomly dispense an item from your stock.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 30
|
||||
@@ -247,7 +230,6 @@
|
||||
id: ActionArtifactActivate
|
||||
name: Activate Artifact
|
||||
description: Immediately activates your current artifact node.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
@@ -260,7 +242,6 @@
|
||||
id: ActionToggleBlock
|
||||
name: Block
|
||||
description: Raise or lower your shield.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Objects/Weapons/Melee/shields.rsi, state: teleriot-icon }
|
||||
@@ -271,7 +252,6 @@
|
||||
id: ActionClearNetworkLinkOverlays
|
||||
name: Clear network link overlays
|
||||
description: Clear network link overlays.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
clientExclusive: true
|
||||
@@ -285,7 +265,6 @@
|
||||
id: ActionAnimalLayEgg
|
||||
name: Lay egg
|
||||
description: Uses hunger to lay an egg.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Objects/Consumable/Food/egg.rsi, state: icon }
|
||||
@@ -296,7 +275,6 @@
|
||||
id: ActionSleep
|
||||
name: Sleep
|
||||
description: Go to sleep.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -308,7 +286,6 @@
|
||||
id: ActionWake
|
||||
name: Wake up
|
||||
description: Stop sleeping.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi, state: icon }
|
||||
@@ -320,7 +297,6 @@
|
||||
id: ActionActivateHonkImplant
|
||||
name: Honk
|
||||
description: Activates your honking implant, which will produce the signature sound of the clown.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Objects/Fun/bikehorn.rsi, state: icon }
|
||||
@@ -331,7 +307,6 @@
|
||||
id: ActionFireStarter
|
||||
name: Ignite
|
||||
description: Ignites enemies in a radius around you.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
priority: -1
|
||||
@@ -343,7 +318,6 @@
|
||||
id: ActionToggleEyes
|
||||
name: Open/Close eyes
|
||||
description: Close your eyes to protect your peepers, or open your eyes to enjoy the pretty lights.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/eyeopen.png
|
||||
@@ -357,7 +331,6 @@
|
||||
id: ActionToggleWagging
|
||||
name: action-name-toggle-wagging
|
||||
description: action-description-toggle-wagging
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Mobs/Customization/reptilian_parts.rsi, state: tail_smooth_behind }
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
id: ActionToggleMask
|
||||
name: Toggle Mask
|
||||
description: Handy, but prevents insertion of pie into your pie hole.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Mask/gas.rsi, state: icon }
|
||||
@@ -49,4 +48,4 @@
|
||||
Quantity: 10
|
||||
- type: Tag
|
||||
tags:
|
||||
- ClothMade
|
||||
- ClothMade
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
- type: entity
|
||||
id: ActionStethoscope
|
||||
name: Listen with stethoscope
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
icon:
|
||||
|
||||
@@ -132,7 +132,6 @@
|
||||
id: ActionBaseToggleMagboots
|
||||
name: Toggle Magboots
|
||||
description: Toggles the magboots on and off.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
@@ -141,7 +140,6 @@
|
||||
- type: entity
|
||||
id: ActionToggleMagboots
|
||||
parent: ActionBaseToggleMagboots
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Shoes/Boots/magboots.rsi, state: icon }
|
||||
@@ -150,7 +148,6 @@
|
||||
- type: entity
|
||||
id: ActionToggleMagbootsAdvanced
|
||||
parent: ActionBaseToggleMagboots
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Shoes/Boots/magboots-advanced.rsi, state: icon }
|
||||
@@ -159,7 +156,6 @@
|
||||
- type: entity
|
||||
id: ActionToggleMagbootsSci
|
||||
parent: ActionBaseToggleMagboots
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Shoes/Boots/magboots-science.rsi, state: icon }
|
||||
@@ -168,7 +164,6 @@
|
||||
- type: entity
|
||||
id: ActionToggleMagbootsSyndie
|
||||
parent: ActionBaseToggleMagboots
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Clothing/Shoes/Boots/magboots-syndicate.rsi, state: icon }
|
||||
|
||||
@@ -128,7 +128,6 @@
|
||||
id: ActionToggleSpeedBoots
|
||||
name: Toggle Speed Boots
|
||||
description: Toggles the speed boots on and off.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: NoItem
|
||||
|
||||
@@ -301,7 +301,6 @@
|
||||
id: ActionRatKingRaiseArmy
|
||||
name: Raise Army
|
||||
description: Spend some hunger to summon an allied rat to help defend you.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 4
|
||||
@@ -314,7 +313,6 @@
|
||||
id: ActionRatKingDomain
|
||||
name: Rat King's Domain
|
||||
description: Spend some hunger to release a cloud of ammonia into the air.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 6
|
||||
@@ -327,7 +325,6 @@
|
||||
id: ActionRatKingOrderStay
|
||||
name: Stay
|
||||
description: Command your army to stand in place.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 1
|
||||
@@ -346,7 +343,6 @@
|
||||
id: ActionRatKingOrderFollow
|
||||
name: Follow
|
||||
description: Command your army to follow you around.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 1
|
||||
@@ -365,7 +361,6 @@
|
||||
id: ActionRatKingOrderCheeseEm
|
||||
name: Cheese 'Em
|
||||
description: Command your army to attack whoever you point at.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 1
|
||||
@@ -384,7 +379,6 @@
|
||||
id: ActionRatKingOrderLoose
|
||||
name: Loose
|
||||
description: Command your army to act at their own will.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 1
|
||||
|
||||
@@ -97,7 +97,6 @@
|
||||
id: ActionAGhostShowSolar
|
||||
name: Solar Control Interface
|
||||
description: View a solar control interface.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
@@ -110,7 +109,6 @@
|
||||
id: ActionAGhostShowCommunications
|
||||
name: Communications Interface
|
||||
description: View a communications interface.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
@@ -123,7 +121,6 @@
|
||||
id: ActionAGhostShowRadar
|
||||
name: Mass Scanner Interface
|
||||
description: View a mass scanner interface.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
@@ -136,7 +133,6 @@
|
||||
id: ActionAGhostShowCargo
|
||||
name: Cargo Ordering Interface
|
||||
description: View a cargo ordering interface.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
@@ -149,7 +145,6 @@
|
||||
id: ActionAGhostShowCrewMonitoring
|
||||
name: Crew Monitoring Interface
|
||||
description: View a crew monitoring interface.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
@@ -162,7 +157,6 @@
|
||||
id: ActionAGhostShowStationRecords
|
||||
name: Station Records Interface
|
||||
description: View a station records Interface
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Structures/Machines/parts.rsi, state: box_0 }
|
||||
|
||||
@@ -203,7 +203,6 @@
|
||||
id: ActionSpawnRift
|
||||
name: Summon Carp Rift
|
||||
description: Summons a carp rift that will periodically spawns carps.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
@@ -217,7 +216,6 @@
|
||||
id: ActionDevour
|
||||
name: "[color=red]Devour[/color]"
|
||||
description: Attempt to break a structure with your jaws or swallow a creature.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
icon: { sprite : Interface/Actions/devour.rsi, state: icon }
|
||||
@@ -226,7 +224,6 @@
|
||||
priority: 1
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
id: ActionDragonsBreath
|
||||
name: "[color=orange]Dragon's Breath[/color]"
|
||||
description: Spew out flames at anyone foolish enough to attack you!
|
||||
|
||||
@@ -259,7 +259,6 @@
|
||||
id: ActionToggleGuardian
|
||||
name: Toggle Guardian
|
||||
description: Either manifests the guardian or recalls it back into your body
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/manifest.png
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
id: ActionGhostBoo
|
||||
name: Boo!
|
||||
description: Scare your crew members because of boredom!
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/Actions/scream.png
|
||||
@@ -65,7 +64,6 @@
|
||||
id: ActionToggleLighting
|
||||
name: Toggle All Lighting
|
||||
description: Toggle all light rendering to better observe dark areas.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/VerbIcons/light.svg.192dpi.png
|
||||
@@ -77,7 +75,6 @@
|
||||
id: ActionToggleFov
|
||||
name: Toggle FoV
|
||||
description: Toggles field-of-view in order to see what players see.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: Interface/VerbIcons/vv.svg.192dpi.png
|
||||
@@ -89,7 +86,6 @@
|
||||
id: ActionToggleGhosts
|
||||
name: Toggle Ghosts
|
||||
description: Toggle the visibility of other ghosts.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon: { sprite: Mobs/Ghosts/ghost_human.rsi, state: icon }
|
||||
@@ -101,7 +97,6 @@
|
||||
id: ActionToggleGhostHearing
|
||||
name: Toggle Ghost Hearing
|
||||
description: Toggle between hearing all messages and hearing only radio & nearby messages.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
|
||||
# actions
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
id: ActionDisguiseNoRot
|
||||
name: Toggle Rotation
|
||||
description: Use this to prevent your disguise from rotating, making it easier to hide in some scenarios.
|
||||
@@ -59,7 +58,6 @@
|
||||
event: !type:DisguiseToggleNoRotEvent
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
id: ActionDisguiseAnchor
|
||||
name: Toggle Anchored
|
||||
description: For many objects you will want to be anchored to not be completely obvious.
|
||||
|
||||
@@ -136,7 +136,6 @@
|
||||
id: ActionPAIPlayMidi
|
||||
name: Play MIDI
|
||||
description: Open your portable MIDI interface to soothe your owner.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
@@ -149,7 +148,6 @@
|
||||
id: ActionPAIOpenMap
|
||||
name: Open Map
|
||||
description: Open your map interface and guide your owner.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
checkCanInteract: false
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
id: ActionBibleSummon
|
||||
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
|
||||
icon: { sprite: Clothing/Head/Hats/witch.rsi, state: icon }
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
id: ActionBorgSwapModule
|
||||
name: Swap Module
|
||||
description: Select this module, enabling you to use the tools it provides.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
itemIconStyle: BigItem
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
id: ActionToggleJetpack
|
||||
name: Toggle jetpack
|
||||
description: Toggles the jetpack, giving you movement outside the station.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
icon:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionSummonGhosts
|
||||
name: Summon Ghosts
|
||||
description: Makes all current ghosts permanently invisible
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 120
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionForceWall
|
||||
name: Forcewall
|
||||
description: Creates a magical barrier.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 10
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionKnock
|
||||
name: Knock
|
||||
description: This spell opens nearby doors.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 10
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionFireball
|
||||
name: Fireball
|
||||
description: Fires an explosive fireball towards the clicked location.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Magic
|
||||
- type: WorldTargetAction
|
||||
@@ -29,7 +28,6 @@
|
||||
parent: ActionFireball
|
||||
name: Fireball II
|
||||
description: Fires a fireball, but faster!
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: WorldTargetAction
|
||||
useDelay: 10
|
||||
@@ -52,7 +50,6 @@
|
||||
parent: ActionFireball
|
||||
name: Fireball III
|
||||
description: The fastest fireball in the west!
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: WorldTargetAction
|
||||
useDelay: 8
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionFlashRune
|
||||
name: Flash Rune
|
||||
description: Summons a rune that flashes if used.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 10
|
||||
@@ -17,7 +16,6 @@
|
||||
id: ActionExplosionRune
|
||||
name: Explosion Rune
|
||||
description: Summons a rune that explodes if used.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 20
|
||||
@@ -32,7 +30,6 @@
|
||||
id: ActionIgniteRune
|
||||
name: Ignite Rune
|
||||
description: Summons a rune that ignites if used.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 15
|
||||
@@ -47,7 +44,6 @@
|
||||
id: ActionStunRune
|
||||
name: Stun Rune
|
||||
description: Summons a rune that stuns if used.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 10
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionSmite
|
||||
name: Smite
|
||||
description: Instantly gibs a target.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
useDelay: 60
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionSpawnMagicarpSpell
|
||||
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
|
||||
useDelay: 10
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
|
||||
- type: entity
|
||||
id: ActionRgbLight
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: EntityTargetAction
|
||||
whitelist: { components: [ PointLight ] }
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionBlink
|
||||
name: Blink
|
||||
description: Teleport to the clicked location.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: WorldTargetAction
|
||||
useDelay: 10
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
id: ActionChargeSpell
|
||||
name: Charge
|
||||
description: Adds a charge back to your wand
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 30
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
id: ActionMimeInvisibleWall
|
||||
name: Create Invisible Wall
|
||||
description: Create an invisible wall in front of you, if placeable there.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: InstantAction
|
||||
priority: -1
|
||||
|
||||
Reference in New Issue
Block a user