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

File Contents

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