Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
Puffish Power Scale
Puffish Power Scale adds a Puffish Skills level function to Silent's Power Scale expressions.
It does not calculate mob difficulty itself. Power Scale remains responsible for formulas, caps, dimension values, player weighting, and attribute scaling.
What it adds
This addon registers one Power Scale expression function:
PUFFISH_SKILL_LEVEL(radius)
In Power Scale local-difficulty expressions, it returns the highest configured Puffish Skills experience level among players within the given horizontal radius of the evaluated mob position.
Example Power Scale config usage:
[difficulty.local_difficulty.parts]
from_players = "PUFFISH_SKILL_LEVEL(256)"
The returned value is the raw Puffish Skills experience level. If your pack wants to divide, cap, blend it with dimension baselines, or combine it with Power Scale's built-in functions, write that formula in Power Scale's config.
When a Power Scale expression is evaluated with a player variable, PUFFISH_SKILL_LEVEL() returns that player's configured Puffish Skills experience level.
Addon config
The addon config is config/puffish_power_scale-common.toml.
enabled: enables or disables the expression function.categoryIds: Puffish Skills category IDs to read. The highest level wins. Leave it empty to scan all Puffish Skills categories that have experience.
Default category:
puffish_skills:combat
This matches the Combat tree from the Pufferfish's Skills default skill-tree pack. Add more category IDs, or leave the list empty to use the highest experience level from any available Puffish Skills category.
Requirements
- Minecraft 1.21.1
- NeoForge
- Puffish Skills
- Silent's Power Scale
- Silent Lib


