ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Hatchlings/fire_drag.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:56 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object fire_dragon
2 root 1.4 anim
3     facings 2
4     fire_drag.x71
5     fire_drag.x72
6     fire_drag.x31
7     fire_drag.x32
8     mina
9 root 1.3 name dragon hatchling
10 root 1.1 race dragon
11 root 1.3 face fire_drag.x71
12     con 3
13     wis 15
14     pow 3
15     hp 100
16     maxhp 100
17     sp 40
18     maxsp 40
19     exp 2000
20     dam 15
21     wc 7
22     ac 5
23     speed -0.07
24     attack_movement 1
25     level 8
26     resist_magic 30
27     resist_fire 100
28     resist_blind 50
29     weight 70000
30 root 1.1 randomitems wyvern
31 root 1.3 run_away 20
32     move_type all
33     alive 1
34     no_pick 1
35     monster 1
36     see_invisible 1
37     can_cast_spell 1
38     sleep 1
39 root 1.1 color_fg red
40 root 1.3 editable 1
41 root 1.1 end
42 root 1.3