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

File Contents

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