# Animal Disease
## Definitions
### Animal Disease (`AnimalDisease`)
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The animal disease's identifier. An unique, increasing integer. | See details
`level` | The animal disease's level. | See details
`resistance` | Depending on the disease, apply Spirit or Toughness as a penalty to the disease roll. It may also happen that the lower of both is applied as a penalty. | See details
`cause` | What causes the disease? The GM rolls 1D20 to see if a character gets infected. If the infection check succeeds, the GM makes a disease check to determine the severity of the infection. | See details
`animal_types` | The animal types this disease applies to. | See details
`communicability_to_intelligent_creatures` | If and at which chance the disease can be communicated to intelligent creatures. | See details
`src` | | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
The animal disease's identifier. An unique, increasing integer.
- **Type:** Integer
- **Minimum:** `1`
#### `level`
The animal disease's level.
- **Type:** Integer
- **Minimum:** `1`
#### `resistance`
Depending on the disease, apply Spirit or Toughness as a penalty to the disease roll. It may also happen that the lower of both is applied as a penalty.
- **Type:** Resistance
#### `cause`
What causes the disease? The GM rolls 1D20 to see if a character gets infected. If the infection check succeeds, the GM makes a disease check to determine the severity of the infection.
- **Type:** List
- **Items:** AnimalDisease/cause[]
- **Minimum Items:** `1`
#### `animal_types`
The animal types this disease applies to.
If no animal types are given, the animal disease applies to all animal types.
- **Type:** List
- **Items:** AnimalDisease/animal_types[]
#### `communicability_to_intelligent_creatures`
If and at which chance the disease can be communicated to intelligent creatures.
If no causes are given, the disease is not communicable to intelligent creatures.
- **Type:** List
- **Items:** AnimalDisease/communicability_to_intelligent_creatures[]
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<DiseaseTranslation>
---
### `AnimalDisease/cause[]`
- **Type:** Cause
---
### `AnimalDisease/animal_types[]`
- **Type:** AnimalTypeReference
---
### `AnimalDisease/communicability_to_intelligent_creatures[]`
- **Type:** Cause