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

File Contents

# User Rev Content
1 root 1.3 object snake
2 root 1.1 race reptile
3     other_arch snake
4 pippijn 1.2 face snake.x11
5 root 1.3 wis 8
6     hp 5
7     maxhp 5
8 root 1.1 sp 134
9     maxsp 60
10 root 1.3 exp 35
11     dam 8
12     wc 10
13     ac 4
14     speed -0.1
15     level 4
16     weight 1000
17     randomitems snake
18     alive 1
19 root 1.1 no_pick 1
20 root 1.3 monster 1
21     generator 1
22     sleep 1
23     color_fg green
24     editable 1
25 root 1.1 anim
26 pippijn 1.2 snake.x11
27     snake.x12
28     snake.x13
29 root 1.1 mina
30     end
31 root 1.3