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

File Contents

# User Rev Content
1 root 1.3 object horse3
2     race animal
3 pippijn 1.2 face horse3.x31
4 root 1.3 con 2
5     wis 20
6 pippijn 1.1 hp 10
7     maxhp 10
8     exp 30
9     dam 5
10     wc 1
11 root 1.3 ac 4
12     speed -0.2
13     attack_movement 3
14 pippijn 1.1 level 4
15     weight 30000
16     run_away 15
17 root 1.3 alive 1
18     monster 1
19     sleep 1
20 pippijn 1.1 color_fg red
21 root 1.3 editable 1
22 pippijn 1.1 end
23 root 1.3