ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/angel/whim.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 whim
2     name whim
3 root 1.1 race angel
4 pippijn 1.2 face wingedhalo.x11
5 root 1.3 wis 8
6     hp 3
7     maxhp 3
8 root 1.1 exp 10
9 root 1.3 dam 2
10     wc 20
11 root 1.1 ac 10
12 root 1.3 speed 0.2
13 root 1.1 level 1
14 root 1.3 attacktype 1
15 root 1.1 resist_magic 100
16     weight 75000
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