ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/dragon/Cwyvern.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: +37 -36 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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