コード例 #1
0
 //[ATK] Hero Emblem [SUPP] Until the end of this combat, the number of Orbs that your <Red> attacking unit's attack will destroy becomes 2.
 public override void ActivateAttackSupportSkill()
 {
     AbilitySupport.HeroEmblem(CipherData.ColorsEnum.Red);
 }
コード例 #2
0
 //[ATK] Attack Emblem [SUPP] Until the end of this combat, your attacking unit gains +20 attack.
 public override void ActivateAttackSupportSkill()
 {
     AbilitySupport.AttackEmblem();
 }
コード例 #3
0
 //[DEF] Miracle Emblem [SUPP] Until the end of this combat, your opponent's attacking unit cannot perform a Critical Hit.
 public override void ActivateDefenseSupportSkill()
 {
     AbilitySupport.MiracleEmblem();
 }