ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sphinx.arc
Revision: 1.10
Committed: Sun Jul 11 03:46:50 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.9 magicmap black
15 root 1.6 con 8
16     wis 20
17     pow 2
18 root 1.10 int 20
19 root 1.1 hp 300
20     maxhp 300
21 root 1.6 maxsp 10
22     exp 4001
23     dam 25
24     wc 2
25     ac 2
26     speed -0.07
27     level 8
28     attacktype 1
29 root 1.4 resist_fire 100
30     resist_fear 100
31 root 1.6 weight 8000000
32     randomitems sphinx
33     run_away 6
34 root 1.4 alive 1
35     no_pick 1
36 root 1.6 monster 1
37     see_invisible 1
38     unaggressive 1
39     can_cast_spell 1
40     sleep 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.9 magicmap black
52 root 1.1 x 1
53     alive 1
54     no_pick 1
55 root 1.6 monster 1
56 root 1.1 end
57 root 1.6