ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/scorpion.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:12 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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