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