ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.13
Committed: Tue Nov 3 09:59:13 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.12: +2 -2 lines
Log Message:
big cfarch-normalize run

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.1 hp 40
14     maxhp 40
15 root 1.9 exp 120
16     dam 30
17 root 1.7 wc -5
18 root 1.9 ac 2
19 root 1.1 speed 0.16
20 root 1.9 level 8
21 root 1.1 attacktype 528
22 root 1.9 resist_fire -100
23 root 1.7 resist_cold 50
24 root 1.1 resist_fear 100
25     resist_blind 60
26 root 1.9 weight 700
27     randomitems wraith
28     alive 1
29     no_pick 1
30     monster 1
31 root 1.1 undead 1
32 root 1.9 sleep 1
33 root 1.1 can_see_in_dark 1
34 root 1.9 one_hit 1
35 root 1.1 end
36 root 1.9