ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/demon/raas.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +25 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object raas
2 root 1.7 anim
3     facings 2
4     raas.x71
5     raas.x31
6     mina
7 root 1.5 name raas
8 root 1.7 race demon
9 root 1.5 msg
10     @match *
11     Rrrgghhg kill you
12     endmsg
13     face raas.x31
14 root 1.7 str 24
15     con 14
16     wis 10
17     int 0
18     hp 100
19     maxhp 165
20     maxsp 5
21 root 1.5 exp 700
22 root 1.7 dam 25
23     wc 1
24 root 1.5 ac 0
25 root 1.7 speed 0.20
26     attack_movement 5
27     level 9
28     attacktype 1
29 root 1.5 resist_physical 20
30 root 1.1 resist_fire -100
31     resist_blind 30
32     weight 200000
33 root 1.7 randomitems raas
34 root 1.1 run_away 15
35 root 1.7 alive 1
36     no_pick 1
37     monster 1
38     color_fg black
39 root 1.5 editable 1
40 root 1.1 end
41 root 1.7