Skip to content

Creating a Recipe

GuyDarel edited this page Oct 10, 2021 · 9 revisions

Properties of Recipies

Required Properties

  • id (int)

Optional Properties

  • ingredients (int)
  • products (String)
  • requirements (Array[Requirement]) ([])
  • events (Array[Event]) ([])

Notes

  • These fields may appear in any order within the actual JSON object.
  • The value adjacent to each listed field is its default value and is applied whenever that field is omitted.

Examples

Getting Started

JSON Formatting Guide

Embedded JSON Structures

Designing Your Game

Clone this wiki locally