ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/items/horn_waves.arc
Revision: 1.10
Committed: Tue Nov 3 09:48:44 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object horn_waves
2 root 1.1 name horn
3 root 1.8 name_pl horns
4 root 1.1 title of Ocean Waves
5     msg
6 root 1.2 Putting this shell to your ear, you hear
7 root 1.1 the crashing sound of ocean waves.
8     endmsg
9 root 1.8 face shellhorn2.x11
10     hp 24
11     maxhp 24
12     speed 0.1
13     level 30
14 root 1.9 inherit type_horn
15 root 1.8 materialname iron
16 root 1.6 value 590
17     weight 1000
18 root 1.8 randomitems horn_waves
19 root 1.1 client_type 721
20     startequip 1
21     body_range -1
22     end
23 root 1.8