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

File Contents

# User Rev Content
1 root 1.3 object s_wyvern
2 root 1.1 name shadow wyvern
3 root 1.3 race shadow
4 pippijn 1.2 face s_wyvern.x71
5 root 1.3 con 25
6     wis 20
7     pow 5
8 root 1.1 hp 1500
9     maxhp 1500
10 root 1.3 sp 30
11     maxsp 50
12 root 1.1 exp 50000
13     dam 33
14     wc -17
15 root 1.3 ac -25
16     speed -0.3
17     attack_movement 3
18 root 1.1 level 40
19 root 1.3 attacktype 32912
20 root 1.1 resist_physical 50
21     resist_magic 25
22     resist_fire 50
23     resist_cold 100
24     resist_confusion 100
25     resist_acid 100
26     resist_drain 100
27     resist_poison 100
28     resist_fear 100
29     resist_deplete 100
30     resist_blind 100
31 root 1.3 weight 1000
32     randomitems s_wyvern
33     run_away 5
34     alive 1
35     monster 1
36 root 1.1 can_cast_spell 1
37 root 1.3 sleep 1
38 root 1.1 can_use_skill 1
39 root 1.3 can_see_in_dark 1
40     color_fg black
41 root 1.1 editable 1
42 root 1.3 anim
43     facings 2
44     s_wyvern.x31
45     s_wyvern.x32
46     s_wyvern.x71
47     s_wyvern.x72
48     mina
49 root 1.1 end
50 root 1.3 more
51     object s_wyvern_2
52 root 1.1 name shadow wyvern
53 pippijn 1.2 face s_wyvern.x71
54 root 1.3 x 1
55     weight 1000
56     alive 1
57     no_pick 1
58     monster 1
59 root 1.1 color_fg black
60     anim
61     facings 2
62 pippijn 1.2 s_wyvern.x31
63     s_wyvern.x32
64     s_wyvern.x71
65     s_wyvern.x72
66 root 1.1 mina
67     end
68 root 1.3