ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/elemental/Shadow/s_wyvern.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +2 -2 lines
Log Message:
normalise color_fg to magicmap

File Contents

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