ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/humanoid_elf/elf.arc
Revision: 1.9
Committed: Mon May 7 05:24:40 2007 UTC (17 years, 2 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.8: +1 -1 lines
Log Message:
- introduce a new naming scheme:
  type_xxx # for base classes defining a type
  class_xxx # for base classes not defining a type
- define some base classes in class/types.arc
- use them for bows, players, weapons, bows, horns, shields, wands
- preset the new body slots with their default values

File Contents

# User Rev Content
1 root 1.6 object elf_player
2 root 1.7 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     name elf
14 root 1.5 race faerie
15 root 1.1 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.7 face elf.x51
35 root 1.1 is_animated 1
36 root 1.7 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.9 inherit type_player
50 root 1.7 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.7 anim_speed -1
71     editable 0
72 root 1.8 magicmap black
73 root 1.1 end
74 root 1.7
75 root 1.6 object elf_player_force
76 root 1.1 name elf_force
77 root 1.7 face blank.x11
78     hp -1
79 root 1.5 sp 1
80 root 1.1 food 2
81 root 1.7 speed 0
82 root 1.1 type 114
83 root 1.7 invisible 1
84 root 1.1 applied 1
85     no_drop 1
86 root 1.7 can_see_in_dark 1
87 root 1.1 end
88 root 1.7