dh-ikonis/module.json
2026-04-26 21:01:44 +02:00

46 lines
No EOL
1 KiB
JSON

{
"id": "dh-ikonis",
"title": "Daggerheart - Ikonis",
"description": "Adds the Ikonis personalized weapon and Motherboard module. Renames Magic damage to Tech damage.",
"version": "1.0.0",
"url": "https://git.geeks.gay/cosmo/dh-ikonis",
"manifest": "https://git.geeks.gay/cosmo/dh-ikonis/raw/branch/main/module.json",
"download": "https://git.geeks.gay/cosmo/dh-ikonis/releases/download/1.0.0/dh-ikonis.zip",
"authors": [
{
"name": "Cosmo",
"email": "cptncosmo@gmail.com",
"url": "https://git.geeks.gay/cosmo/",
"discord": "@cptn_cosmo",
"flags": {}
}
],
"compatibility": {
"minimum": "14",
"verified": "14"
},
"relationships": {
"systems": [
{
"id": "daggerheart",
"type": "system",
"compatibility": {
"minimum": "1.0.0"
}
}
]
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/ikonis.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}