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

RPG_SkillPower

RPG_SkillPower for SpellEngine

Загрузки
916
Подписчики
2
Обновлён
20 марта 2025 г.
Лицензия
MIT

Опубликован 27 февраля 2025 г.

Similar to the RPGMana,This mod adds a bunch of attributes related to SkillPower, including "SkillPower Regen" , "SkillPower Cost" and "Sp regen per attack".

Compared to RPGMana,This mod doesn't have much content, with its core mechanic being that players can restore SP equal to the "Sp regen per attack" attribute value when attacking.

For Spell Engine devs: In order to give your spell a dedicated SP cost, designate a value in the config in "rpgsp/server.json5" and remember to assign a cost item to your Spell.If you want your spells to consume only SP or Mana, add them to the "blacklist_spell_casting_regex" array in the corresponding server.json5 configuration file.

I developed this mod for my modpack based on the code from RPGMana (with credit to cleanrooster for sharing the source code). It has been tested to work alongside RPGMana, and I plan to expand on it with more features in future updates.hope this mod is helpful to you.

Starting from version 1.0.1, this mod requires RPGMana as a dependency and allows creating spells that consume both Mana and SP simultaneously.

Ченджлог

1.0.4Релиз1.20.1 · 20 марта 2025 г.

Taking damage no longer reduces SP.

1.0.3Релиз1.20.1 · 17 марта 2025 г.

You can now adjust the Basic SP Regen Per Attack in the server configuration file. Adjusted the default Base SP and SP Regen for players.

1.0.2Релиз1.20.1 · 12 марта 2025 г.

You can now adjust the SP bar position in the client configuration file. Make sure to delete the old configuration file so that a new one can be generated upon launch.

1.0.1Релиз1.20.1 · 5 марта 2025 г.

This version requires RPGMana 1.0.8.2 as a dependency. By default, the SP and Mana bars no longer overlap each other. bar

Additionally, it now allows registering spells that consume both SP and Mana simultaneously.

To register a spell that consumes both SP and Mana, follow these steps:

  1. Blacklist Configuration: Add the spell id to the "blacklist_spell_casting_regex" field in the server.json configuration files of both mods (rpgmana and rpgsp).
  2. Whitelist Configuration: Add the same spell id to the "whitelist_spell_casting_regex" field in the server.json file of the rpgsp mod.
  3. Custom Resource Costs: Specify the SP and Mana consumption values for your spell in the respective server.json files under dedicated fields.
1.0.0Релиз1.20.1 · 27 февраля 2025 г.

First version

Комментарии

Загружаем…