ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/fae_drag.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:55 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 faerie_dragon
2 root 1.4 anim
3     facings 2
4     fae_drag.x71
5     fae_drag.x72
6     fae_drag.x31
7     fae_drag.x32
8     mina
9 root 1.3 name faerie dragon
10 root 1.1 race faerie
11 pippijn 1.2 face fae_drag.x71
12 root 1.3 con 1
13     wis 15
14     pow 6
15     hp 40
16     maxhp 40
17     sp 20
18     maxsp 40
19 root 1.1 exp 1000
20 root 1.3 dam 10
21     wc 7
22 root 1.1 ac 5
23 root 1.3 speed -0.07
24     attack_movement 1
25     level 8
26 root 1.1 resist_magic 100
27     resist_poison 100
28     resist_paralyze 100
29     resist_fear 100
30     resist_blind 60
31     weight 70000
32 root 1.3 randomitems wyvern
33 root 1.1 run_away 20
34 root 1.3 move_type all
35     alive 1
36     no_pick 1
37     monster 1
38     see_invisible 1
39     unaggressive 1
40     can_cast_spell 1
41     sleep 1
42     color_fg blue
43 root 1.1 editable 1
44     end
45 root 1.3