ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/bee.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:53 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +17 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object bee
2 root 1.1 race insect
3 pippijn 1.2 face bee.x11
4 root 1.3 wis 10
5 root 1.1 exp 5
6 root 1.3 dam 1
7 root 1.1 wc 15
8     ac 4
9 root 1.3 speed 0.2
10 root 1.1 level 1
11 root 1.3 resist_physical 30
12 root 1.1 weight 20
13 root 1.3 move_type all
14     alive 1
15     no_pick 1
16     monster 1
17     sleep 1
18     can_see_in_dark 1
19     color_fg dark_orange
20 root 1.1 editable 1
21 root 1.3 anim
22     bee.x11
23     bee.x12
24     mina
25 root 1.1 end
26 root 1.3