ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/scorpion.arc
Revision: 1.6
Committed: Sat Mar 3 01:15:50 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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