ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/animal_dragon/pl_dragon.arc
Revision: 1.4
Committed: Sat Mar 3 00:50:50 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +39 -40 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.4 Object pl_dragon
2 root 1.1 name fire hatchling
3     race dragon
4 root 1.4 randomitems dragon_player_items
5     face pl_dragon_r.x51
6 root 1.1 msg
7     Dragons are completely different than any
8     other race. Their vast size and bizarre body
9     prevents them both from wearing armour and
10     wielding weapons -- tools that they disdain
11     in any case. Instead, they are gifted with
12     the ability to evolve and grow stronger by
13     eating the flesh of their defeated foes.
14    
15     Over the years, their dragonhide hardens and
16     it can provide better protection than the
17     best armour. Instead of wielding weapons,
18     they use their sharp and lethal claws in
19     combat. Moreover, dragons have a natural
20     talent for magic.
21    
22     Dragons are very interested in the lore of
23     the elements and usually choose to
24     specialize. While focusing their metabolism
25     on a certain element, they can gain various
26     new abilities -- including new spells,
27     enhanced claws and more. Eventually, a
28     dragon is able to evolve from the hatchling
29     stage into a grown-up terrifying ancient
30     dragon.
31     endmsg
32     animation pl_dragon_r
33     is_animated 1
34 root 1.4 anim_speed -1
35     type 1
36     level 1
37     ac 5
38     wc 21
39     dam 10
40     alive 1
41     weight 70000
42 root 1.3 food 999
43 root 1.1 speed 1
44     attacktype 1
45 root 1.4 color_fg red
46 root 1.1 can_use_shield 0
47     can_use_armour 0
48     can_use_weapon 0
49 root 1.4 Str 5
50     Dex 0
51     Con 6
52     Wis -8
53     Int -3
54     Pow 5
55     editable 0
56     # can't use bows anymore with this, so let him use cloaks,
57     # bracers, and girdles.
58 root 1.1 body_range 1
59     body_arm 0
60     body_neck 1
61     body_skill 1
62     body_finger 2
63     body_shoulder 1
64     body_wrist 2
65     body_waist 1
66 root 1.4 end
67     Object dragon_skin_force
68     name dragon skin
69     invisible 1
70     type 114
71     face blank.x11
72     applied 1
73     no_drop 1
74     end
75     Object dragon_ability_force
76     name dragon ability
77     title fire hatchling
78     invisible 1
79     type 114
80     exp 2
81     face blank.x11
82     neutral 1
83     no_drop 1
84 root 1.1 end
85