ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/race/elem_acidborn/acidborn.arc
Revision: 1.9
Committed: Sat Mar 3 01:23:59 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.8: +28 -28 lines
Log Message:
second normaliser run - dude

File Contents

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