마나 분출
This commit is contained in:
parent
2253da055f
commit
1e7b2ea824
|
|
@ -45,11 +45,13 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: c5bb4aa1003b8af499df6ceb947f3f28, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
ColliderLayer: Actor
|
||||
m_Pierce: 1
|
||||
str_HitEffect:
|
||||
m_ShowTimeOverEffect: 1
|
||||
m_ProjectileHitChecker: {fileID: 4295334195928427598}
|
||||
lifeTime: 2
|
||||
gap: 0.3
|
||||
lifeTime: 1
|
||||
gap: 0.1
|
||||
size: {x: 1, y: 1, z: 1}
|
||||
--- !u!1 &9081528455419675309
|
||||
GameObject:
|
||||
|
|
@ -34623,6 +34625,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
Off_OnlyThisObj_byHit: 0
|
||||
NoDMG: 0
|
||||
--- !u!199 &8992201103511036877
|
||||
ParticleSystemRenderer:
|
||||
serializedVersion: 6
|
||||
|
|
|
|||
|
|
@ -84,11 +84,11 @@ public class Skill_ManaBurst : ProjectileBase
|
|||
|
||||
while (Ltime > 0f)
|
||||
{
|
||||
yield return new WaitForSeconds(TotalGap);
|
||||
Ltime -= TotalGap;
|
||||
box.enabled = true;
|
||||
yield return null;
|
||||
box.enabled = false;
|
||||
yield return new WaitForSeconds(TotalGap);
|
||||
}
|
||||
Off(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue