角色死亡

This commit is contained in:
SoulliesOfficial
2025-12-12 01:37:30 -05:00
parent b54c5f796b
commit 40660b41e0
19 changed files with 1147 additions and 26 deletions

View File

@@ -21,8 +21,8 @@ namespace Continentis.Mods.Basic.Cards
{
CommandGroup mainGroup = TargetListCommandGroup(targetList,
new Cmd_PlayAnimation(user.characterView, "Attack"),
new Cmd_PlaySFX("SFX_Basic_GeneralMeleeImpact").SetDelay(0.2f),
new Cmd_SpawnVFX("VFX_Basic_DefaultAttack").SetDelay(0.2f),
//new Cmd_PlaySFX("SFX_Basic_GeneralMeleeImpact").SetDelay(0.2f),
//new Cmd_SpawnVFX("VFX_Basic_DefaultAttack").SetDelay(0.2f),
new Cmd_ParamFunction<CharacterBase>(target => user.Attack(target, GetTargetedFinalDamage(target))));
foreach (CharacterBase protectTarget in CombatMainManager.Instance.characterController.GetAllAllies(user))