modding-doc-scaling

Guide modders to configure world and monster scaling via doc references.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Reign-software/hyforged --skill modding-doc-scaling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: modding-doc-scaling
Source: https://github.com/Reign-software/hyforged/tree/main/.github/skills/modding-doc-scaling
Command: npx skills add https://github.com/Reign-software/hyforged --skill modding-doc-scaling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a concise, high-level reference to Modding_Doc/Scaling so modders can implement world and monster scaling consistently without hunting through multiple documents.

Core Features & Use Cases

  • Reference guidance: links to the full Modding_Doc/Scaling README and schema details.
  • Incremental config guidance: shows where to place WorldScaling and MonsterScaling configs under src/main/resources/Server/<YourMod>/Combat/.
  • Validation guidance: mentions using MonsterScalingService and in-game testing to verify changes.

Quick Start

Follow the Modding_Doc/Scaling guidance to configure world and monster scaling for your mod.

Frequently Asked Questions about modding-doc-scaling

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

FAQPage Schema
How do I configure monster and world scaling for my game mod?

To configure monster and world scaling, place your WorldScaling and MonsterScaling configs under src/main/resources/Server/<YourMod>/Combat/ and reference the Modding_Doc/Scaling schema for correct data-driven setup.

Where should I put scaling configuration files in my modding project?

Scaling configuration files belong under src/main/resources/Server/<YourMod>/Combat/ to ensure the server correctly loads your WorldScaling and MonsterScaling data during gameplay.

What is the data-driven approach to monster scaling configuration?

A data-driven monster scaling approach uses schema references from the Modding_Doc/Scaling documentation to define config placement and validate changes through the MonsterScalingService.

How do I validate world scaling changes after updating my mod configs?

Validate world scaling changes by running the MonsterScalingService and conducting in-game testing to verify that your configuration modifications apply correctly to the live environment.

Can I use this scaling reference for mods without hunting through multiple docs?

Yes, this scaling reference consolidates Modding_Doc/Scaling details into a concise guide, eliminating the need to hunt through multiple documents to implement consistent world and monster scaling.