< < 
 
 @ h o u s e   3 
 
 { 
 
 	 # s t r i n g   n a m e   " h o u s e _ c o w " ; 
 
 	 # s t r i n g   t y p e _ g o o d s   " b u i l d i n g s " ; 
 
 	 # i n t   p r i c e   5 0 0 ; 
 
 	 # p o i n t   p o s   0 ,   0 ; 
 
 	 # p o i n t   s i z e   2 5 6 ,   2 5 6 ; 
 
 	 # b o o l   s o l i d   t r u e ; 
 
 	 # p o i n t   z b a s e   0 ,   - 4 4 ; 
 
 
 
 	 # i n t   c o s t _ g o o d   3 8 0 ; 
 
 	 # f l o a t   t i m e _ c o m p l e t e _ 1   2 0 0 ; 
 
 	 # f l o a t   t i m e _ c o m p l e t e _ 2   1 5 0 ; 
 
 	 # f l o a t   t i m e _ c o m p l e t e _ 3   1 0 0 ; 
 
 	 # f l o a t   t i m e _ s p o i l _ g o o d   0 ; 
 
 	 # f l o a t   t i m e _ f e e d   1 0 5 ; 
 
 
 
 	 # s t r i n g   i m g g r o u n d _ t y p e   " b i g " ; 
 
 	 # s t r i n g   t e x u p g r a d e _ n a m e 0   " h o u s e _ c o w 0 . t g a " ; 
 
 	 # s t r i n g   t e x u p g r a d e _ n a m e 1   " h o u s e _ c o w 1 . t g a " ; 
 
 	 # s t r i n g   t e x u p g r a d e _ n a m e 2   " h o u s e _ c o w 2 . t g a " ; 
 
 	 # s t r i n g   t e x u p g r a d e _ n a m e 3   " h o u s e _ c o w 3 . t g a " ; 
 
 
 
 	 # s t r i n g   n a m e _ s f x   " c o w _ s f x . o g g " ; 
 
 	 # f l o a t   l e n g t h _ s f x   8 5 0 0 
 
 	 
 
 	 # p o i n t   b a s e _ c e n t e r   0 ,   - 4 4 ; 
 
 	 # p o i n t   b a s e _ r a d i u s   1 4 4 ,   1 1 2 ; 
 
 	 # p o i n t   d o c k _ c e n t e r   - 6 1 ,   - 1 4 6 ; 
 
 	 # p o i n t   d o c k _ r a d i u s   8 ,   8 ; 
 
 
 
 	 # p o i n t   r e a d y _ i c o n _ p o s   4 8 ,   4 8 ; 
 
 	 # p o i n t   f e e d _ i c o n _ p o s   - 4 8 ,   4 8 ; 
 
 	 # p o i n t   c o m p l e t e _ i c o n _ p o s   - 3 7 ,   - 1 0 2 ;   
 
 
 
 	 # p o i n t   u p g r a d e _ b u t t o n _ p o s   1 0 0 ,   - 7 0 ; 
 
 	 
 
 	 # i n t   c o s t _ u p g r a d e _ 0   2 5 0 ; 
 
 	 # i n t   c o s t _ u p g r a d e _ 1   4 0 0 ; 
 
 	 # i n t   c o s t _ u p g r a d e _ 2   5 0 0 ; 	 
 
 
 
 	 # b o o l   a n i m a l   t r u e ; 
 
 	 # p o i n t   a n i m a l _ p o s   1 0 ,   - 6 0 ; 
 
 
 
 	 @ a c c e p t _ f e e d _ l i s t 
 
 	 { 
 
 	 	 p l a n t _ c a r r o t ; 
 
 	 	 p l a n t _ c a b b a g e ; 
 
 	 	 
 
 	 } 
 
 } 
 
 > > 
 
 
 
 