Remove noSpawn: true from action entity prototypes (#28508)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user