ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/grey_drag.arc
Revision: 1.5
Committed: Sat Oct 16 09:18:10 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +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 pippijn 1.1 object grey_dragon
2     anim
3     facings 2
4     grey_drag.x71
5     grey_drag.x72
6     grey_drag.x31
7     grey_drag.x32
8     mina
9     name dragon hatchling
10     race dragon
11     face grey_drag.x71
12     con 3
13     wis 15
14     pow 3
15 root 1.4 int 14
16 pippijn 1.1 hp 100
17     maxhp 100
18     sp 40
19     maxsp 40
20     exp 2000
21     dam 15
22     wc 7
23     ac 5
24     speed -0.07
25     attack_movement 1
26     level 8
27     resist_magic 30
28     resist_fire 100
29     resist_blind 50
30     weight 70000
31     randomitems wyvern
32     run_away 20
33     move_type fly_low
34     alive 1
35     no_pick 1
36     monster 1
37     see_invisible 1
38     can_cast_spell 1
39     sleep 1
40     end
41