引雷标记extender
This commit is contained in:
@@ -44,6 +44,7 @@ namespace Cielonos.MainGame.Inventory.Collections
|
||||
|
||||
NormalArea lightning = vfxData.SpawnVFX(vfxName, player).GetComponentInChildren<NormalArea>();
|
||||
lightning.Initialize<NormalArea>(player, this, Fraction.Enemy)
|
||||
.SetTargetFilter<NormalArea>(candidate => candidate == target)
|
||||
.SetAttackSubmodule<NormalArea>(attackUnit)
|
||||
.SetTimeSubmodule<NormalArea>(2f, 0.1f, 0.04f)
|
||||
.SetHitSubmodule<NormalArea>();
|
||||
|
||||
Reference in New Issue
Block a user