ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sphinx.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

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 root 1.7 magicmap black
40 root 1.3 end
41 root 1.5 more
42     object sphinx_2
43 root 1.1 anim
44     facings 2
45     sphinx.x31
46     sphinx.x71
47     mina
48 root 1.6 name sphinx
49     face sphinx.x31
50 root 1.1 x 1
51     alive 1
52     no_pick 1
53 root 1.6 monster 1
54 root 1.7 magicmap black
55 root 1.1 end
56 root 1.6