ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/fly_ant.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.7: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object fly_ant
2 root 1.4 anim
3     facings 2
4     fly_ant.x31
5     fly_ant.x32
6     fly_ant.x71
7     fly_ant.x72
8     mina
9 root 1.7 race insect
10     face fly_ant.x31
11     wis 6
12 root 1.3 hp 1
13     maxhp 1
14 root 1.7 exp 20
15     dam 5
16 root 1.5 wc 1
17 root 1.7 ac 10
18     speed -0.3
19 root 1.5 level 3
20 root 1.3 weight 7
21 root 1.7 move_type fly_low
22     alive 1
23     no_pick 1
24     monster 1
25     sleep 1
26 root 1.1 end
27 root 1.7