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

File Contents

# User Rev Content
1 root 1.3 object dave
2 root 1.1 name Dave
3     race undead
4 pippijn 1.2 face dave.x11
5 root 1.3 str 100
6     dex 100
7     con 100
8     wis 100
9     pow 100
10     int 100
11 root 1.1 hp 30000
12     maxhp 30000
13     maxsp 40
14     exp 10000
15     dam 200
16     wc -100
17     ac -100
18     speed 0.150000
19     level 50
20 root 1.3 attacktype 4225
21 root 1.1 resist_physical 50
22     resist_magic 50
23     randomitems lich
24     pick_up 24
25     will_apply 2
26     alive 1
27     no_pick 1
28     monster 1
29     see_invisible 1
30     undead 1
31     can_cast_spell 1
32     can_use_scroll 1
33     can_use_ring 1
34     sleep 1
35 root 1.3 body_range 1
36     body_finger 2
37     can_use_wand 1
38     color_fg red
39     editable 1
40 root 1.1 magicmap red
41 root 1.3 anim
42     dave.x11
43     dave.x12
44     dave.x13
45     mina
46 root 1.1 end
47 root 1.3