ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/acid/greenslime.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:49 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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