Перейти к содержимому
Mineforgian

Spell Power Attributes

🔮 Spell Power entity attributes with related status effects and enchantments

Загрузки
5.0M
Подписчики
526
Обновлён
7 декабря 2025 г.
Лицензия
LGPL-3.0-only

Опубликован 23 декабря 2022 г.

Spell Power Attributes

Modloader Fabric API required Availability

Environment: Client Environment: Server Discord

☕️ Support me on Ko-Fi, if you like my project

🔮️ Features

This library introduces new Entity Attributes for powering magical abilities, for the following magic types (schools):

  • 🔮 Arcane
  • 🔥 Fire
  • ❄️ Frost
  • 💚 Healing
  • ⚡️ Lightning
  • 👻 Soul

(Note: the design intent is to stay native to Minecraft, but establish Warcraft like magic schools. So no classic 4 element schools are implemented, besides fire.)

The library offers an API to query spell damage of an entity (based on its attributes, status effects, enchantments), and provides critical strike chance and multiplier. Critical striking is completely rng based, powered by secondary attributes.

📦 Content

Entity Attributes:

  • Spell Power, one for each specific magic school (for example: spell_power:fire)
  • Spell critical chance (id: spell_power:critical_chance)
  • Spell critical damage (id: spell_power:critical_damage)
  • Spell haste (id: spell_power:haste), can be used to quicken spell casting or cooldowns

Status Effects:

  • One specifically for each introduced attribute, with a matching id (for example: spell_power:fire, spell_power:critical_chance)

(All status effects come with fancy icons 😍)

Enchantments:

  • Universal Spell Power (named: "Spell Power"), increasing all spell damage
  • School limited Spell Power (for example: "Sunfire", increasing arcane and fire damage)
  • Secondary attribute enchantments (for example: "Spell Critical Chance")
  • "Magic Protection" (totally symmetric to Projectile Protection, but for magic)

(All enchantments are fully configurable, and come with descriptions)

🔧 Configuration

Server side configuration can be found in the config directory, after running the game with the mod installed.

Ченджлог

1.4.6+1.21.1-neoforgeРелиз1.21, 1.21.1 · 7 декабря 2025 г.

1.4.6

  • Enchantment that require matching attributes can now be configured to disable this requirement
  • Fix unsafe check in enchantment logic
  • Update translations
1.4.6+1.21.1-fabricРелиз1.21, 1.21.1 · 7 декабря 2025 г.

1.4.6

  • Enchantment that require matching attributes can now be configured to disable this requirement
  • Fix unsafe check in enchantment logic
  • Update translations
1.4.5+1.21.1-neoforgeРелиз1.21, 1.21.1 · 27 ноября 2025 г.

1.4.5

  • Update translations
1.4.5+1.21.1-fabricРелиз1.21, 1.21.1 · 27 ноября 2025 г.

1.4.5

  • Update translations
1.4.4+1.21.1-fabricРелиз1.21, 1.21.1 · 10 ноября 2025 г.

1.4.4

  • Spell Volatility enchantment is now available for Weapons only
  • Spell Volatility and Amplify Spell enchantments are now mutually exclusive
  • Enchantment descriptions now have a trailing dot, to be consistent with vanilla enchantments
  • Add effect descriptions support
  • Add innate spell power bonus
1.4.4+1.21.1-neoforgeРелиз1.21, 1.21.1 · 10 ноября 2025 г.

1.4.4

  • Spell Volatility enchantment is now available for Weapons only
  • Spell Volatility and Amplify Spell enchantments are now mutually exclusive
  • Enchantment descriptions now have a trailing dot, to be consistent with vanilla enchantments
  • Add effect descriptions support
  • Add innate spell power bonus
1.4.3+1.21.1-fabricРелиз1.21, 1.21.1 · 17 октября 2025 г.

1.4.3

  • Improve thread safety (for NeoForge)
  • Retire attribute registration scope config, now everything is registered for LivingEntity
  • Update TinyConfig
1.4.3+1.21.1-neoforgeРелиз1.21, 1.21.1 · 17 октября 2025 г.

1.4.3

  • Improve thread safety (for NeoForge)
  • Retire attribute registration scope config, now everything is registered for LivingEntity
  • Update TinyConfig

Комментарии

Загружаем…