卡牌更新
This commit is contained in:
@@ -76,9 +76,9 @@ namespace Continentis.Mods.Basic.Cards
|
||||
public override void ApplyAttributeChangesByCard()
|
||||
{
|
||||
// 主伤害:奥术加成写入 Damage_Main
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Arcane(DAMAGE_MAIN);
|
||||
// 溅射伤害:奥术加成写入 Damage_Others(数值由卡牌数据配置)
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Arcane(DAMAGE_OTHERS);
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Magic(DAMAGE_MAIN);
|
||||
// 溅射伤害:魔法加成写入 Damage_Others(数值由卡牌数据配置)
|
||||
LogicComponent<CardLogicComponent_Attack>().SetDamage_Magic(DAMAGE_OTHERS);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user