ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/elem_acidborn/acidborn.arc
Revision: 1.5
Committed: Tue Feb 6 22:41:09 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.4: +33 -33 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.5 object elem_acidborn_player
2 pippijn 1.1 name acidborn
3     race para_air
4     msg
5 pippijn 1.2 These supremely acidious elementals can bite through five thumbs thick
6     steel plates. The people of Scorn were once surprised by an assault of
7     over a hundred Acidborns. They destroyed and eroded many buildings until
8     a Fireborn that was just passing by annihilated them with a blast of
9     Meteor Swarm. Fire is their greatest weakness. They cannot wield weapons
10     but like all other elementals, they can wear four instead of two rings
11     and two instead of one amulet.
12 pippijn 1.1 endmsg
13 root 1.5 face acidborn.x11
14     is_animated 1
15     str -5
16     dex 4
17     con 0
18     wis 2
19     pow 7
20     cha -2
21     int 2
22     food 999
23     dam 0
24     wc 21
25 pippijn 1.1 ac 0
26     speed 1
27 root 1.5 level 1
28     type 1
29 pippijn 1.1 attacktype 64
30 root 1.5 resist_fire -30
31 pippijn 1.1 resist_acid 100
32 root 1.5 resist_ghosthit -50
33 pippijn 1.1 resist_poison 100
34 root 1.5 path_attuned 8
35     weight 30000
36     randomitems acidborn_player_items
37     alive 1
38     can_use_shield 0
39     can_use_armour 0
40     can_use_weapon 0
41 pippijn 1.1 body_range 1
42     body_neck 2
43     body_skill 1
44     body_finger 4
45 root 1.5 # Do they have shoulders? Or waists? Or wrists?
46     editable 0
47 pippijn 1.1 editor_folder arch/player/race
48 root 1.5 anim
49     acidborn.x11
50     acidborn.x12
51     acidborn.x13
52     acidborn.x14
53     mina
54 pippijn 1.1 end
55 root 1.5