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

File Contents

# User Rev Content
1 root 1.4 object spit_ant
2 root 1.5 anim
3     facings 2
4     spit_ant.x31
5     spit_ant.x32
6     spit_ant.x31
7     spit_ant.x32
8     spit_ant.x33
9     spit_ant.x32
10     spit_ant.x71
11     spit_ant.x72
12     spit_ant.x71
13     spit_ant.x72
14     spit_ant.x73
15     spit_ant.x72
16     mina
17 root 1.4 name Spitting Ant
18     race insect
19     face spit_ant.x31
20     con 15
21     wis 10
22     hp 100
23     maxhp 100
24     exp 800
25     dam 15
26     wc -5
27     ac -5
28     speed -0.18
29     attack_movement 7
30     level 12
31     attacktype 1025
32     resist_physical 45
33     resist_cold -100
34     resist_acid 100
35     resist_poison 100
36     weight 15000
37 root 1.1 randomitems spit_ant
38 root 1.4 run_away 50
39     alive 1
40     no_pick 1
41     monster 1
42     can_use_bow 1
43     sleep 1
44     body_arm 2
45     color_fg green
46     editable 1
47     end
48 root 1.1