ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/killerbee.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:27 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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