ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/cobra.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:44 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +22 -21 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object cobra
2 root 1.5 anim
3     cobra.x11
4     cobra.x12
5     cobra.x13
6     cobra.x12
7     mina
8 root 1.8 name giant cobra
9     race reptile
10     face cobra.x12
11     wis 10
12     hp 30
13     maxhp 30
14 root 1.6 exp 150
15 root 1.8 dam 40
16     wc -10
17 root 1.6 ac -2
18 root 1.8 speed -0.1
19     level 5
20 root 1.6 attacktype 1025
21 root 1.4 weight 20000
22 root 1.8 randomitems cobra
23     alive 1
24     no_pick 1
25     monster 1
26     sleep 1
27     anim_speed 3
28     color_fg green
29 root 1.4 editable 1
30 root 1.5 end
31 root 1.7 more
32     object cobra_2
33 root 1.1 anim
34 pippijn 1.2 cobra.x11
35     cobra.x12
36     cobra.x13
37     cobra.x12
38 root 1.1 mina
39 root 1.8 name giant cobra
40     face cobra.x12
41     y 1
42 root 1.4 alive 1
43     no_pick 1
44 root 1.8 color_fg green
45 root 1.1 end
46 root 1.8