ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/cherub.arc
Revision: 1.7
Committed: Sat Oct 31 04:07:02 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.6: +5 -6 lines
Log Message:
*** empty log message ***

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.7 hp 25
7     maxhp 25
8     exp 35
9 root 1.6 dam 5
10     wc 16
11 root 1.4 ac 6
12 root 1.6 speed 0.3
13 root 1.1 level 3
14 root 1.6 attacktype 1
15 root 1.1 resist_magic 50
16     weight 25000
17     run_away 18
18 root 1.7 move_type walk fly_low
19 root 1.6 alive 1
20     no_pick 1
21     monster 1
22     see_invisible 1
23     can_see_in_dark 1
24 root 1.1 end
25 root 1.6