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: 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
|
||||
|
||||
Reference in New Issue
Block a user