ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/snake.arc
Revision: 1.15
Committed: Sat Oct 16 09:17:55 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# Content
1 object snake
2 anim
3 snake.x11
4 snake.x12
5 snake.x13
6 mina
7 race reptile
8 other_arch snake
9 face snake.x11
10 wis 8
11 int 4
12 hp 5
13 maxhp 5
14 sp 134
15 maxsp 60
16 exp 35
17 dam 8
18 wc 10
19 ac 4
20 speed -0.1
21 level 4
22 weight 1000
23 randomitems snake
24 alive 1
25 no_pick 1
26 monster 1
27 generator 1
28 sleep 1
29 end
30
31 object snake_nongen
32 inherit snake
33 name city snake
34 int 5
35 generator 0
36 end
37