Monster's damage vulnerabilities, resistances and immunities should be NamedAPIResource structures
オープン
- 主要言語
- TypeScript
- スター
- 934
- フォーク
- 427
- 平均マージ
- 17時間 25分
- マージ済み PR(30日)
- 22
説明
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"
}
]
```
コントリビューションガイド
評価
この issue はまだ評価されていません。