ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/acid/slime.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object slime
2 root 1.4 anim
3     slime.x11
4     slime.x12
5     slime.x13
6     mina
7 root 1.1 race slime
8     other_arch slime
9 pippijn 1.2 face slime.x11
10 root 1.3 wis 5
11     hp 5
12     maxhp 5
13     maxsp 10
14     exp 7
15     dam 4
16     wc 18
17     ac 10
18     speed 0.06
19     level 2
20     resist_blind 100
21     weight 20000
22     alive 1
23     no_pick 1
24     monster 1
25     generator 1
26     sleep 1
27     can_see_in_dark 1
28 root 1.1 color_fg green
29 root 1.3 editable 1
30 root 1.1 end
31 root 1.3