ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/wyvern.arc
Revision: 1.6
Committed: Sat Mar 3 01:15:55 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +3 -3 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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