ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/acid/slime.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:28 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +21 -20 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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