hench/system.json

37 lines
837 B
JSON
Raw Normal View History

{
"id": "hench",
"title": "HENCH",
"description": "HENCH (2025)",
"version": "0.0.0",
"compatibility": {
2024-12-11 16:17:00 -05:00
"minimum": "12",
"verified": "12"
},
"authors": [
{
"id": "walcutt",
"name": "walcutt",
"discord": "walcutt"
}
],
"esmodules": [
"hench.mjs"
],
2024-12-29 17:36:03 -05:00
"styles": [
"styles/hench.css"
],
"packs": [],
"languages": [],
"documentTypes": {
"Actor": {
"hench": {},
"boss": {}
},
"Item": {
"move": {}
}
},
2024-12-29 17:36:03 -05:00
"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.2.zip"
}