ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/cherub.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:29 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object cherub
2     name cherub
3 root 1.1 race angel
4 pippijn 1.2 face cupid.x11
5 root 1.3 wis 8
6     hp 15
7     maxhp 15
8 root 1.1 exp 50
9 root 1.3 dam 5
10     wc 16
11 root 1.1 ac 6
12 root 1.3 speed 0.3
13 root 1.1 level 3
14 root 1.3 attacktype 1
15 root 1.1 resist_magic 50
16     weight 25000
17     run_away 18
18 root 1.3 move_type all
19     alive 1
20     no_pick 1
21     monster 1
22     see_invisible 1
23     can_see_in_dark 1
24 root 1.1 editable 1
25     end
26 root 1.3