mythic-armor-corrections

Update ARMOR_TYPE_CORRECTIONS in armorUtils.ts to fix mythic armor weight reporting.

2|Updated Aug 18, 2025
One-click install
npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill mythic-armor-corrections
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mythic-armor-corrections
Source: https://github.com/ESO-Toolkit/eso-toolkit/tree/main/.github/skills/mythic-armor-corrections
Command: npx skills add https://github.com/ESO-Toolkit/eso-toolkit --skill mythic-armor-corrections

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses an inaccuracy in ESOLogs where all mythic armor is reported as 'Light' type, regardless of its actual in-game weight, by allowing manual correction of these entries.

Core Features & Use Cases

  • Update Armor Weight Corrections: Add or modify entries in the ARMOR_TYPE_CORRECTIONS table within armorUtils.ts.
  • Ensure Accurate Reporting: Correctly categorize non-light mythic armor (medium/heavy) for precise weight-based analysis in ESOLogs.
  • Verification: Verify that all non-light mythic armor items have the correct weight entries.

Quick Start

Use the mythic-armor-corrections skill to add a correction for item ID 165879 to ArmorType.MEDIUM.

Frequently Asked Questions about mythic-armor-corrections

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does ESOLogs report all mythic armor as light armor?

Mythic armor weight corrections are needed in ESOLogs when new mythic armor sets are introduced or when existing corrections are found to be missing or inaccurate. This skill updates the ARMOR_TYPE_CORRECTIONS constant in armorUtils.ts to ensure accurate armor weight categorization for all mythic armor pieces.

How do I correct mythic armor weights in ESOLogs?

To correct mythic armor weights in ESOLogs, use this skill to add or modify entries in the ARMOR_TYPE_CORRECTIONS table within armorUtils.ts. For example, you can add a correction for a specific item ID like 165879 to categorize it as ArmorType.MEDIUM for precise weight-based analysis.

Can I use this skill to verify existing mythic armor weight corrections?

Yes, you can use this skill to verify that all non-light mythic armor items have the correct weight entries. It ensures accurate reporting by allowing you to check and update the ARMOR_TYPE_CORRECTIONS constant in armorUtils.ts for any missing or inaccurate mythic armor weight categorizations.

Does this skill work with TypeScript files?

Yes, this skill works directly with TypeScript files by updating the ARMOR_TYPE_CORRECTIONS constant in armorUtils.ts. It is designed to modify the ESOLogs codebase to correctly categorize mythic armor weights for medium and heavy gear items.

What's the best way to add a new mythic armor correction for ESOLogs?

The best way to add a new mythic armor correction is to use this skill to update the ARMOR_TYPE_CORRECTIONS table in armorUtils.ts with the specific item ID and its correct armor type. This ensures accurate weight-based analysis for newly introduced mythic armor sets in ESOLogs.