ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/acid/greenslime.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: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object green_slime
2     name green slime
3 root 1.1 race slime
4 pippijn 1.2 face greenslime.x11
5 root 1.3 wis 5
6     hp 20
7     maxhp 20
8     exp 200
9     dam 40
10     wc 5
11 root 1.1 ac 9
12     speed -0.1
13     level 5
14     attacktype 64
15 root 1.3 resist_blind 100
16     weight 5000
17     alive 1
18     monster 1
19 root 1.1 hitback 1
20 root 1.3 sleep 1
21     can_see_in_dark 1
22     color_fg green
23 root 1.1 editable 1
24 root 1.3 anim
25     greenslime.x11
26     greenslime.x12
27     mina
28 root 1.1 end
29 root 1.3