59 lines
1.5 KiB
JSON

{
"id": "adaptive-damage-resistance",
"title": "Adaptive Damage Resistance",
"description": "Adaptive resistance and immunity features for dnd5e actors. Adds a compendium with draggable feature items and updates actor defenses based on the last valid damage type.",
"version": "1.1.0",
"compatibility": {
"minimum": "13",
"verified": "14"
},
"authors": [
{
"name": "Florian Zumpe",
"email": "f.zumpe@gmx.de"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "5.0.0",
"verified": "5.3.3"
}
}
]
},
"esmodules": [
"scripts/main.js"
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "adaptive-features",
"label": "Adaptive Damage Resistance Features",
"path": "packs/adaptive-features",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"url": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances",
"manifest": "https://raw.githubusercontent.com/fzumpe/foundry-dnd5e-adaptive-resistances/main/module.json",
"download": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/archive/refs/tags/V1.1.0.zip"
}