ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/war_ant.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +20 -23 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object war_ant
2 root 1.4 anim
3     facings 2
4     war_ant.x31
5     war_ant.x32
6     war_ant.x71
7     war_ant.x72
8     mina
9 root 1.7 name Warrior Ant
10     race insect
11     face war_ant.x31
12     con 10
13     wis 10
14     hp 100
15     maxhp 100
16 root 1.5 exp 500
17 root 1.7 dam 15
18     wc -5
19     ac -5
20     speed -0.2
21 root 1.5 level 10
22 root 1.7 attacktype 1025
23 root 1.5 resist_physical 45
24 root 1.7 resist_cold -100
25     resist_acid 30
26 root 1.5 resist_poison 100
27 root 1.3 weight 15000
28 root 1.7 alive 1
29     no_pick 1
30     monster 1
31     sleep 1
32     color_fg red
33 root 1.3 editable 1
34     end
35 root 1.7