ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wight.arc
Revision: 1.13
Committed: Sat Oct 16 09:18:33 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +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 wight
2 root 1.4 anim
3     wight.x11
4     wight.x12
5     wight.x13
6     wight.x14
7     mina
8 root 1.11 inherit class_undead_monster
9 root 1.7 race undead
10     face wight.x11
11     wis 10
12 root 1.12 int 4
13 root 1.1 hp 75
14     maxhp 75
15 root 1.7 exp 75
16     dam 5
17     wc 13
18     ac 6
19     speed .10
20 root 1.5 level 5
21 root 1.1 attacktype 16385
22     resist_electricity 50
23     resist_cold 100
24     resist_fear 100
25 root 1.7 weight 15000
26     randomitems wight
27     alive 1
28     no_pick 1
29     monster 1
30     undead 1
31     sleep 1
32     can_see_in_dark 1
33 root 1.1 end
34 root 1.7