Remove speech & popups from actions (#15747)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
name: action-name-spell-forcewall
|
||||
description: action-description-spell-forcewall
|
||||
useDelay: 10
|
||||
speech: action-speech-spell-forcewall
|
||||
itemIconStyle: BigAction
|
||||
sound: !type:SoundPathSpecifier
|
||||
path: /Audio/Magic/forcewall.ogg
|
||||
@@ -13,3 +12,4 @@
|
||||
serverEvent: !type:InstantSpawnSpellEvent
|
||||
prototype: WallForce
|
||||
posData: !type:TargetInFront
|
||||
speech: action-speech-spell-forcewall
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
name: action-name-spell-knock
|
||||
description: action-description-spell-knock
|
||||
useDelay: 10
|
||||
speech: action-speech-spell-knock
|
||||
itemIconStyle: BigAction
|
||||
icon:
|
||||
sprite: Objects/Magic/magicactions.rsi
|
||||
state: knock
|
||||
serverEvent: !type:KnockSpellEvent
|
||||
speech: action-speech-spell-knock
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
name: action-name-spell-fireball
|
||||
description: action-description-spell-fireball
|
||||
useDelay: 30
|
||||
speech: action-speech-spell-fireball
|
||||
itemIconStyle: BigAction
|
||||
checkCanAccess: false
|
||||
range: 60
|
||||
@@ -15,3 +14,4 @@
|
||||
serverEvent: !type:ProjectileSpellEvent
|
||||
prototype: ProjectileFireball
|
||||
posData: !type:TargetCasterPos
|
||||
speech: action-speech-spell-fireball
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
name: action-name-spell-smite
|
||||
description: action-description-spell-smite
|
||||
useDelay: 60
|
||||
speech: action-speech-spell-smite
|
||||
itemIconStyle: BigAction
|
||||
whitelist:
|
||||
components:
|
||||
@@ -16,3 +15,4 @@
|
||||
sprite: Objects/Magic/magicactions.rsi
|
||||
state: gib
|
||||
serverEvent: !type:SmiteSpellEvent
|
||||
speech: action-speech-spell-smite
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
description: action-description-spell-summon-magicarp
|
||||
useDelay: 10
|
||||
range: 4
|
||||
speech: action-speech-spell-summon-magicarp
|
||||
itemIconStyle: BigAction
|
||||
icon:
|
||||
sprite: Objects/Magic/magicactions.rsi
|
||||
@@ -14,3 +13,4 @@
|
||||
- id: MobCarpMagic
|
||||
amount: 3
|
||||
offsetVector2: 0, 1
|
||||
speech: action-speech-spell-summon-magicarp
|
||||
|
||||
Reference in New Issue
Block a user