ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/old/fireborn.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:25 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
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 fireborn
10 pippijn 1.3 face fireborn.x11
11 root 1.1 is_animated 1
12 root 1.4 str -7
13     dex 4
14     con -4
15     pow 6
16     cha -4
17     int 3
18     food 999
19     dam 0
20     wc 21
21 root 1.1 ac 0
22     speed 1
23 root 1.4 level 1
24     type 37
25 root 1.1 attacktype 5
26     resist_fire 100
27     resist_cold -100
28     resist_drain -100
29     resist_ghosthit -100
30 root 1.4 resist_poison 100
31     weight 30000
32     randomitems fireborn
33     alive 1
34     can_use_shield 0
35     can_use_armour 0
36     can_use_weapon 0
37 root 1.1 body_range 1
38     body_neck 1
39     body_skill 1
40     body_finger 2
41 root 1.4 color_fg red
42     editable 0
43 root 1.1 end
44 root 1.4