ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/animal/horse1.arc
(Generate patch)

Comparing deliantra/arch/monster/animal/horse1.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:15:50 2007 UTC vs.
Revision 1.11 by root, Sat Oct 16 09:17:54 2010 UTC

1object horse1 1object horse1
2race animal
2face horse1.x31 3face horse1.x31
3race animal 4con 2
5wis 20
6int 8
7hp 10
8maxhp 10
9exp 30
10dam 5
11wc 1
12ac 4
13speed -0.2
14attack_movement 3
15level 4
16weight 30000
17run_away 15
18alive 1
4monster 1 19monster 1
5sleep 1 20sleep 1
6Wis 20 21end
22
23object horse1u
24name untamed horse
25race horse
26face horse1.x31
27con 6
28wis 6
29pow 6
30int 6
31hp 200
32maxhp 200
33exp 20
34dam 23
35wc 4
36ac 4
37speed -0.1
38level 6
39attacktype 1
40resist_fear -100
41weight 600000
42run_away 5
7alive 1 43alive 1
8hp 10 44no_pick 1
9maxhp 10 45monster 1
10Con 2 46sleep 1
11speed -0.2
12exp 30
13ac 4
14dam 5
15wc 1
16level 4
17weight 30000
18editable 1
19run_away 15
20attack_movement 3
21color_fg brown
22end 47end
48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines