ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_elf/elf.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:27 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object elf_player
2 root 1.4 anim
3     elf.x11
4     elf.x12
5     elf.x31
6     elf.x32
7     elf.x51
8     elf.x52
9     elf.x71
10     elf.x72
11     facings 4
12     mina
13 root 1.3 name elf
14 root 1.1 race faerie
15     msg
16     An Elf is a child of Faerie, a scion of
17     Lythander. Being of Faerie, they heal more
18     slowly than other races, but mana flows into
19     them more quickly. They also need far less
20     food than other races.
21    
22     Every elf is taught the use of a bow, but
23     their long lives allow them to take up any
24     trade. They are weaker and less hardy than
25     humans, but quicker of body and mind, and
26     generally make more powerful spellcasters.
27     However, they have a notoriously offhanded
28     attitude toward their religious devotions
29     and make poor priests.
30    
31     As a race, Elves possess a preternatural
32     beauty and eyes that see in the dark.
33     endmsg
34 root 1.3 face elf.x51
35 root 1.1 is_animated 1
36 root 1.3 str -2
37     dex 3
38     con -2
39     wis -3
40     pow 2
41     cha 4
42     int 2
43     food 500
44     dam 1
45     wc 21
46     ac 10
47     speed 1
48     level 1
49 root 1.1 type 1
50 root 1.3 attacktype 1
51     weight 70000
52     randomitems elf_player_items
53     alive 1
54 root 1.1 can_use_shield 1
55     can_use_armour 1
56     can_use_weapon 1
57     can_see_in_dark 1
58     body_range 1
59     body_arm 2
60     body_torso 1
61     body_head 1
62     body_neck 1
63     body_skill 1
64     body_finger 2
65     body_shoulder 1
66     body_foot 2
67     body_hand 2
68     body_wrist 2
69     body_waist 1
70 root 1.3 anim_speed -1
71     color_fg black
72     editable 0
73 root 1.1 end
74 root 1.3
75     object elf_player_force
76 root 1.1 name elf_force
77 root 1.3 face blank.x11
78     hp -1
79 root 1.1 sp 1
80     food 2
81 root 1.3 speed 0
82 root 1.1 type 114
83 root 1.3 invisible 1
84 root 1.1 applied 1
85     no_drop 1
86 root 1.3 can_see_in_dark 1
87 root 1.1 end
88 root 1.3