测试
This commit is contained in:
@@ -17,15 +17,14 @@ namespace Continentis.Mods.Basic.Cards
|
||||
|
||||
protected override CommandBase PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
base.PlayEffect(targetList);
|
||||
|
||||
CommandGroup mainGroup = TargetListCommandGroup(targetList, ExecutionMode.Sequential, ExecutionMode.Parallel,
|
||||
CommandGroup mainGroup = TargetListCommandGroup(targetList,
|
||||
ExecutionMode.Sequential,
|
||||
ExecutionMode.Sequential,
|
||||
new Cmd_PlayAnimation(user.characterView, "Attack"),
|
||||
new Cmd_ParamFunction<CharacterBase>(0.1f, target =>
|
||||
{
|
||||
user.Attack(target, GetFinalDamage(target));
|
||||
Weak buff = new Weak(GetAttribute("WeaknessLayer"));
|
||||
buff.Apply(target, user, this);
|
||||
CreateCharacterBuff<Weak>().Apply(target, user, this);
|
||||
}));
|
||||
|
||||
return mainGroup;
|
||||
|
||||
Reference in New Issue
Block a user