ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/scorpion.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:32 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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