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

File Contents

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