Rename abilities to make the DM command learn_spell work for spells with the same name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4246 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c0ff9a7985
commit
7408860a30
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_ball_lightning
|
||||
name ball lightning
|
||||
name_pl ball lightning
|
||||
name ball lightning ability
|
||||
name_pl ball lightning ability
|
||||
type 101
|
||||
subtype 35
|
||||
level 9
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_burning_hands
|
||||
name burning hands
|
||||
name_pl burning hands
|
||||
name burning hands ability
|
||||
name_pl burning hands ability
|
||||
level 1
|
||||
sp 5
|
||||
casting_time 5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_fear
|
||||
name fear
|
||||
name_pl fear
|
||||
name fear ability
|
||||
name_pl fear ability
|
||||
level 4
|
||||
sp 6
|
||||
casting_time 5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_create_fire_wall
|
||||
name create fire wall
|
||||
name_pl create fire wall
|
||||
name create fire wall ability
|
||||
name_pl create fire wall ability
|
||||
level 6
|
||||
sp 5
|
||||
casting_time 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_create_frost_wall
|
||||
name create frost wall
|
||||
name_pl create frost wall
|
||||
name create frost wall ability
|
||||
name_pl create frost wall ability
|
||||
level 8
|
||||
sp 8
|
||||
casting_time 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_frostbolt
|
||||
name frostbolt
|
||||
name_pl frostbolts
|
||||
name frostbolt ability
|
||||
name_pl frostbolts ability
|
||||
level 3
|
||||
sp 12
|
||||
casting_time 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_icestorm
|
||||
name icestorm
|
||||
name_pl icestorm
|
||||
name icestorm ability
|
||||
name_pl icestorm ability
|
||||
level 1
|
||||
sp 5
|
||||
casting_time 3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_large_icestorm
|
||||
name large icestorm
|
||||
name_pl large icestorm
|
||||
name large icestorm ability
|
||||
name_pl large icestorm ability
|
||||
level 12
|
||||
sp 13
|
||||
casting_time 4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_medium_fireball
|
||||
name medium fireball
|
||||
name_pl medium fireball
|
||||
name medium fireball ability
|
||||
name_pl medium fireball ability
|
||||
level 3
|
||||
sp 10
|
||||
casting_time 10
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_poison_cloud
|
||||
name poison cloud
|
||||
name_pl poison cloud
|
||||
name poison cloud ability
|
||||
name_pl poison cloud ability
|
||||
level 2
|
||||
sp 5
|
||||
casting_time 10
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object abil_slow
|
||||
name slow
|
||||
name_pl slow
|
||||
name slow ability
|
||||
name_pl slow ability
|
||||
level 1
|
||||
sp 5
|
||||
casting_time 10
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Basically same as the spell, but does a little less damage.
|
||||
#
|
||||
Object ability_dragonbreath
|
||||
name dragonbreath
|
||||
name_pl dragonbreath
|
||||
name dragonbreath ability
|
||||
name_pl dragonbreath ability
|
||||
level 12
|
||||
sp 13
|
||||
casting_time 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue