Monster's damage vulnerabilities, resistances and immunities should be NamedAPIResource structures
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 934
- Forks
- 427
- Merge medio
- 17 h 25 min
- PR fusionados (30 d)
- 22
Descripción
Using full references makes the content better digestible by data-consuming applications, and also brings the structure of monsters' damage immunities/etc. in line with the structure of their condition immunities.
Instead of this:
```
damage_immunities: [
"acid"
]
```
We should see this:
```
damage_immunities: [
{
"index": "acid",
"name": "Acid",
"url": "/api/damage-types/acid"
}
]
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.