hench/system.json
2025-05-26 15:30:48 -04:00

37 lines
839 B
JSON

{
"id": "hench",
"title": "HENCH",
"description": "HENCH (2025)",
"version": "0.1.1",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"id": "walcutt",
"name": "walcutt",
"discord": "walcutt"
}
],
"esmodules": [
"hench.mjs"
],
"styles": [
"styles/hench.css"
],
"packs": [],
"languages": [],
"documentTypes": {
"Actor": {
"hench": {},
"boss": {}
},
"Item": {
"move": {}
}
},
"url": "https://git.chloeherd.codes/walcutt/hench",
"manifest": "https://git.chloeherd.codes/walcutt/hench/raw/branch/develop/system.json",
"download": "https://git.chloeherd.codes/walcutt/hench/archive/0.1.1.zip"
}