Changes

no edit summary
Line 55: Line 55:  
! index
 
! index
 
! field
 
! field
 +
! type
 
! example
 
! example
 
! explanation
 
! explanation
 
|-
 
|-
|colspan="4"| TODO
+
| 0
 +
| <tt>null</tt>
 +
| string
 +
| ''animal''
 +
| Used by the code to denote it's an animal type BluePrint.
 +
|-
 +
| 1
 +
| <tt>moneyRequired</tt>
 +
| int
 +
| ''500''
 +
| The amount required to purchase.
 +
|-
 +
| 2
 +
| <tt>sourceRectForMenuView</tt>
 +
| int
 +
| ''64''
 +
|
 +
|-
 +
| 3
 +
| <tt>sourceRectForMenuView</tt>
 +
| int
 +
| ''64''
 +
|
 +
|-
 +
| 4
 +
| <tt>displayName</tt>
 +
| string
 +
| ''Chicken''
 +
|
 +
|-
 +
| 5
 +
| <tt>description</tt>
 +
| string
 +
| ''Lays delicious eggs. Comes in two colors.''
 +
| The description of the animal.
 
|}</li>
 
|}</li>
   Line 175: Line 210:  
| string
 
| string
 
| ''Farm''
 
| ''Farm''
| Game Locations where this building is allowed to build. The game only uses <code>Farm</code> and as far I can tell it's never used.
+
| Game Locations where this building is allowed to build. The game only uses <code>Farm</code> and as far I can tell (as of 1.2.29) it's never used.
 
|-
 
|-
 
| 17
 
| 17
16

edits