ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/lord_e.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:07 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object lord_e
2 root 1.4 anim
3     lord_e.x11
4     lord_e.x12
5     mina
6 root 1.7 name Lord Eureca (commanded by Ghothwolte)
7     race human
8     face lord_e.x11
9 root 1.9 magicmap grey
10 root 1.7 str 30
11     dex 30
12     con 1
13     wis 1
14     pow 1
15     int 1
16 root 1.1 hp 10000
17     maxhp 10000
18     sp 400
19     maxsp 400
20     exp 10000
21     dam 60
22     wc -50
23     ac -50
24     speed 0.95
25     speed_left -2.000000
26     level 30
27 root 1.7 attacktype 30
28     resist_physical 50
29 root 1.1 resist_fire 100
30     resist_electricity 100
31     resist_cold 100
32     resist_confusion -100
33     resist_slow -100
34     resist_paralyze -100
35     carrying 90000
36     weight 50000
37 root 1.7 randomitems skill_use_magic_item
38 root 1.1 pick_up 24
39     will_apply 2
40     alive 1
41     monster 1
42     undead 1
43     can_use_scroll 1
44     can_use_bow 1
45     can_use_ring 1
46     can_use_skill 1
47 root 1.7 body_range 1
48     body_arm 2
49     body_skill 1
50     body_finger 2
51     can_use_wand 1
52 root 1.1 end
53 root 1.7