ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/cherub.arc
Revision: 1.8
Committed: Sun Jul 11 03:46:09 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 cherub
2 root 1.6 name cherub
3 root 1.4 race angel
4 root 1.7 face cherub.x11
5 root 1.6 wis 8
6 root 1.8 int 8
7 root 1.7 hp 25
8     maxhp 25
9     exp 35
10 root 1.6 dam 5
11     wc 16
12 root 1.4 ac 6
13 root 1.6 speed 0.3
14 root 1.1 level 3
15 root 1.6 attacktype 1
16 root 1.1 resist_magic 50
17     weight 25000
18     run_away 18
19 root 1.7 move_type walk fly_low
20 root 1.6 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