ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/tentacle/tentacle.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +10 -10 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object tentacle
2 root 1.4 anim
3     blank.x11
4     blank.x11
5     blank.x11
6     tentacle.x11
7     tentacle.x12
8     tentacle.x13
9     tentacle.x12
10     tentacle.x11
11     mina
12 root 1.1 name leathery tentacle
13     race animal
14 pippijn 1.2 face tentacle.x13
15 root 1.3 con 3
16     wis 3
17     hp 120
18     maxhp 120
19     exp 400
20     dam 20
21     wc 1
22     ac 1
23     speed -0.12
24     attack_movement 5
25     level 10
26     attacktype 17
27     resist_physical 25
28     resist_cold 40
29     resist_acid 30
30     resist_poison 100
31     resist_blind 90
32     weight 300000
33     randomitems tentacle
34     run_away 20
35     pick_up 64
36     alive 1
37     monster 1
38     see_invisible 1
39     sleep 1
40     can_see_in_dark 1
41     anim_speed 6
42     editable 1
43 root 1.1 end
44 root 1.3