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

File Contents

# User Rev Content
1 root 1.4 object fireborn_player
2 root 1.5 anim
3     fireborn.x11
4     fireborn.x12
5     fireborn.x13
6     fireborn.x14
7     mina
8 root 1.1 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 root 1.4 face fireborn.x11
44 root 1.1 is_animated 1
45 root 1.4 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 root 1.1 ac 0
56     speed 1
57 root 1.4 level 1
58     type 1
59 root 1.1 attacktype 5
60     resist_fire 100
61     resist_cold -30
62     resist_ghosthit -50
63 root 1.4 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 root 1.1 body_range 1
73     body_neck 2
74     body_skill 1
75     body_finger 4
76 root 1.4 # Do they have shoulders? Or waists? Or wrists?
77     color_fg red
78     editable 0
79 root 1.1 end
80 root 1.4
81     object fireborn_player_force
82 root 1.1 name Fireborn_Force
83 root 1.4 face blank.x11
84     sp 2
85     speed 0
86     type 114
87 root 1.1 invisible 1
88     applied 1
89     no_drop 1
90     end
91 root 1.4