This commit is contained in:
SoulliesOfficial
2025-12-11 17:25:49 -05:00
parent f7cab3e784
commit b54c5f796b
17 changed files with 113 additions and 36 deletions

View File

@@ -10,15 +10,15 @@ namespace Continentis.Mods.Basic.Buffs
{
Initialize(BuffType.Positive, BuffDispelLevel.Strong);
this.contentSubmodule = new ContentSubmodule(this, false)
this.contentSubmodule = new ContentSubmodule(this)
.AddParameterGetter("Stack", () => unitedStackSubmodule.stackAmount.ToString());
this.iconSubmodule = new IconSubmodule(this);
this.unitedStackSubmodule = new UnitedStackSubmodule(this, true, -1, stack, true);
this.coreAttributeSubmodule = new CoreAttributeSubmodule(this);
this.coreAttributeSubmodule.numericChange.Add("PhysicsDamageDealtOffset", stack);
this.generalAttributeSubmodule = new GeneralAttributeSubmodule(this);
this.generalAttributeSubmodule.numericChange.Add("PhysicsDamageDealtOffset", stack);
this.eventSubmodule = new EventSubmodule(this);
this.eventSubmodule.onDealAttack.Add("Sharpness", new PrioritizedAction<AttackResult>(atkRes =>

View File

@@ -140,11 +140,11 @@ MonoBehaviour:
index: 20
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
Value: 3
index: 21
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
Value: 3
index: 22
isKeyDuplicated: 0
- Key: Speed

View File

@@ -140,11 +140,11 @@ MonoBehaviour:
index: 20
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
Value: 3
index: 21
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
Value: 3
index: 22
isKeyDuplicated: 0
- Key: Speed

View File

@@ -140,11 +140,11 @@ MonoBehaviour:
index: 20
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
Value: 3
index: 21
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
Value: 3
index: 22
isKeyDuplicated: 0
- Key: Speed

View File

@@ -128,11 +128,11 @@ MonoBehaviour:
index: 17
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
Value: 3
index: 18
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
Value: 3
index: 19
isKeyDuplicated: 0
- Key: Speed