ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/wyvern.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:38 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +36 -35 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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