卡牌更新
This commit is contained in:
@@ -62,14 +62,14 @@ namespace Continentis.Mods.Basic.Cards
|
||||
AttackTarget(target, GetTargetedFinalDamage(target, fireCtx), fireCtx);
|
||||
|
||||
int burnStacks = GetAttribute(BUFF_BURN_STACK);
|
||||
CreateCharacterBuff<Burn>(burnStacks).Apply(target, user);
|
||||
CreateCharacterBuff<Burn>(burnStacks).Apply(target, user, this);
|
||||
})
|
||||
));
|
||||
}
|
||||
|
||||
public override void ApplyAttributeChangesByCard()
|
||||
{
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Slash(DAMAGE_PHYSICS);
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Physics(DAMAGE_PHYSICS);
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Default(DAMAGE_FIRE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user