ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/old/quetzalcoatl.arc
Revision: 1.4
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.3: +7 -7 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object quetzalcoatl
2 root 1.4 anim
3     facings 2
4     quetzalcoatl.x31
5     quetzalcoatl.x32
6     quetzalcoatl.x71
7     quetzalcoatl.x72
8     mina
9 root 1.1 name Quetzalcoatl
10     race Quetzalcoatl
11 pippijn 1.2 face quetzalcoatl.x31
12 root 1.1 is_animated 1
13 root 1.3 str 6
14     con 6
15     wis -8
16     pow 8
17     int -8
18     food 999
19     dam 10
20     wc 21
21 root 1.1 ac 5
22     speed 0.5
23 root 1.3 level 1
24     type 37
25 root 1.1 attacktype 1
26     resist_fire 100
27     resist_cold -100
28     resist_poison -100
29     resist_paralyze -100
30 root 1.3 weight 70000
31     randomitems quetzalcoatl
32     alive 1
33     can_use_shield 0
34     can_use_armour 0
35     can_use_weapon 1
36 root 1.1 body_range 1
37     body_arm 2
38     body_neck 1
39     body_skill 1
40     body_finger 2
41     body_shoulder 1
42     body_hand 2
43     body_wrist 2
44     body_waist 1
45 root 1.3 color_fg light_blue
46     editable 0
47 root 1.1 end
48 root 1.3