Skip to content

Poisons

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

Worksheet Name

Poisons

Properties

id

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

name l10n

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

description univ

  • Type: markdown
  • Description: A description of the poison.

level univ

  • Type: number
  • Description: The level of the poison.

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: string
  • Description: Possible uses.
  • Note: gr and uses together build the type attribute in the actual text from the book.

resistance univ

  • Type: "SPI" | "TOU"
  • Description: Which characteristic is used to resist the disease?

effect l10n

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

start l10n

  • Type: string
  • Description: When the effect starts.

duration l10n

  • Type: string
  • Description: How long the effect holds on.

price l10n

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

errata l10n

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

Special ID Tables

Poison Groups

Group ID de-DE en-US
1 alchimistisch alchemic
2 mineralisch mineral poison
3 pflanzlich plant poison
4 tierisch animal venom
Clone this wiki locally