combat-armor-defs

Retrieve armor damage reduction percentages and names from ARMOR_DEFS data.

1|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/diadia0000/ForWanna --skill combat-armor-defs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: combat-armor-defs
Source: https://github.com/diadia0000/ForWanna/tree/main/.claude/skills/combat/ArmorDefs
Command: npx skills add https://github.com/diadia0000/ForWanna --skill combat-armor-defs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of retrieving armor damage reduction percentages and names, making it easy to reference armor stats for combat scenarios.

Core Features & Use Cases

  • Armor Damage Reduction: Provides quick access to the damage reduction percentages of various armor types.
  • Armor Naming: Offers the ability to retrieve the names of armor items by their IDs.
  • Use Case: In a game setting, quickly look up the damage reduction of a specific armor piece or find the name of an armor item based on its ID.

Quick Start

Use the combat-armor-defs skill to get the damage reduction percentage for the 'leather_armor' item.

Frequently Asked Questions about combat-armor-defs

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

FAQPage Schema
How do I retrieve armor damage reduction percentages during game combat scenarios?

To retrieve armor damage reduction percentages during game combat scenarios, query the predefined data table using the armor item ID. The skill returns the exact damage reduction value and armor name from the ARMOR_DEFS record for quick reference.

What is the best way to look up an armor name using its ID in a simulation?

The best way to look up an armor name using its ID in a simulation is to query the armor definitions reference data. This provides the specific armor item name associated with the provided identifier.

Do I need a specific data record to accurately determine armor stats and damage reduction?

Yes, you need data from the ARMOR_DEFS record to accurately determine damage reduction and armor names. The skill relies on this predefined data table to successfully execute the armor stat retrieval.

Can I get the damage reduction for a specific armor piece like leather_armor?

Yes, you can get the damage reduction for a specific armor piece like leather_armor by querying the predefined data table with the item ID. The system returns the corresponding damage reduction percentage for that armor.

How does armor damage reduction work in game development reference data?

Armor damage reduction in game development reference data works by storing predefined percentages in a data table. When queried, the system retrieves these static values to calculate or reference combat outcomes in simulations.