Add new skills - these are refered to in include/skills.h, so are needed,

even if there is no way to get them right now.
MSW 2009-04-06



git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11632 282e977c-c81d-0410-88c4-b93c2d0d6712
master
mwedel 2009-04-07 05:36:12 +00:00
parent 00ebc19f6d
commit 32a2babe02
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Object skill_air_magic
name air magic
skill air magic
type 43
invisible 1
no_drop 1
subtype 40
body_skill -1
exp 0
level 100
end

View File

@ -0,0 +1,12 @@
Object skill_earth_magic
name earth magic
skill earth magic
type 43
invisible 1
no_drop 1
subtype 41
body_skill -1
exp 0
level 100
end

View File

@ -0,0 +1,12 @@
Object skill_fire_magic
name fire magic
skill fire magic
type 43
invisible 1
no_drop 1
subtype 43
body_skill -1
exp 0
level 100
end

View File

@ -0,0 +1,12 @@
Object skill_water_magic
name water magic
skill water magic
type 43
invisible 1
no_drop 1
subtype 42
body_skill -1
exp 0
level 100
end