ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/sphinx.arc
Revision: 1.2
Committed: Tue Feb 6 22:40:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.1: +34 -33 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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