ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/undead/dave.arc
Revision: 1.12
Committed: Sun Jul 11 03:46:52 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

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