ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Cwyvern.arc
Revision: 1.11
Committed: Sat Oct 16 09:18:07 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +0 -2 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.6 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.7 name wyvern of chaos
10     race dragon
11     face Cwyvern.x71
12     con 48
13     wis 30
14     pow 76
15 root 1.1 hp 3000
16     maxhp 3000
17 root 1.7 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.7 resist_electricity 50
28 root 1.1 resist_cold 100
29     resist_paralyze 100
30     resist_blind 100
31 root 1.7 weight 150000
32     randomitems Cwyvern
33     run_away 6
34 root 1.5 alive 1
35     no_pick 1
36 root 1.7 monster 1
37     see_invisible 1
38     can_cast_spell 1
39     sleep 1
40 root 1.4 end
41 root 1.6 more
42     object Cwyvern_2
43 root 1.3 anim
44 root 1.4 facings 2
45 root 1.3 Cwyvern.x71
46     Cwyvern.x72
47     Cwyvern.x31
48     Cwyvern.x32
49     mina
50 root 1.7 name wyvern of chaos
51     face Cwyvern.x71
52 root 1.3 x 1
53 root 1.7 weight 800000
54 root 1.3 alive 1
55     no_pick 1
56 root 1.7 monster 1
57 root 1.1 end
58 root 1.7