ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/elem_fireborn/fireborn.arc
Revision: 1.10
Committed: Mon May 7 05:24:37 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.9: +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

# Content
1 object fireborn_player
2 anim
3 fireborn.x11
4 fireborn.x12
5 fireborn.x13
6 fireborn.x14
7 mina
8 name fireborn
9 race fire_elemental
10 msg
11 Legends say that fireborn are sparks struck
12 off the anvil of creation, with life and
13 spirit, and eventually mind. Those who
14 research magic think that they are relatives
15 of some kind to will o' the wisps. An
16 observer seeing one for the first time would
17 see a strangely intelligent vortex of
18 flame somehow carrying items without burning
19 them.
20
21 Their insubstantial nature makes them both
22 very weak and very quick. Their minds are
23 agile, and they are able to commune well with
24 the gods. However, their area of excellence
25 is magic. They spellcast more powerfully than
26 any other race, and mana flows into them
27 readily. They can even cast cold spells with
28 devastating effectiveness. They all know a
29 basic fire spell.
30
31 They have the ability to levitate at will, and
32 they can touch to burn. As they gain more
33 power, they are increasingly difficult to hit
34 with weapons. However, they cannot use weapons
35 or armour, and thereby miss out on many benefits
36 (including powerful magical enchantments) those
37 items may bring.
38
39 Fire does not harm them, nor poison. Cold,
40 spiritual drain, and physical drain present
41 great peril to them.
42 endmsg
43 face fireborn.x11
44 is_animated 1
45 str -5
46 dex 4
47 con 0
48 wis 2
49 pow 7
50 cha -2
51 int 2
52 food 999
53 dam 0
54 wc 21
55 ac 0
56 speed 1
57 level 1
58 inherit type_player
59 attacktype 5
60 resist_fire 100
61 resist_cold -30
62 resist_ghosthit -50
63 resist_poison 100
64 path_attuned 2
65 weight 30000
66 glow_radius 4
67 randomitems fireborn_player_items
68 alive 1
69 can_use_shield 0
70 can_use_armour 0
71 can_use_weapon 0
72 body_range 1
73 body_neck 2
74 body_skill 1
75 body_finger 4
76 # Do they have shoulders? Or waists? Or wrists?
77 editable 0
78 magicmap red
79 end
80
81 object fireborn_player_force
82 name Fireborn_Force
83 face blank.x11
84 sp 2
85 speed 0
86 type 114
87 invisible 1
88 applied 1
89 no_drop 1
90 end
91