Fix objects setting 'type 15' (weapon) but missing skill and body part information.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11923 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6fe030872a
commit
d5c1daf301
|
|
@ -9,7 +9,7 @@ enter_y 3
|
||||||
msg
|
msg
|
||||||
Created: 2006-08-12 Gene Alexander
|
Created: 2006-08-12 Gene Alexander
|
||||||
Info: Zorn Castle, first upper floor
|
Info: Zorn Castle, first upper floor
|
||||||
Modified: 2008-10-17 Rick Tanner
|
Modified: 2009-06-17 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
|
@ -6996,20 +6996,20 @@ arch spell_magehound
|
||||||
end
|
end
|
||||||
arch spell_cause_many_wounds
|
arch spell_cause_many_wounds
|
||||||
end
|
end
|
||||||
arch dragonclaw
|
arch dagger
|
||||||
name dragon claw dagger
|
name dragon claw dagger
|
||||||
name_pl dragon claw daggers
|
name_pl dragon claw daggers
|
||||||
skill one handed weapons
|
|
||||||
msg
|
msg
|
||||||
Ancient dagger made from a claw donated to the
|
Ancient dagger made from a claw donated to the
|
||||||
Zorn family by Xxvlorf the Legendary Dragon.
|
Zorn family by Xxvlorf the Legendary Dragon.
|
||||||
endmsg
|
endmsg
|
||||||
|
face dragon_claw.111
|
||||||
dam 15
|
dam 15
|
||||||
wc 5
|
wc 5
|
||||||
type 15
|
|
||||||
attacktype 1053
|
attacktype 1053
|
||||||
material 0
|
material 0
|
||||||
value 55000
|
value 55000
|
||||||
|
weight 1
|
||||||
last_sp 2
|
last_sp 2
|
||||||
weapontype 5
|
weapontype 5
|
||||||
item_power 6
|
item_power 6
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ enter_x 11
|
||||||
enter_y 6
|
enter_y 6
|
||||||
msg
|
msg
|
||||||
Created: 1996-01-28
|
Created: 1996-01-28
|
||||||
Modified: 2008-10-26 Rick Tanner
|
Modified: 2009-06-17 Andreas Kirschbaum
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch blocked
|
arch blocked
|
||||||
|
|
@ -701,9 +701,11 @@ end
|
||||||
arch sign
|
arch sign
|
||||||
name this way
|
name this way
|
||||||
face director.111
|
face director.111
|
||||||
|
msg
|
||||||
|
this way
|
||||||
|
endmsg
|
||||||
x 7
|
x 7
|
||||||
y 3
|
y 3
|
||||||
type 15
|
|
||||||
invisible 1
|
invisible 1
|
||||||
end
|
end
|
||||||
arch flagstone
|
arch flagstone
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue