ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/food/gen_mushroom.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +9 -8 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object gen_mushroom
2 root 1.6 name mouldy patch
3 root 1.4 face gen_mushroom.x11
4 root 1.6 hp 1
5     maxhp 1
6 root 1.4 exp 1
7     ac 25
8 root 1.1 speed -1.0
9 root 1.6 level 1
10 root 1.1 invisible 1
11 root 1.6 randomitems random_mushroom
12     alive 1
13     no_pick 1
14 root 1.1 is_used_up 1
15 root 1.6 color_fg black
16 root 1.4 editable 9
17 root 1.1 end
18 root 1.6