Changes

Jump to navigation Jump to search
2,043 bytes added ,  19:12, 10 February 2019
no edit summary
Line 38: Line 38:  
</source>}}
 
</source>}}
    +
==Basic format==
 +
All bundles share the same format, which cannot be re-ordered.  Each field is explained below.
    +
{| class="wikitable"
 +
|-
 +
! index
 +
! syntax
 +
! description
 +
|-
 +
| 0
 +
| <tt>{{t|Room ID}}</tt>
 +
| The room of the Community Center that the bundle is located in.  Possible values are <tt>Pantry</tt>, <tt>Crafts Room</tt>, <tt>Fish Tank</tt>, <tt>Boiler Room</tt>, <tt>Vault</tt>, and <tt>Bulletin Board</tt>.
 +
|-
 +
| 1
 +
| <tt>{{t|Sprite Index}}</tt>
 +
| The index number for the bundle sprite, pulled from JunimoNote.xnb.  Some index numbers will cause a menu crash if used, for unknown reasons.  Starts from 0.
 +
|-
 +
| 2
 +
| <tt>{{t|Bundle Name}}</tt>
 +
| Name to display for the bundle.  Can be changed freely.
 +
|-
 +
| 3
 +
| <tt>{{t|Type of object}} {{t|Object ID}} {{t|Number of object given}}</tt>
 +
| Reward given for completion of that bundle.  Possible object types are <tt>O</tt> Object, <<tt>BO</tt> Big Object, or <tt>R</tt> Ring.  IDs may overlap between categories, hence the need for the object type.  By default, only multiples of regular objects can be rewarded, not Big Objects or Rings.  You also cannot award more than one object per bundle (i.e. give a mayo machine and a cheese press for completing one bundle).
 +
|-
 +
| 4
 +
| <tt>{{t|Object ID}} {{t|Number needed}} {{t|Minimum quality}}</tt>
 +
| Objects needed for bundle.  May repeat up to twelve entries; any over that will crash the bundle menu.  Quality starts at 0 for no quality, up to 3 for iridium quality.  Note that not all objects can be iridium quality.
 +
|-
 +
| 5
 +
| <tt>{{t|Color Index}}</tt>
 +
| Index number of bundle color, as found in JunimoNote.xnb.  Starts from 0.
 +
|-
 +
| 6
 +
| <tt>{{t|Number of items}}</tt>
 +
| Number of items out of possible needed to complete bundle.  May not exceed twelve.  Higher numbers will cause the deposit spaces to expand out of the background box.  If left blank, game will require all possible items for that bundle.
 +
|-
 +
| 7
 +
| <tt>{{t|Translated Name}}</tt>
 +
| Optional entry.  Contains translated name of bundle if playing in language other than English.
 +
|}
    
[[Category:Modding]]
 
[[Category:Modding]]
153

edits

Navigation menu