ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/scorpion.arc
Revision: 1.7
Committed: Sat Mar 3 01:22:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +15 -14 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object scorpion
2 root 1.4 anim
3     scorpion.x11
4     scorpion.x12
5     mina
6 root 1.7 race animal
7     face scorpion.x11
8     con 2
9     wis 8
10 root 1.1 hp 30
11     maxhp 30
12 root 1.7 exp 70
13     dam 10
14 root 1.1 wc 0
15 root 1.7 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.7 randomitems scorpion
25     alive 1
26     no_pick 1
27     monster 1
28     sleep 1
29     color_fg black
30 root 1.5 editable 1
31 root 1.1 end
32 root 1.7