ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/lord_e.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:46 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +21 -21 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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