ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/raas.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:53 2007 UTC (17 years, 5 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 raas
2 root 1.4 anim
3     facings 2
4     raas.x71
5     raas.x31
6     mina
7 root 1.1 name raas
8 root 1.3 race demon
9 root 1.1 msg
10     @match *
11     Rrrgghhg kill you
12     endmsg
13 pippijn 1.2 face raas.x31
14 root 1.3 str 24
15     con 14
16     wis 10
17     int 0
18     hp 100
19     maxhp 165
20     maxsp 5
21 root 1.1 exp 700
22 root 1.3 dam 25
23     wc 1
24 root 1.1 ac 0
25 root 1.3 speed 0.20
26     attack_movement 5
27     level 9
28     attacktype 1
29 root 1.1 resist_physical 20
30     resist_fire -100
31     resist_blind 30
32     weight 200000
33 root 1.3 randomitems raas
34 root 1.1 run_away 15
35 root 1.3 alive 1
36     no_pick 1
37     monster 1
38     color_fg black
39 root 1.1 editable 1
40     end
41 root 1.3