ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/elec_drag.arc
Revision: 1.13
Committed: Sat Oct 16 09:18:10 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 elec_dragon
2 root 1.5 anim
3     facings 2
4     elec_drag.x71
5     elec_drag.x72
6     elec_drag.x31
7     elec_drag.x32
8     mina
9 root 1.8 name electric dragon hatchling
10     race dragon
11     face elec_drag.x71
12     con 3
13     wis 15
14     pow 2
15 root 1.12 int 14
16 root 1.8 hp 90
17     maxhp 90
18     sp 40
19     maxsp 40
20 root 1.6 exp 1800
21 root 1.8 dam 15
22     wc 7
23 root 1.6 ac 5
24 root 1.8 speed -0.07
25     attack_movement 1
26     level 8
27     resist_magic 30
28 root 1.4 resist_electricity 100
29     resist_blind 50
30     weight 70000
31 root 1.8 randomitems elec_drag
32 root 1.4 run_away 20
33 root 1.8 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 root 1.1 end
41 root 1.8