initial commit
This commit is contained in:
commit
7246e3f892
10 changed files with 1728 additions and 0 deletions
46
module.json
Normal file
46
module.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue