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

File Contents

# User Rev Content
1 root 1.8 object wraith
2 root 1.6 anim
3     wraith.x11
4     wraith.x12
5     wraith.x13
6     mina
7 root 1.13 inherit class_undead_monster
8 root 1.9 race undead
9     face wraith.x11
10 root 1.13 magicmap black
11 root 1.9 con 2
12     wis 10
13 root 1.14 int 4
14 root 1.1 hp 40
15     maxhp 40
16 root 1.9 exp 120
17     dam 30
18 root 1.7 wc -5
19 root 1.9 ac 2
20 root 1.1 speed 0.16
21 root 1.9 level 8
22 root 1.1 attacktype 528
23 root 1.9 resist_fire -100
24 root 1.7 resist_cold 50
25 root 1.1 resist_fear 100
26     resist_blind 60
27 root 1.9 weight 700
28     randomitems wraith
29     alive 1
30     no_pick 1
31     monster 1
32 root 1.1 undead 1
33 root 1.9 sleep 1
34 root 1.1 can_see_in_dark 1
35 root 1.9 one_hit 1
36 root 1.1 end
37 root 1.9