Enhance Aether-themed equipment attributes for RPG classes, improve configuration clarity, and streamline resource management by updating .gitignore and removing obsolete entries.

This commit is contained in:
Leonid Pershin
2026-05-08 11:29:19 +03:00
parent 53835bf84d
commit fc65b08826
67 changed files with 9500 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"accessories.slot.pocket": "Pocket",
"text.config.accessories_compat.title": "Accessories Compat Config",
"text.config.accessories_compat.option.slotIdRedirects": "Slot Id Redirects",
"text.config.accessories_compat.option.slotIdRedirects.tooltip": "Useful when needing to redirect a trinket slot to a conventional accessories slot type",
"text.config.accessories_compat.option.dumpDataWhenNullEntries": "Dump Data when Null Entries",
"text.config.accessories_compat.option.dumpDataWhenNullEntries.tooltip": "Useful when an error within trinkets occurs due to null value and such behavior leads to crashing",
"text.config.accessories_compat.option.addPocketSlot": "Add Pocket Slot",
"text.config.accessories_compat.option.addPocketSlot.tooltip": "Adds a Pocket slot which emulates the Curio Slot",
"text.config.accessories_compat.option.showPocketSlotInTooltip": "Show Pocket Slot In Tooltip",
"text.config.accessories_compat.option.showPocketSlotInTooltip.tooltip": "Shows the pocket slot in the tooltip if not implicitly valid for the slot"
}