ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/scorpion.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:13 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

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 root 1.9 magicmap black
9 root 1.7 con 2
10     wis 8
11 root 1.1 hp 30
12     maxhp 30
13 root 1.7 exp 70
14     dam 10
15 root 1.1 wc 0
16 root 1.7 ac 10
17     speed 0.1
18 root 1.1 level 5
19     attacktype 1025
20     resist_fire 100
21     resist_electricity 50
22     resist_cold -100
23     resist_confusion -100
24     weight 500
25 root 1.7 randomitems scorpion
26     alive 1
27     no_pick 1
28     monster 1
29     sleep 1
30 root 1.1 end
31 root 1.7