kihashi / stardew_community_checklist

A checklist for the Community Center Bundles in Stardew Valley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Data Model

kihashi opened this issue · comments

JSON data:

  • Seasons
  • Skills
  • Rooms
  • Bundles
  • Items
    • Add # of item for each bundle relation

Javascript Objects:

  • Seasons
    • Add icons
  • Skills
    • Add Icons
  • Rooms
  • Bundles
    • Add bundles to Rooms
    • Add rooms to Bundles
  • Items
    • Add items to seasons
    • Add seasons to items
    • Add items to skills
    • Add skills to items
    • Add items to bundles
    • Add bundles to items

Added in cb1fd8e.