ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/dave.arc
Revision: 1.8
Committed: Sun Mar 11 00:34:28 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.7: +0 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

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