ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/drake/drake.arc
Revision: 1.13
Committed: Sat Oct 16 09:18:11 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +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.7 object drake
2 root 1.5 anim
3     facings 2
4     drake.x11
5     drake.x12
6     drake.x13
7     drake.x12
8     drake.x71
9     drake.x72
10     drake.x73
11     drake.x72
12     mina
13 root 1.8 name drake
14     race dragon
15     face drake.x11
16     str 15
17     con 5
18     wis 15
19 root 1.12 int 16
20 root 1.8 hp 220
21     maxhp 220
22 root 1.6 exp 5000
23 root 1.8 dam 20
24     wc 5
25 root 1.6 ac -3
26 root 1.8 speed 0.42
27     level 9
28     attacktype 1025
29 root 1.4 resist_magic 85
30     resist_blind 30
31     weight 70000
32 root 1.8 randomitems drake
33     move_type fly_low
34     alive 1
35     no_pick 1
36     monster 1
37     see_invisible 1
38     can_cast_spell 0
39     sleep 1
40 root 1.1 end
41 root 1.8