Initial commit

This commit is contained in:
Neill Cox 2024-05-03 20:27:39 +10:00
commit c983d9b91b
20 changed files with 5729 additions and 0 deletions

20
languages/en.json Normal file
View file

@ -0,0 +1,20 @@
{
"tokenActionHud": {
"template": {
"armor": "Armor",
"containers": "Containers",
"consumables": "Consumables",
"equipment": "Equipment",
"inventory": "Inventory",
"item": "Item",
"weapons": "Weapons",
"treasure": "Treasure",
"settings": {
"displayUnequipped": {
"hint": "Choose whether to display unequipped items on the HUD",
"name": "Display Unequipped"
}
}
}
}
}