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

File Contents

# User Rev Content
1 root 1.3 object evil_master4
2 root 1.4 anim
3     facings 2
4     evil_master4.x11
5     evil_master4.x12
6     mina
7 root 1.1 name Evil Master
8     race demon
9 pippijn 1.2 face evil_master4.x11
10 root 1.3 is_animated 1
11     str 30
12     con 80
13     wis 25
14     pow 25
15     int 25
16 root 1.1 hp 20000
17     maxhp 20000
18     sp 250
19     maxsp 250
20     exp 200000
21     dam 100
22     wc -50
23     ac -105
24     speed 0.500000
25     attack_movement 5
26     level 100
27     attacktype 1
28 root 1.3 resist_physical 100
29     resist_magic 20
30 root 1.1 resist_fire -100
31     weight 200000
32     run_away 15
33     alive 1
34     no_pick 1
35     monster 1
36     unaggressive 1
37 root 1.3 color_fg black
38     editable 1
39 root 1.1 magicmap grey
40     end
41 root 1.3