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

File Contents

# User Rev Content
1 root 1.3 object dragon
2 root 1.4 anim
3     facings 2
4     wyvern.x71
5     wyvern.x72
6     wyvern.x31
7     wyvern.x32
8     mina
9 root 1.1 name wyvern
10 root 1.3 race dragon
11     face wyvern.x71
12     con 2
13     wis 20
14     pow 2
15     hp 300
16     maxhp 300
17     maxsp 10
18     exp 4000
19     dam 25
20     wc 2
21     ac 2
22     speed -0.07
23     level 8
24     attacktype 1
25     resist_fire 100
26     resist_cold -100
27     resist_confusion -100
28     resist_fear 100
29     resist_blind 50
30     weight 150000
31 root 1.1 randomitems wyvern
32 root 1.3 run_away 6
33     alive 1
34     no_pick 1
35 root 1.1 monster 1
36 root 1.3 see_invisible 1
37     can_cast_spell 1
38 root 1.1 sleep 1
39     color_fg green
40 root 1.3 editable 1
41 root 1.4 end
42     more
43     object dragon_2
44 root 1.1 anim
45     facings 2
46 pippijn 1.2 wyvern.x71
47     wyvern.x72
48     wyvern.x31
49     wyvern.x32
50 root 1.1 mina
51     name wyvern
52 pippijn 1.2 face wyvern.x71
53 root 1.3 x 1
54     weight 150000
55     alive 1
56     no_pick 1
57     monster 1
58 root 1.1 color_fg green
59     end
60 root 1.3