ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wight.arc
Revision: 1.12
Committed: Sun Jul 11 03:46:56 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.11 magicmap green
12 root 1.7 wis 10
13 root 1.12 int 4
14 root 1.1 hp 75
15     maxhp 75
16 root 1.7 exp 75
17     dam 5
18     wc 13
19     ac 6
20     speed .10
21 root 1.5 level 5
22 root 1.1 attacktype 16385
23     resist_electricity 50
24     resist_cold 100
25     resist_fear 100
26 root 1.7 weight 15000
27     randomitems wight
28     alive 1
29     no_pick 1
30     monster 1
31     undead 1
32     sleep 1
33     can_see_in_dark 1
34 root 1.1 end
35 root 1.7