- add two horns for water goddess, fix Lythander's horn to work with new
skills. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2642 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4aaf8d2401
commit
d9cea87699
|
@ -0,0 +1,22 @@
|
|||
Object horn_siren
|
||||
name horn
|
||||
title of the Sirens
|
||||
face shellhorn1.111
|
||||
randomitems horn_siren
|
||||
msg
|
||||
Putting this shell to your ear, you hear a strange and haunting melody.
|
||||
endmsg
|
||||
type 35
|
||||
level 40
|
||||
value 590
|
||||
weight 1500
|
||||
material 2
|
||||
hp 20
|
||||
maxhp 20
|
||||
speed 0.2
|
||||
editable 2048
|
||||
name_pl horns
|
||||
startequip 1
|
||||
client_type 721
|
||||
body_range -1
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
treasureone horn_siren
|
||||
arch spell_siren_call
|
||||
chance 1
|
||||
end
|
|
@ -0,0 +1,22 @@
|
|||
Object horn_waves
|
||||
name horn
|
||||
title of Ocean Waves
|
||||
face shellhorn2.111
|
||||
randomitems horn_waves
|
||||
msg
|
||||
Putting this shell to your ear, you hear the crashing sound of ocean waves.
|
||||
endmsg
|
||||
type 35
|
||||
level 30
|
||||
value 590
|
||||
weight 1000
|
||||
material 2
|
||||
hp 24
|
||||
maxhp 24
|
||||
speed 0.1
|
||||
editable 2048
|
||||
name_pl horns
|
||||
client_type 721
|
||||
startequip 1
|
||||
body_range -1
|
||||
end
|
|
@ -0,0 +1,4 @@
|
|||
treasureone horn_waves
|
||||
arch spell_wave
|
||||
chance 1
|
||||
end
|
|
@ -2,22 +2,21 @@ Object pipe_lythander
|
|||
name Lythander's pipe
|
||||
name_pl Lythander's pipes
|
||||
face claypipe.111
|
||||
randomitems pipe_lythander
|
||||
msg
|
||||
This pipe is the finest you have ever seen. Imagine the smoke rings you could blow with it...
|
||||
endmsg
|
||||
type 35
|
||||
luck 1
|
||||
material 256
|
||||
sp 64
|
||||
level 15
|
||||
maxhp 40
|
||||
nrof 1
|
||||
hp 60
|
||||
level 35
|
||||
maxhp 60
|
||||
speed 0.1
|
||||
value 58000
|
||||
value 58
|
||||
weight 40
|
||||
name_pl horns
|
||||
client_type 721
|
||||
body_range -1
|
||||
startequip 1
|
||||
weight 50
|
||||
end
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
treasureone pipe_lythander
|
||||
arch spell_mass_confusion
|
||||
chance 1
|
||||
end
|
Loading…
Reference in New Issue