Skip to content

Diseases

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

Worksheet Name

Diseases

Properties

id

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

name l10n

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

level univ

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

progress l10n

  • Type: markdown
  • Description: A description of how the disease develops over time.

resistance univ

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

incubationTime l10n

  • Type: string
  • Description: The incubation time.

damage l10n

  • Type: markdown
  • Description: The damage the disease deals to the diseased person.

duration l10n

  • Type: markdown
  • Description: The duration of the disease.

causes l10n

  • Type: markdown
  • Description: Things that cause the disease.

treatment l10n

  • Type: markdown
  • Description: How to treat the disease.

antidote l10n

  • Type: markdown
  • Description: Natural or alchemic things that would harm the disease or prevent an infection.

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