Wizard Touch Spells (Smite, Cluwne's Curse, Slippery Slope) (#34531)
* Renames Smite Spells yml to Touch Spells and Renames Smite Spells region to the same * Adds wizard clothes requirement to Smite. Adds Cluwne spell. Adds EnsureCompOnTouchSpellEvent and implements it in the magicsystem * Adds Smite and Cluwne to the grimore and loc for them * Adds Slippery Slope spell and SlipOnCollide * Adds handled for comp spell event * Removes super slippery * Removes EnsureCompOnTouchSpell it was redundant with ChangeComponentsSpellEvent * Makes requirement-free action for smite * checks if we should be slipping what we touch * Removes SlipOnCollide, adds negative speed for steptrigger * Removes slip on collide adds negative speed for steptrigger
This commit is contained in:
@@ -515,7 +515,7 @@
|
||||
- type: MobStateActions
|
||||
actions:
|
||||
Alive:
|
||||
- ActionSmite
|
||||
- ActionSmiteNoReq
|
||||
Critical:
|
||||
- ActionCritSuccumb
|
||||
- ActionCritFakeDeath
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
- state: overlay_blood
|
||||
- type: Spellbook
|
||||
spellActions:
|
||||
ActionSmite: -1
|
||||
ActionSmiteNoReq: -1
|
||||
|
||||
- type: entity
|
||||
id: KnockSpellbook
|
||||
|
||||
Reference in New Issue
Block a user