ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/giant_worm/g_worm.arc
Revision: 1.9
Committed: Thu Mar 15 00:28:58 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +12 -12 lines
Log Message:
- replaced copyrighted giant worm images by a version supplied by jastiv
  Lori Nagel <jastiv@yahoo.com> contributed those under the GPL.

File Contents

# User Rev Content
1 root 1.6 object g_worm
2 root 1.4 anim
3 root 1.9 facings 4
4     g_worm.x11
5 root 1.4 g_worm.x31
6 root 1.9 g_worm.x51
7 root 1.4 g_worm.x71
8     mina
9 root 1.7 name Giant Worm
10     race animal
11     face g_worm.x31
12     str 40
13     dex 15
14     con 30
15     wis 20
16     pow 30
17     int 10
18     hp 4000
19     maxhp 4000
20     sp 80
21     maxsp 80
22     exp 100000
23     dam 50
24     wc -10
25     ac -15
26     speed -0.05
27     level 35
28     attacktype 3137
29 root 1.1 resist_magic 30
30     resist_fire 30
31     resist_electricity 50
32 root 1.7 resist_acid 100
33 root 1.1 resist_poison 100
34     resist_paralyze 100
35     resist_death 100
36     resist_blind 100
37 root 1.7 weight 1800000
38 root 1.1 randomitems giant_worm
39     alive 1
40 root 1.7 monster 1
41     see_invisible 1
42 root 1.1 can_cast_spell 1
43 root 1.7 sleep 1
44 root 1.1 can_see_in_dark 1
45 root 1.7 armour 85
46 root 1.5 editable 1
47 root 1.8 magicmap green
48 root 1.4 end
49 root 1.6 more
50     object g_worm_2
51 root 1.1 anim
52 root 1.9 facings 4
53     g_worm.x11
54 root 1.1 g_worm.x31
55 root 1.9 g_worm.x51
56 root 1.1 g_worm.x71
57     mina
58 root 1.7 name Giant Worm
59     face g_worm.x31
60 root 1.1 x 1
61     alive 1
62 root 1.8 magicmap green
63 root 1.4 end
64 root 1.6 more
65     object g_worm_3
66 root 1.1 anim
67 root 1.9 facings 4
68     g_worm.x11
69 root 1.1 g_worm.x31
70 root 1.9 g_worm.x51
71 root 1.1 g_worm.x71
72     mina
73 root 1.7 name Giant Worm
74     face g_worm.x31
75 root 1.1 y 1
76     alive 1
77 root 1.8 magicmap green
78 root 1.4 end
79 root 1.6 more
80     object g_worm_4
81 root 1.1 anim
82 root 1.9 facings 4
83     g_worm.x11
84 root 1.1 g_worm.x31
85 root 1.9 g_worm.x51
86 root 1.1 g_worm.x71
87     mina
88 root 1.7 name Giant Worm
89     face g_worm.x31
90 root 1.1 x 1
91     y 1
92     alive 1
93 root 1.8 magicmap green
94 root 1.1 end
95