Add skills to abilities. This should fix various experience-related bugs. Patch courtesy Khaleh.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@14082 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1a3699a106
commit
9685841974
|
@ -4,7 +4,7 @@ race dragon
|
|||
randomitems dragon_player_items
|
||||
face pl_dragon_r.151
|
||||
msg
|
||||
Skills: Clawing, Levitate, Woodsman, Evocation
|
||||
Skills: Clawing, Levitate, Woodsman, Pyromancy
|
||||
Resistances: None
|
||||
Attunements: None
|
||||
Special: Can not use weapons or most armor. Natural armor improves over time
|
||||
|
|
|
@ -15,6 +15,6 @@ treasure dragon_player_items
|
|||
more
|
||||
arch no_class_face_change
|
||||
more
|
||||
arch skill_evocation
|
||||
arch skill_pyromancy
|
||||
end
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ level 9
|
|||
value 90
|
||||
sp 10
|
||||
casting_time 3
|
||||
skill evocation
|
||||
path_attuned 8
|
||||
other_arch ball_lightning
|
||||
dam 8
|
||||
|
|
|
@ -19,4 +19,5 @@ value 10
|
|||
attacktype 4
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill pyromancy
|
||||
end
|
||||
|
|
|
@ -19,4 +19,5 @@ value 40
|
|||
attacktype 16384
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill sorcery
|
||||
end
|
||||
|
|
|
@ -7,6 +7,7 @@ sp 5
|
|||
casting_time 4
|
||||
path_attuned 2048
|
||||
other_arch firebreath
|
||||
skill pyromancy
|
||||
type 101
|
||||
subtype 15
|
||||
value 60
|
||||
|
|
|
@ -11,6 +11,7 @@ dam 12
|
|||
dam_modifier 4
|
||||
duration 11
|
||||
maxsp 48
|
||||
skill evocation
|
||||
type 101
|
||||
subtype 4
|
||||
value 30
|
||||
|
|
|
@ -19,4 +19,5 @@ value 10
|
|||
attacktype 16
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill evocation
|
||||
end
|
||||
|
|
|
@ -19,4 +19,5 @@ value 120
|
|||
attacktype 16
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill evocation
|
||||
end
|
||||
|
|
|
@ -18,5 +18,6 @@ value 30
|
|||
attacktype 4
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill pyromancy
|
||||
food 4
|
||||
end
|
||||
|
|
|
@ -18,5 +18,6 @@ value 20
|
|||
attacktype 1024
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill sorcery
|
||||
food 5
|
||||
end
|
||||
|
|
|
@ -19,4 +19,5 @@ value 10
|
|||
attacktype 2048
|
||||
no_drop 1
|
||||
invisible 1
|
||||
skill sorcery
|
||||
end
|
||||
|
|
|
@ -12,6 +12,7 @@ path_attuned 2
|
|||
other_arch shell
|
||||
dam 7
|
||||
dam_modifier 0
|
||||
skill pyromancy
|
||||
range 8
|
||||
duration 4
|
||||
maxsp 0
|
||||
|
|
Loading…
Reference in New Issue