ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/wraith.arc
Revision: 1.5
Committed: Tue Feb 6 22:40:59 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.4: +22 -22 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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