promotional bannermobile promotional banner

Fundamental Principles - Iron's Spells Addon

Adds mechanics, balance and progression to the Iron's Spells n Spellbooks magic system.

File Details

ypfundamentals-0.0.4.jar

  • B
  • Oct 9, 2025
  • 341.06 KB
  • 31
  • 1.21.1
  • NeoForge

File Name

ypfundamentals-0.0.4.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:fundamental-principles-1347399:7085305"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Nerfed exhaustion reduction formula based on spell power and school spell power 
    • Continuous cast: (level + manaUsed) / (4 * spellPower * schoolSpellPower)
    • Normal cast: (level / 2) + (manaUsed / (3 * spellPower * schoolSpellPower))
    • If the value of school spell power or spell power is 0 or less:
      • Continuous cast: (level + manaUsed)
      • Normal cast: (level / 2) + (manaUsed)
  • The formula now doesn't work with the highest value among all schools, but instead uses the spell power value corresponding to the cast spell's school. This makes each armor or set of a specific school give less exhaustion. accumulation when casting spells of the same school.
  • Hemomancer attack animation has been slightly modified.
  • Fixed exhaustion reduction bugs with consumables like mana fruit.

 

  • Star Alignment has updated visual and sound effects more related to the theme:
    • Added camera shake from Iron's Spells mod libraries.
    • Modified particles.
    • Modified sound.
    • Added a particle based on the Orion constellation, planning to add more constellation variants.
  • Increased Star Alignment exhaustion reduction 40→50