ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/animal_quetzalcoatl/quetzalcoatl.arc
Revision: 1.9
Committed: Mon May 7 05:24:36 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

# Content
1 object quetzalcoatl_player
2 anim
3 quetzalcoatl.x31
4 quetzalcoatl.x32
5 quetzalcoatl.x71
6 quetzalcoatl.x72
7 facings 2
8 mina
9 name Quetzalcoatl
10 race reptile
11 msg
12 Quetzalcoatls are a strange mix of snake,
13 bird, human, and a dash of the divine. They
14 are able to manipulate objects with their
15 claws. They are amazingly strong, very quick,
16 and amazingly hardy, but quite stupid and
17 impious (despite the dash of divinity).
18 However, they are strongly magical in nature
19 and usually have a vast reservoir of mana
20 with which to cast any spell they're not too
21 stupid to learn. Often, they're only able to
22 grasp one basic fire spell.
23
24 Their strongly draconic nature makes them
25 immune to fire and helps them with fire
26 spells, but they are vulnerable to cold.
27 They can grasp weapons, but their bizarre body
28 shape prevents them from using armour,
29 helmets, and other items of apparel intended
30 for bipedal creatures with two arms, two legs,
31 and a head. Their inability to use armour
32 comes back to haunt them when they compare
33 themselves with other races: highly enchanted
34 armour is usually more beneficial than
35 dragonhide! The wings come in handy: they can
36 use them to levitate, and their hide gets
37 thicker as they gain power, compensating them
38 somewhat for not being able to use armour.
39 endmsg
40 face quetzalcoatl.x31
41 is_animated 0
42 str 6
43 dex 3
44 con 6
45 wis -8
46 pow 6
47 int -8
48 food 999
49 dam 10
50 wc 21
51 ac 5
52 speed 1
53 level 1
54 inherit type_player
55 attacktype 1
56 resist_fire 100
57 resist_cold -30
58 path_attuned 2
59 weight 70000
60 randomitems quetzalcoatl_player_items
61 alive 1
62 can_use_shield 0
63 can_use_armour 0
64 can_use_weapon 1
65 body_range 1
66 body_arm 2
67 body_neck 1
68 body_skill 1
69 body_finger 2
70 body_shoulder 1
71 body_wrist 2
72 body_waist 1
73 editable 0
74 magicmap light_blue
75 end
76