hench/system.json
2025-01-28 21:48:18 -05:00

37 lines
837 B
JSON

{
"id": "hench",
"title": "HENCH",
"description": "HENCH (2025)",
"version": "0.0.3",
"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://github.com/walcutt/hench",
"manifest": "https://raw.githubusercontent.com/walcutt/hench/refs/heads/develop/system.json",
"download": "https://github.com/walcutt/hench/archive/refs/tags/0.0.3.zip"
}