ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/whim.arc
Revision: 1.8
Committed: Sun Jul 11 03:46:10 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

File Contents

# User Rev Content
1 root 1.5 object whim
2 root 1.6 name whim
3 root 1.4 race angel
4 pippijn 1.2 face wingedhalo.x11
5 root 1.6 wis 8
6 root 1.8 int 4
7 root 1.6 hp 3
8     maxhp 3
9 root 1.4 exp 10
10 root 1.6 dam 2
11     wc 20
12 root 1.4 ac 10
13 root 1.6 speed 0.2
14 root 1.1 level 1
15 root 1.6 attacktype 1
16 root 1.1 resist_magic 100
17     weight 75000
18     run_away 18
19 root 1.6 move_type fly_low
20     alive 1
21     no_pick 1
22     monster 1
23     see_invisible 1
24     can_see_in_dark 1
25 root 1.1 end
26 root 1.6