Skip to content
Lukas Obermann edited this page Oct 31, 2019 · 2 revisions

Worksheet Name

Plants

Properties

id

  • Type: number
  • Description: An increasing integer. The respective string ID will have the PLANT_ prefix.

name l10n

  • Type: string
  • Description: The name of the plant.

searchDifficulty univ

  • Type: number
  • Description: The search difficulty.

identificationDifficulty univ

  • Type: number
  • Description: The identification difficulty.

gr univ

  • Type: number
  • Description: The group of the poison.
  • Note: gr and uses together build the type attribute in the actual text from the book.

uses univ

  • Type: Array<number, &, 6>
  • Description: Possible uses.

effect l10n

  • Type: markdown
  • Description: The effects of the plant.

price l10n

  • Type: string
  • Description: How much it costs to buy it.

specialRule l10n

  • Type: markdown?
  • Description: If there is a special rule, list it here.

references univ

  • Type: Array<id: string, &>?
  • Description: If other entries need to be displayed (e.g. a poison), use their string ID here (a numeric ID would not be useful!).

errata l10n

  • Type: Array<change: [date: Date, value: string]<?>, &>?
  • Description: A list of errata for the entry in the specific language.
Clone this wiki locally