ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/dave.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:16 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object dave
2 root 1.4 anim
3     dave.x11
4     dave.x12
5     dave.x13
6     mina
7 root 1.1 name Dave
8     race undead
9 pippijn 1.2 face dave.x11
10 root 1.3 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.3 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.3 body_range 1
41     body_finger 2
42     can_use_wand 1
43     color_fg red
44     editable 1
45 root 1.1 magicmap red
46     end
47 root 1.3