ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/items/pipe_lythander.arc
Revision: 1.5
Committed: Tue Feb 6 23:29:20 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.4 object pipe_lythander
2 root 1.1 name Lythander's pipe
3 root 1.4 name_pl horns
4 root 1.1 msg
5 root 1.2 This pipe is the finest you have ever
6     seen. Imagine the smoke rings you
7 root 1.1 could blow with it...
8     endmsg
9 root 1.4 face claypipe.x11
10 root 1.1 hp 60
11     maxhp 60
12 root 1.4 luck 1
13 root 1.1 speed 0.1
14 root 1.4 level 35
15     type 35
16 root 1.5 materialname adamant
17 root 1.1 value 58
18     weight 40
19 root 1.4 randomitems pipe_lythander
20 root 1.1 client_type 721
21 root 1.4 startequip 1
22 root 1.1 body_range -1
23     end
24 root 1.4