ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_elf/elf.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:09 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +42 -40 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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