From 2b0a985fc1652b2d05e24e9232f992a083157d36 Mon Sep 17 00:00:00 2001 From: Pedro Gomes Date: Wed, 1 Oct 2025 20:08:44 +0100 Subject: [PATCH] update some effects --- .../SunDragon/SunDragon_MeteorShower_BurnEffect.asset | 6 ++++-- .../Slash/AngrySkellyBoss_Slash_BleedEffect.asset | 8 +++++--- .../Throw/Boss_Mage_PutridOrb_PoisonEffect.asset | 8 +++++--- .../Boss_Mage_PoisonousPool_PoisonEffect.asset | 8 +++++--- .../NPC/Mage/Throw/Basic_PutridOrb_PoisonEffect.asset | 8 +++++--- .../NPC/Skelly/Slash/Basic_Slash_BleedEffect.asset | 8 +++++--- .../OrcGrunt_Boss_WhirlingAxes_BleedEffect.asset | 8 +++++--- .../-Extras/Human/Human_SwordArt_BleedEffect.asset | 9 +++++---- .../1-AxeThrow/Barb_AxeThrow_BleedEffect.asset | 8 +++++--- .../Knight_ShiningLight_BurnOverTimeEffectStack.asset | 9 +++++---- .../Knight_Judgement_BurnOverTimeEffectStack.asset | 6 ++++-- .../Knight_Consecration_BurnOverTimeEffectStack.asset | 6 ++++-- .../Mage_DragonBreath_BurnOverTimeEffectStack.asset | 7 ++++--- .../Necro_Soulfire_BurnOverTimeEffectStack.asset | 7 ++++--- ...ogue_KnifeThrow_SingleProjectile_BleedEffect.asset | 9 +++++---- .../2-Vampire_BatSwarm_BleedEffect_Attack.asset | 8 +++++--- ...loodVacuum_BleedEffect_Attack_SecondaryScale.asset | 8 +++++--- .../Player/Werewolf/1-Werewolf_Claw_BleedEffect.asset | 11 ++++++----- .../Player/Werewolf/1-Werewolf_Rake_BleedEffect.asset | 11 ++++++----- .../Werewolf/1-Werewolf_TearDown_BleedEffect.asset | 11 ++++++----- .../Resources/Effects/StatusEffects/BasicBurn.asset | 2 +- 21 files changed, 99 insertions(+), 67 deletions(-) diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/--Dragons/SunDragon/SunDragon_MeteorShower_BurnEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/--Dragons/SunDragon/SunDragon_MeteorShower_BurnEffect.asset index 2a955ad3..f12601b2 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/--Dragons/SunDragon/SunDragon_MeteorShower_BurnEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/--Dragons/SunDragon/SunDragon_MeteorShower_BurnEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 baseDamagePerTick: 100 - tickRate: 1 - damageType: 0 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/AngrySkellyBoss/Slash/AngrySkellyBoss_Slash_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/AngrySkellyBoss/Slash/AngrySkellyBoss_Slash_BleedEffect.asset index 592bc816..e1963231 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/AngrySkellyBoss/Slash/AngrySkellyBoss_Slash_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/AngrySkellyBoss/Slash/AngrySkellyBoss_Slash_BleedEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.02 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Throw/Boss_Mage_PutridOrb_PoisonEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Throw/Boss_Mage_PutridOrb_PoisonEffect.asset index 82c7c76a..f7ce985f 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Throw/Boss_Mage_PutridOrb_PoisonEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Throw/Boss_Mage_PutridOrb_PoisonEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0.02 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 1 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 7 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Ultimate/Boss_Mage_PoisonousPool_PoisonEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Ultimate/Boss_Mage_PoisonousPool_PoisonEffect.asset index d94f4d2e..35313cec 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Ultimate/Boss_Mage_PoisonousPool_PoisonEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Boss/SkellyMageBoss/Ultimate/Boss_Mage_PoisonousPool_PoisonEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0.05 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 1 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 7 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Mage/Throw/Basic_PutridOrb_PoisonEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Mage/Throw/Basic_PutridOrb_PoisonEffect.asset index d8d6d79e..eec5d672 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Mage/Throw/Basic_PutridOrb_PoisonEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Mage/Throw/Basic_PutridOrb_PoisonEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0.015 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 0.25 - tickRate: 1 - damageType: 1 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 7 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Slash/Basic_Slash_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Slash/Basic_Slash_BleedEffect.asset index 293f1bd0..d7ffc221 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Slash/Basic_Slash_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Slash/Basic_Slash_BleedEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.015 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 0.25 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Throw/OrcGrunt_Boss_WhirlingAxes_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Throw/OrcGrunt_Boss_WhirlingAxes_BleedEffect.asset index 416bed7f..4b65798f 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Throw/OrcGrunt_Boss_WhirlingAxes_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/NPC/Skelly/Throw/OrcGrunt_Boss_WhirlingAxes_BleedEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.02 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/-Extras/Human/Human_SwordArt_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/-Extras/Human/Human_SwordArt_BleedEffect.asset index cd677833..9b5a6ce4 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/-Extras/Human/Human_SwordArt_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/-Extras/Human/Human_SwordArt_BleedEffect.asset @@ -19,9 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.67 duration: 3 - canApplyMultipleInstances: 0 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Barbarian/1-AxeThrow/Barb_AxeThrow_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Barbarian/1-AxeThrow/Barb_AxeThrow_BleedEffect.asset index d4753f14..f30e6230 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Barbarian/1-AxeThrow/Barb_AxeThrow_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Barbarian/1-AxeThrow/Barb_AxeThrow_BleedEffect.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.1 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/2-ShiningLightEffects/Knight_ShiningLight_BurnOverTimeEffectStack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/2-ShiningLightEffects/Knight_ShiningLight_BurnOverTimeEffectStack.asset index 226fc66c..f9a86cff 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/2-ShiningLightEffects/Knight_ShiningLight_BurnOverTimeEffectStack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/2-ShiningLightEffects/Knight_ShiningLight_BurnOverTimeEffectStack.asset @@ -23,9 +23,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.005 duration: 3 - canApplyMultipleInstances: 0 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 0.5 - damageType: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/3-JudgementEffects/Knight_Judgement_BurnOverTimeEffectStack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/3-JudgementEffects/Knight_Judgement_BurnOverTimeEffectStack.asset index a8e820b6..fb859b03 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/3-JudgementEffects/Knight_Judgement_BurnOverTimeEffectStack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/3-JudgementEffects/Knight_Judgement_BurnOverTimeEffectStack.asset @@ -23,8 +23,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.012 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 baseDamagePerTick: 0.5 - tickRate: 0.5 - damageType: 0 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/C-ConsecrationEffects/Knight_Consecration_BurnOverTimeEffectStack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/C-ConsecrationEffects/Knight_Consecration_BurnOverTimeEffectStack.asset index a63fe969..3e85dca2 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/C-ConsecrationEffects/Knight_Consecration_BurnOverTimeEffectStack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Knight/C-ConsecrationEffects/Knight_Consecration_BurnOverTimeEffectStack.asset @@ -23,8 +23,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0.01 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 baseDamagePerTick: 0.5 - tickRate: 0.5 - damageType: 0 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Mage/3-DragonBreath/Mage_DragonBreath_BurnOverTimeEffectStack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Mage/3-DragonBreath/Mage_DragonBreath_BurnOverTimeEffectStack.asset index 517781de..a305b365 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Mage/3-DragonBreath/Mage_DragonBreath_BurnOverTimeEffectStack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Mage/3-DragonBreath/Mage_DragonBreath_BurnOverTimeEffectStack.asset @@ -19,9 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 918ee6f8846e6a9449166ac16b6330ae, type: 2} percentInfluence: 0.2 duration: 3 - canApplyMultipleInstances: 0 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 baseDamagePerTick: 0.5 - tickRate: 0.5 - damageType: 0 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Necromancer/Soulfire/Necro_Soulfire_BurnOverTimeEffectStack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Necromancer/Soulfire/Necro_Soulfire_BurnOverTimeEffectStack.asset index 6bbfe0d8..bda2ae32 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Necromancer/Soulfire/Necro_Soulfire_BurnOverTimeEffectStack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Necromancer/Soulfire/Necro_Soulfire_BurnOverTimeEffectStack.asset @@ -21,9 +21,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 4242916f0b1bf6e4e8a04bce7028b3f4, type: 2} percentInfluence: 0.01 duration: 3 - canApplyMultipleInstances: 0 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 + chanceToApply: 100 + defaultNumberOfStacks: 1 baseDamagePerTick: 0.5 - tickRate: 0.5 - damageType: 0 + damageType: 2 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Rogue/2-Knifes/Rogue_KnifeThrow_SingleProjectile_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Rogue/2-Knifes/Rogue_KnifeThrow_SingleProjectile_BleedEffect.asset index 302fd87e..b6156e27 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Rogue/2-Knifes/Rogue_KnifeThrow_SingleProjectile_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Rogue/2-Knifes/Rogue_KnifeThrow_SingleProjectile_BleedEffect.asset @@ -19,9 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.2 duration: 3 - canApplyMultipleInstances: 0 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/BatSwarm/2-Vampire_BatSwarm_BleedEffect_Attack.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/BatSwarm/2-Vampire_BatSwarm_BleedEffect_Attack.asset index 1fafbb16..0774c5bf 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/BatSwarm/2-Vampire_BatSwarm_BleedEffect_Attack.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/BatSwarm/2-Vampire_BatSwarm_BleedEffect_Attack.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.15 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 2 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/C-Vampire_BloodVacuum_BleedEffect_Attack_SecondaryScale.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/C-Vampire_BloodVacuum_BleedEffect_Attack_SecondaryScale.asset index 4ef019a1..bb8979b3 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/C-Vampire_BloodVacuum_BleedEffect_Attack_SecondaryScale.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Vampire/-Effects_v2/C-Vampire_BloodVacuum_BleedEffect_Attack_SecondaryScale.asset @@ -19,8 +19,10 @@ MonoBehaviour: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.05 duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 1 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Claw_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Claw_BleedEffect.asset index 0d29e147..20c26feb 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Claw_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Claw_BleedEffect.asset @@ -18,10 +18,11 @@ MonoBehaviour: influencingStats: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.66 - duration: 5 - canApplyMultipleInstances: 0 + duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 0.5 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Rake_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Rake_BleedEffect.asset index 7531ea26..7f77c338 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Rake_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_Rake_BleedEffect.asset @@ -18,10 +18,11 @@ MonoBehaviour: influencingStats: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.77 - duration: 5 - canApplyMultipleInstances: 0 + duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 0.5 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_TearDown_BleedEffect.asset b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_TearDown_BleedEffect.asset index b2477d74..1b849035 100644 --- a/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_TearDown_BleedEffect.asset +++ b/Assets/Scriptables/Data/Resources/Effects/Debug/Player/Werewolf/1-Werewolf_TearDown_BleedEffect.asset @@ -18,10 +18,11 @@ MonoBehaviour: influencingStats: - statTag: {fileID: 11400000, guid: 09eb68d1a036a1643b74420197b999bd, type: 2} percentInfluence: 0.88 - duration: 5 - canApplyMultipleInstances: 0 + duration: 3 + stackingRule: 0 applyToTargetsHit: 1 applyToSelf: 0 - baseDamagePerTick: 1 - tickRate: 0.5 - damageType: 2 + chanceToApply: 100 + defaultNumberOfStacks: 1 + baseDamagePerTick: 0.5 + damageType: 5 diff --git a/Assets/Scriptables/Data/Resources/Effects/StatusEffects/BasicBurn.asset b/Assets/Scriptables/Data/Resources/Effects/StatusEffects/BasicBurn.asset index 4ece8580..985232a0 100644 --- a/Assets/Scriptables/Data/Resources/Effects/StatusEffects/BasicBurn.asset +++ b/Assets/Scriptables/Data/Resources/Effects/StatusEffects/BasicBurn.asset @@ -20,5 +20,5 @@ MonoBehaviour: applyToSelf: 0 chanceToApply: 100 defaultNumberOfStacks: 1 - baseDamagePerTick: 1 + baseDamagePerTick: 0.5 damageType: 2