Faith
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
using Continentis.MainGame.Card;
|
||||
using Continentis.MainGame.Character;
|
||||
using Continentis.MainGame.Commands;
|
||||
using SLSFramework.General;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -11,7 +12,8 @@ namespace Continentis.Mods.Basic.Cards.Cleric
|
||||
{
|
||||
protected override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
return base.PlayEffect(targetList);
|
||||
CommandGroup mainGroup = user.deckSubmodule.DrawCards(GetAttribute("DrawCount"));
|
||||
return new List<CommandBase> { mainGroup };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ Card_Basic_FreedomOfMovement_FunctionText,TODO,,,,,,
|
||||
Card_Basic_SpiritGuardian_DisplayName,Spirit Guardian,灵体卫士,,,,,
|
||||
Card_Basic_SpiritGuardian_FunctionText,TODO,,,,,,
|
||||
Card_Basic_Faith_DisplayName,Faith,信仰,,,,,
|
||||
Card_Basic_Faith_FunctionText,TODO,,,,,,
|
||||
Card_Basic_Faith_FunctionText,TODO,$Keyword("Exhaustible"): $Attribute("ExhaustibleCount")\n抽$Attribute("DrawCount")张牌。,,,,,
|
||||
Card_Basic_DivinePunishment_DisplayName,Divine Punishment,神圣惩击,,,,,
|
||||
Card_Basic_DivinePunishment_FunctionText,TODO,,,,,,
|
||||
Card_Basic_DivineProtection_DisplayName,Divine Protection,神圣守护,,,,,
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 3 and column 170.
|
Reference in New Issue
Block a user