Add anim_suffix spellcasting to all spells.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7583 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
03498942a7
commit
343118da0e
3
CHANGES
3
CHANGES
|
@ -1,5 +1,8 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
Add anim_suffix spellcasting to all spells.
|
||||
Alex Schultz 2007-11-29
|
||||
|
||||
Add correct plural name to flowers_permanent.
|
||||
Andreas Kirschbaum 2007-11-23
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# by spell_ball_lightning. Nevertheless it cannot be deleted because existing
|
||||
# players may contain such an object.
|
||||
Object spelldirect_ball_lightning
|
||||
anim_suffix spellcasting
|
||||
name ball lightning
|
||||
name_pl ball lightning
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# by spell_dragonbreath. Nevertheless it cannot be deleted because existing
|
||||
# players may contain such an object.
|
||||
Object spelldirect_dragonbreath
|
||||
anim_suffix spellcasting
|
||||
name dragonbreath
|
||||
name_pl dragonbreath
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# by spell_large_icestorm. Nevertheless it cannot be deleted because existing
|
||||
# players may contain such an object.
|
||||
Object spelldirect_large_icestorm
|
||||
anim_suffix spellcasting
|
||||
name large icestorm
|
||||
name_pl large icestorm
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# by spell_poison_cloud. Nevertheless it cannot be deleted because existing
|
||||
# players may contain such an object.
|
||||
Object spelldirect_poison_cloud
|
||||
anim_suffix spellcasting
|
||||
name poison cloud
|
||||
name_pl poison cloud
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_ball_lightning
|
||||
anim_suffix spellcasting
|
||||
name ball lightning ability
|
||||
name_pl ball lightning ability
|
||||
type 101
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_burning_hands
|
||||
anim_suffix spellcasting
|
||||
name burning hands ability
|
||||
name_pl burning hands ability
|
||||
level 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_fear
|
||||
anim_suffix spellcasting
|
||||
name fear ability
|
||||
name_pl fear ability
|
||||
level 4
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_create_fire_wall
|
||||
anim_suffix spellcasting
|
||||
name create fire wall ability
|
||||
name_pl create fire wall ability
|
||||
level 6
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_create_frost_wall
|
||||
anim_suffix spellcasting
|
||||
name create frost wall ability
|
||||
name_pl create frost wall ability
|
||||
level 8
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_frostbolt
|
||||
anim_suffix spellcasting
|
||||
name frostbolt ability
|
||||
name_pl frostbolts ability
|
||||
level 3
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_icestorm
|
||||
anim_suffix spellcasting
|
||||
name icestorm ability
|
||||
name_pl icestorm ability
|
||||
level 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_large_icestorm
|
||||
anim_suffix spellcasting
|
||||
name large icestorm ability
|
||||
name_pl large icestorm ability
|
||||
level 12
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_medium_fireball
|
||||
anim_suffix spellcasting
|
||||
name medium fireball ability
|
||||
name_pl medium fireball ability
|
||||
level 3
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_poison_cloud
|
||||
anim_suffix spellcasting
|
||||
name poison cloud ability
|
||||
name_pl poison cloud ability
|
||||
level 2
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object abil_slow
|
||||
anim_suffix spellcasting
|
||||
name slow ability
|
||||
name_pl slow ability
|
||||
level 1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Basically same as the spell, but does a little less damage.
|
||||
#
|
||||
Object ability_dragonbreath
|
||||
anim_suffix spellcasting
|
||||
name dragonbreath ability
|
||||
name_pl dragonbreath ability
|
||||
level 12
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_animate_weapon
|
||||
anim_suffix spellcasting
|
||||
name animate weapon
|
||||
name_pl animate weapon
|
||||
type 101
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_staff_to_snake
|
||||
anim_suffix spellcasting
|
||||
name staff to snake
|
||||
name_pl staff to snake
|
||||
type 101
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_flaming_aura
|
||||
anim_suffix spellcasting
|
||||
name flaming aura
|
||||
name_pl flaming aura
|
||||
type 101
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_sanctuary
|
||||
anim_suffix spellcasting
|
||||
name sanctuary
|
||||
name_pl sanctuary
|
||||
type 101
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_bless
|
||||
anim_suffix spellcasting
|
||||
name bless
|
||||
name_pl bless
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_bless_item
|
||||
anim_suffix spellcasting
|
||||
name bless item
|
||||
name_pl bless item
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_curse
|
||||
anim_suffix spellcasting
|
||||
name curse
|
||||
name_pl curse
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_curse_item
|
||||
anim_suffix spellcasting
|
||||
name curse item
|
||||
name_pl curse item
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_holy_possession
|
||||
anim_suffix spellcasting
|
||||
name holy possession
|
||||
name_pl holy possession
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_cancellation
|
||||
anim_suffix spellcasting
|
||||
name cancellation
|
||||
name_pl cancellation
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_firebolt
|
||||
anim_suffix spellcasting
|
||||
name firebolt
|
||||
name_pl firebolt
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_forked_lightning
|
||||
anim_suffix spellcasting
|
||||
name forked lightning
|
||||
name_pl forked lightnings
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_frostbolt
|
||||
anim_suffix spellcasting
|
||||
name frostbolt
|
||||
name_pl frostbolts
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_large_lightning
|
||||
anim_suffix spellcasting
|
||||
name large lightning
|
||||
name_pl large lightnings
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_manabolt
|
||||
anim_suffix spellcasting
|
||||
name mana bolt
|
||||
name_pl mana bolts
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_negabolt
|
||||
anim_suffix spellcasting
|
||||
name negative energy bolt
|
||||
name_pl negative energy bolts
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_sm_lightning
|
||||
anim_suffix spellcasting
|
||||
name small lightning
|
||||
name_pl small lightnings
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_steambolt
|
||||
anim_suffix spellcasting
|
||||
name steambolt
|
||||
name_pl steambolts
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_sunspear
|
||||
anim_suffix spellcasting
|
||||
name sunspear
|
||||
name_pl sunspears
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_create_bomb
|
||||
anim_suffix spellcasting
|
||||
name create bomb
|
||||
name_pl create bomb
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_asteroid
|
||||
anim_suffix spellcasting
|
||||
name asteroid
|
||||
name_pl asteroid
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_magic_bullet
|
||||
anim_suffix spellcasting
|
||||
name magic bullet
|
||||
name_pl magic bullet
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_cause_critical_wounds
|
||||
anim_suffix spellcasting
|
||||
name cause critical wounds
|
||||
name_pl cause critical wounds
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_cause_heavy_wounds
|
||||
anim_suffix spellcasting
|
||||
name cause heavy wounds
|
||||
name_pl cause heavy wounds
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_cause_light_wounds
|
||||
anim_suffix spellcasting
|
||||
name cause light wounds
|
||||
name_pl cause light wounds
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_cause_medium_wounds
|
||||
anim_suffix spellcasting
|
||||
name cause medium wounds
|
||||
name_pl cause medium wounds
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_comet
|
||||
anim_suffix spellcasting
|
||||
name comet
|
||||
name_pl comet
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_hellfire
|
||||
anim_suffix spellcasting
|
||||
name hellfire
|
||||
name_pl hellfire
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_holy_orb
|
||||
anim_suffix spellcasting
|
||||
name holy orb
|
||||
name_pl holy orb
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_large_fireball
|
||||
anim_suffix spellcasting
|
||||
name large fireball
|
||||
name_pl large fireball
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_large_manaball
|
||||
anim_suffix spellcasting
|
||||
name large manaball
|
||||
name_pl large manaball
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_large_snowstorm
|
||||
anim_suffix spellcasting
|
||||
name large snowstorm
|
||||
name_pl large snowstorm
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_lg_magic_bullet
|
||||
anim_suffix spellcasting
|
||||
name large bullet
|
||||
name_pl large bullet
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_medium_fireball
|
||||
anim_suffix spellcasting
|
||||
name medium fireball
|
||||
name_pl medium fireball
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_medium_manaball
|
||||
anim_suffix spellcasting
|
||||
name medium manaball
|
||||
name_pl medium manaball
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_medium_snowstorm
|
||||
anim_suffix spellcasting
|
||||
name medium snowstorm
|
||||
name_pl medium snowstorm
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_poison_cloud
|
||||
anim_suffix spellcasting
|
||||
name poison cloud
|
||||
name_pl poison cloud
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# as such, most of the values aren't that meaningful compared
|
||||
# to spells players casts.
|
||||
Object spell_shell
|
||||
anim_suffix spellcasting
|
||||
name cannon shell
|
||||
name_pl cannon shell
|
||||
level 1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Just an evoker version of magic bullet, as a low
|
||||
# mana costing sp to kill things with.
|
||||
Object spell_small_bullet
|
||||
anim_suffix spellcasting
|
||||
name small bullet
|
||||
name_pl small bullet
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_small_fireball
|
||||
anim_suffix spellcasting
|
||||
name small fireball
|
||||
name_pl small fireball
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_small_manaball
|
||||
anim_suffix spellcasting
|
||||
name small manaball
|
||||
name_pl small manaball
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_small_snowstorm
|
||||
anim_suffix spellcasting
|
||||
name small snowstorm
|
||||
name_pl small snowstorm
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_vitriol
|
||||
anim_suffix spellcasting
|
||||
name vitriol
|
||||
name_pl vitriol
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_armour
|
||||
anim_suffix spellcasting
|
||||
name armour
|
||||
name_pl armour
|
||||
face spell_evocation.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_charisma
|
||||
anim_suffix spellcasting
|
||||
name charisma
|
||||
name_pl charisma
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_confusion
|
||||
anim_suffix spellcasting
|
||||
name confusion
|
||||
name_pl confusion
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_constitution
|
||||
anim_suffix spellcasting
|
||||
name constitution
|
||||
name_pl constitution
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_dark_vision
|
||||
anim_suffix spellcasting
|
||||
name dark vision
|
||||
name_pl dark vision
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_defense
|
||||
anim_suffix spellcasting
|
||||
name defense
|
||||
name_pl defense
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_dexterity
|
||||
anim_suffix spellcasting
|
||||
name dexterity
|
||||
name_pl dexterity
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_haste
|
||||
anim_suffix spellcasting
|
||||
name haste
|
||||
name_pl haste
|
||||
level 12
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_heroism
|
||||
anim_suffix spellcasting
|
||||
name heroism
|
||||
name_pl heroism
|
||||
level 10
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_attack
|
||||
anim_suffix spellcasting
|
||||
name immunity to attack
|
||||
name_pl immunity to attack
|
||||
level 26
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_cold
|
||||
anim_suffix spellcasting
|
||||
name immunity to cold
|
||||
name_pl immunity to cold
|
||||
level 6
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_draining
|
||||
anim_suffix spellcasting
|
||||
name immunity to draining
|
||||
name_pl immunity to draining
|
||||
level 18
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_electricity
|
||||
anim_suffix spellcasting
|
||||
name immunity to electricity
|
||||
name_pl immunity to electricity
|
||||
level 8
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_fire
|
||||
anim_suffix spellcasting
|
||||
name immunity to fire
|
||||
name_pl immunity to fire
|
||||
level 10
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_magic
|
||||
anim_suffix spellcasting
|
||||
name immunity to magic
|
||||
name_pl immunity to magic
|
||||
level 20
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_paralysis
|
||||
anim_suffix spellcasting
|
||||
name immunity to paralysis
|
||||
name_pl immunity to paralysis
|
||||
level 16
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_poison
|
||||
anim_suffix spellcasting
|
||||
name immunity to poison
|
||||
name_pl immunity to poison
|
||||
level 12
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_immunity_to_slow
|
||||
anim_suffix spellcasting
|
||||
name immunity to slow
|
||||
name_pl immunity to slow
|
||||
level 14
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Obsolete spell - here for backward compatibility
|
||||
Object spell_invulnerability
|
||||
anim_suffix spellcasting
|
||||
name invulnerability
|
||||
name_pl invulnerability
|
||||
level 80
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_iron_skin
|
||||
anim_suffix spellcasting
|
||||
name iron skin
|
||||
name_pl iron skin
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_levitate
|
||||
anim_suffix spellcasting
|
||||
name levitate
|
||||
name_pl levitate
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_attack
|
||||
anim_suffix spellcasting
|
||||
name protection from attack
|
||||
name_pl protection from attack
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_cancellation
|
||||
anim_suffix spellcasting
|
||||
name protection from cancellation
|
||||
name_pl protection from cancellation
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_cold
|
||||
anim_suffix spellcasting
|
||||
name protection from cold
|
||||
name_pl protection from cold
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_confusion
|
||||
anim_suffix spellcasting
|
||||
name protection from confusion
|
||||
name_pl protection from confusion
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_depletion
|
||||
anim_suffix spellcasting
|
||||
name protection from depletion
|
||||
name_pl protection from depletion
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_draining
|
||||
anim_suffix spellcasting
|
||||
name protection from draining
|
||||
name_pl protection from draining
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_electricity
|
||||
anim_suffix spellcasting
|
||||
name protection from electricity
|
||||
name_pl protection from electricity
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_fire
|
||||
anim_suffix spellcasting
|
||||
name protection from fire
|
||||
name_pl protection from fire
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_magic
|
||||
anim_suffix spellcasting
|
||||
name protection from magic
|
||||
name_pl protection from magic
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_paralysis
|
||||
anim_suffix spellcasting
|
||||
name protection from paralysis
|
||||
name_pl protection from paralysis
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_poison
|
||||
anim_suffix spellcasting
|
||||
name protection from poison
|
||||
name_pl protection from poison
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_protection_from_slow
|
||||
anim_suffix spellcasting
|
||||
name protection from slow
|
||||
name_pl protection from slow
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_rage
|
||||
anim_suffix spellcasting
|
||||
name rage
|
||||
name_pl rage
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_regeneration
|
||||
anim_suffix spellcasting
|
||||
name regeneration
|
||||
name_pl regeneration
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_strength
|
||||
anim_suffix spellcasting
|
||||
name strength
|
||||
name_pl strength
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_xray
|
||||
anim_suffix spellcasting
|
||||
name xray
|
||||
name_pl xray
|
||||
face spell_sorcery.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_banishment
|
||||
anim_suffix spellcasting
|
||||
name banishment
|
||||
name_pl banishment
|
||||
face spell_praying.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_burning_hands
|
||||
anim_suffix spellcasting
|
||||
name burning hands
|
||||
name_pl burning hands
|
||||
face spell_pyromancy.111
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object spell_color_spray
|
||||
anim_suffix spellcasting
|
||||
name color spray
|
||||
name_pl color spray
|
||||
face spell_sorcery.111
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue