ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Cwyvern.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: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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