Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
174abaceadb3d389eee23c4445101fb38100bf21
crystall-punk-14/Content.Shared/_CP14/MagicSpell/Components/CP14MagicEffectStaminaCostComponent.cs

12 lines
329 B
C#
Raw Normal View History

Magic spells code expansion (#692) * split manacost in separate component * stamina spells * toggleable actions * swap activeCasting on ActiveDoAfter * remove dublication * Update CP14SharedMagicSystem.ToggleableActions.cs * EntityWoldTarget * mana glove done * fix spell scrolls interrupting * fix cooldown problem * clean up, edit stamina system
2025-01-04 21:35:59 +03:00
namespace Content.Shared._CP14.MagicSpell.Components;
/// <summary>
/// Restricts the use of this action, by spending stamina.
/// </summary>
serverization??? (#1457)
2025-06-21 20:51:07 +03:00
[RegisterComponent, Access(typeof(CP14SharedMagicSystem))]
Magic spells code expansion (#692) * split manacost in separate component * stamina spells * toggleable actions * swap activeCasting on ActiveDoAfter * remove dublication * Update CP14SharedMagicSystem.ToggleableActions.cs * EntityWoldTarget * mana glove done * fix spell scrolls interrupting * fix cooldown problem * clean up, edit stamina system
2025-01-04 21:35:59 +03:00
public sealed partial class CP14MagicEffectStaminaCostComponent : Component
{
[DataField]
public float Stamina = 0f;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 67ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API