diff --git a/src/lib/components/faith/FireEffect.svelte b/src/lib/components/faith/FireEffect.svelte index 90934b0..55384e8 100644 --- a/src/lib/components/faith/FireEffect.svelte +++ b/src/lib/components/faith/FireEffect.svelte @@ -3,9 +3,10 @@ interface Props { holy?: boolean; burst?: boolean; + fire ?: boolean; } - let { holy = false, burst = false }: Props = $props(); + let { holy = false, burst = false, fire = false}: Props = $props(); const burstParticles = [ { x: 10, y: 0, size: 8, delay: 0, dur: 1.6 }, @@ -52,22 +53,22 @@ {:else}
-
+ {#if fire}
{/if}
-
+ {#if fire}
{/if}
-
+ {#if fire}
{/if}
-
+ {#if fire}
{/if}
{/if} diff --git a/src/lib/components/faith/StreakAura.svelte b/src/lib/components/faith/StreakAura.svelte index adeac5e..bcc739e 100644 --- a/src/lib/components/faith/StreakAura.svelte +++ b/src/lib/components/faith/StreakAura.svelte @@ -54,11 +54,11 @@ {#if phase >= 2} - =4} /> + =4} fire={phase>=3}/> {/if} {#if showBurst} - =4} burst /> + =4} burst fire={phase>=3}/> {/if} {value}