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

File Contents

# User Rev Content
1 root 1.2 object sphinx
2 root 1.3 anim
3     facings 2
4     sphinx.x31
5     sphinx.x71
6     mina
7 root 1.1 name sphinx
8     race unnatural
9     msg
10     @match *
11     I don't know any riddles right now....GO AWAY!!!!
12     endmsg
13 root 1.2 face sphinx.x31
14     con 8
15     wis 20
16     pow 2
17 root 1.1 hp 300
18     maxhp 300
19 root 1.2 maxsp 10
20     exp 4001
21     dam 25
22     wc 2
23     ac 2
24     speed -0.07
25     level 8
26     attacktype 1
27 root 1.1 resist_fire 100
28     resist_fear 100
29 root 1.2 weight 8000000
30     randomitems sphinx
31     run_away 6
32 root 1.1 alive 1
33     no_pick 1
34 root 1.2 monster 1
35     see_invisible 1
36     unaggressive 1
37     can_cast_spell 1
38     sleep 1
39     color_fg black
40 root 1.1 editable 1
41 root 1.3 end
42     more
43     object sphinx_2
44 root 1.1 anim
45     facings 2
46     sphinx.x31
47     sphinx.x71
48     mina
49 root 1.2 name sphinx
50     face sphinx.x31
51 root 1.1 x 1
52     alive 1
53     no_pick 1
54 root 1.2 monster 1
55 root 1.1 color_fg black
56     end
57 root 1.2