ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/cobra.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +9 -9 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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