我说次元斩
This commit is contained in:
@@ -55,5 +55,18 @@ namespace Cielonos.MainGame.Inventory.Collections
|
||||
CustomFunction.PC_StringString p = rtFuncAnim.GetParams<CustomFunction.PC_StringString>();
|
||||
GenerateDisruptionSlash(p.str0, attackData[p.str1]);
|
||||
}
|
||||
|
||||
private void FAPF_GenerateCutStar(RuntimeFuncAnim rtFuncAnim)
|
||||
{
|
||||
vfxData.SpawnVFX("CutStar", player);
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
float timeInterval = 0.5f + 0.07f * i;
|
||||
player.selfTimeSm.AddLocalTimer(timeInterval, () =>
|
||||
{
|
||||
AudioManager.Post(AK.EVENTS.POLYCHROME_LIGHTATTACKSWING, player.gameObject);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user