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

File Contents

# User Rev Content
1 root 1.3 object killer_bee
2 root 1.1 name killer bee
3     race insect
4 pippijn 1.2 face killerbee.x11
5 root 1.3 con 1
6     wis 10
7     hp 15
8     maxhp 15
9     exp 50
10     dam 13
11     wc 8
12     ac 10
13 root 1.1 speed -0.25
14 root 1.3 level 4
15 root 1.1 weight -1
16 root 1.3 run_away 75
17     move_type all
18     alive 1
19 root 1.1 no_pick 1
20 root 1.3 monster 1
21     sleep 1
22     can_see_in_dark 1
23     color_fg orange
24     editable 1
25 root 1.1 anim
26 pippijn 1.2 killerbee.x11
27     killerbee.x12
28 root 1.1 mina
29     end
30 root 1.3