ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/spit_ant.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:39 2007 UTC (17 years, 4 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: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 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.8 name Spitting Ant
18     race insect
19     face spit_ant.x31
20     con 15
21     wis 10
22     hp 100
23     maxhp 100
24 root 1.6 exp 800
25 root 1.8 dam 15
26     wc -5
27     ac -5
28     speed -0.18
29     attack_movement 7
30 root 1.6 level 12
31 root 1.8 attacktype 1025
32 root 1.6 resist_physical 45
33 root 1.8 resist_cold -100
34 root 1.4 resist_acid 100
35     resist_poison 100
36 root 1.8 weight 15000
37     randomitems spit_ant
38     run_away 50
39     alive 1
40     no_pick 1
41     monster 1
42 root 1.6 can_use_bow 1
43 root 1.8 sleep 1
44     body_arm 2
45 root 1.6 editable 1
46 root 1.9 magicmap green
47 root 1.4 end
48 root 1.8