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

File Contents

# User Rev Content
1 root 1.3 object scorpion
2 root 1.4 anim
3     scorpion.x11
4     scorpion.x12
5     mina
6 root 1.3 race animal
7 pippijn 1.2 face scorpion.x11
8 root 1.3 con 2
9     wis 8
10 root 1.1 hp 30
11     maxhp 30
12 root 1.3 exp 70
13     dam 10
14 root 1.1 wc 0
15 root 1.3 ac 10
16     speed 0.1
17 root 1.1 level 5
18     attacktype 1025
19     resist_fire 100
20     resist_electricity 50
21     resist_cold -100
22     resist_confusion -100
23     weight 500
24 root 1.3 randomitems scorpion
25     alive 1
26     no_pick 1
27     monster 1
28     sleep 1
29     color_fg black
30 root 1.1 editable 1
31     end
32 root 1.3