|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-06-04 04:42:17
|
Revision: 11749
http://crossfire.svn.sourceforge.net/crossfire/?rev=11749&view=rev
Author: kbulgrien
Date: 2009-06-04 04:42:12 +0000 (Thu, 04 Jun 2009)
Log Message:
-----------
A horse. It looks ok, but as this is my first monster arch, it might need
some adjustments, but it is fairly similar to various other comparable
creatures.
Modified Paths:
--------------
arch/trunk/CHANGES
Added Paths:
-----------
arch/trunk/monster/animal/farmyard/horse.arc
arch/trunk/monster/animal/farmyard/horse.base.131.png
arch/trunk/monster/animal/farmyard/horse.base.171.png
arch/trunk/monster/animal/farmyard/horse.face
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2009-06-03 01:33:08 UTC (rev 11748)
+++ arch/trunk/CHANGES 2009-06-04 04:42:12 UTC (rev 11749)
@@ -1,5 +1,13 @@
Changes for SVN top of tree:
+monster/animal/farmyard/horse.arc
+monster/animal/farmyard/horse.face
+monster/animal/farmyard/horse.base.131.png
+monster/animal/farmyard/horse.base.171.png: A horse. It looks ok, but as this
+ is my first monster arch, it might need some adjustments, but it is fairly
+ similar to various other comparable creatures.
+Kevin Bulgrien 2009-06-02
+
Lake/blake_D.base.111.png
Lake/blake_9.base.111.png
Lake/blake_E.base.111.png
Added: arch/trunk/monster/animal/farmyard/horse.arc
===================================================================
--- arch/trunk/monster/animal/farmyard/horse.arc (rev 0)
+++ arch/trunk/monster/animal/farmyard/horse.arc 2009-06-04 04:42:12 UTC (rev 11749)
@@ -0,0 +1,41 @@
+Object horse
+race animal
+name horse
+monster 1
+move_type walk
+friendly 1
+Wis 13
+face horse.171
+animation horse
+exp 1000
+wc 9
+no_pick 1
+alive 1
+level 8
+ac 13
+hp 125
+maxhp 125
+run_away 35
+Con 2
+Str 16
+Int 6
+dam 12
+speed -0.07
+pick_up 1
+can_see_in_dark 1
+attacktype 1
+attack_movement 56
+resist_physical 25
+resist_slow 50
+resist_fear -10
+weight 50000
+end
+More
+Object horse_2
+name horse
+face horse.171
+animation horse
+alive 1
+no_pick 1
+x 1
+end
Added: arch/trunk/monster/animal/farmyard/horse.base.131.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/monster/animal/farmyard/horse.base.131.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: arch/trunk/monster/animal/farmyard/horse.base.171.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/monster/animal/farmyard/horse.base.171.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: arch/trunk/monster/animal/farmyard/horse.face
===================================================================
--- arch/trunk/monster/animal/farmyard/horse.face (rev 0)
+++ arch/trunk/monster/animal/farmyard/horse.face 2009-06-04 04:42:12 UTC (rev 11749)
@@ -0,0 +1,11 @@
+animation horse
+facings 1
+horse.171
+horse.131
+mina
+face horse.131
+magicmap brown
+end
+face horse.171
+magicmap brown
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|