2024-11-27 19:39:42 -05:00
|
|
|
{
|
|
|
|
"id": "hench",
|
|
|
|
"title": "HENCH",
|
|
|
|
"description": "HENCH (2025)",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"compatibility": {
|
2024-12-11 16:17:00 -05:00
|
|
|
"minimum": "12",
|
|
|
|
"verified": "12"
|
2024-11-27 19:39:42 -05:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"id": "walcutt",
|
|
|
|
"name": "walcutt",
|
|
|
|
"discord": "walcutt"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"esmodules": [
|
|
|
|
"hench.mjs"
|
|
|
|
],
|
2024-12-11 16:17:00 -05:00
|
|
|
"styles": ["styles/hench.css"],
|
2024-11-27 19:39:42 -05:00
|
|
|
"packs": [],
|
|
|
|
"languages": [],
|
|
|
|
"documentTypes": {
|
|
|
|
"Actor": {
|
|
|
|
"hench": {},
|
|
|
|
"boss": {}
|
|
|
|
},
|
|
|
|
"Item": {
|
|
|
|
"move": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"url": "https://github.com/walcutt/hench"
|
|
|
|
}
|