ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/wyvern.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +30 -29 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 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.7 name wyvern
10     race dragon
11     face wyvern.x71
12     con 2
13     wis 20
14     pow 2
15 root 1.3 hp 300
16     maxhp 300
17 root 1.7 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 root 1.3 resist_fire 100
26 root 1.7 resist_cold -100
27     resist_confusion -100
28 root 1.5 resist_fear 100
29     resist_blind 50
30 root 1.7 weight 150000
31     randomitems wyvern
32     run_away 6
33 root 1.5 alive 1
34     no_pick 1
35 root 1.7 monster 1
36     see_invisible 1
37     can_cast_spell 1
38     sleep 1
39     color_fg green
40 root 1.3 editable 1
41 root 1.4 end
42 root 1.6 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 root 1.7 name wyvern
52     face wyvern.x71
53 root 1.3 x 1
54 root 1.7 weight 150000
55 root 1.3 alive 1
56     no_pick 1
57 root 1.7 monster 1
58     color_fg green
59 root 1.1 end
60 root 1.7