ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/dave.arc
Revision: 1.13
Committed: Sat Oct 16 09:18:32 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.11 inherit class_undead_monster
8 root 1.7 name Dave
9     race undead
10     face dave.x11
11     str 100
12     dex 100
13     con 100
14     wis 100
15     pow 100
16 root 1.12 int 30
17 root 1.1 hp 30000
18     maxhp 30000
19     maxsp 40
20     exp 10000
21     dam 200
22     wc -100
23     ac -100
24     speed 0.150000
25     level 50
26 root 1.7 attacktype 4225
27 root 1.1 resist_physical 50
28     resist_magic 50
29     randomitems lich
30     pick_up 24
31     will_apply 2
32     alive 1
33     no_pick 1
34     monster 1
35     see_invisible 1
36     undead 1
37     can_cast_spell 1
38     can_use_scroll 1
39     can_use_ring 1
40     sleep 1
41 root 1.7 body_range 1
42     body_finger 2
43     can_use_wand 1
44 root 1.1 end
45 root 1.7