ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/blob.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:50 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 blob
2 root 1.4 anim
3     blob.x11
4     blob.x12
5     blob.x13
6     blob.x12
7     mina
8 root 1.7 race slime
9     face blob.x11
10 root 1.10 magicmap black
11 root 1.7 wis 5
12 root 1.11 int 0
13 root 1.7 hp 40
14     maxhp 40
15 root 1.5 exp 1
16 root 1.7 dam 0
17     wc 1
18 root 1.5 ac 4
19 root 1.7 speed 1.5
20 root 1.5 level 1
21 root 1.7 attacktype 1
22 root 1.1 weight 50000
23     run_away 100
24     pick_up 64
25 root 1.7 alive 1
26     no_pick 1
27     monster 1
28     sleep 1
29 root 1.1 end
30 root 1.7