Now able to play Torture, has command order bug
This commit is contained in:
BIN
Assets/ExportedMods/Basic.umod
LFS
BIN
Assets/ExportedMods/Basic.umod
LFS
Binary file not shown.
@@ -1,6 +1,7 @@
|
|||||||
using Continentis.MainGame.Card;
|
using Continentis.MainGame.Card;
|
||||||
using Continentis.MainGame.Character;
|
using Continentis.MainGame.Character;
|
||||||
using Continentis.MainGame.Commands;
|
using Continentis.MainGame.Commands;
|
||||||
|
using MoreMountains.Tools;
|
||||||
using SLSFramework.General;
|
using SLSFramework.General;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
@@ -10,8 +11,9 @@ namespace Continentis.Mods.Basic.Cards
|
|||||||
{
|
{
|
||||||
protected override CommandBase PlayEffect(List<CharacterBase> targetList)
|
protected override CommandBase PlayEffect(List<CharacterBase> targetList)
|
||||||
{
|
{
|
||||||
CommandGroup mainGroup = new CommandGroup(ExecutionMode.Sequential, new Cmd_PlayAnimation(user.characterView, "Skill"));
|
CommandGroup mainGroup = user.deckSubmodule.DrawCards(1);
|
||||||
mainGroup.AddCommand(new Cmd_DrawCards(user.deckSubmodule, 1));
|
mainGroup.AddCommand(new Cmd_PlayAnimation(user.characterView, "Skill"));
|
||||||
|
|
||||||
//Todo: All enemy apply debuff
|
//Todo: All enemy apply debuff
|
||||||
return mainGroup;
|
return mainGroup;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
Key,English,Simplified Chinese,Traditional Chinese,Japanese,Korean,Vietnamese,Thai
|
Key,English,Simplified Chinese,Traditional Chinese,Japanese,Korean,Vietnamese,Thai
|
||||||
Card_Basic_Torture_DisplayName,Torture,<EFBFBD>Ü–<EFBFBD>,,,,,
|
Card_Basic_Torture_DisplayName,Torture,折磨,,,,,
|
||||||
Card_Basic_Torture_FunctionText,Test,??,,,,,
|
Card_Basic_Torture_FunctionText,Test,抽一张牌,并折磨程序员,,,,,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user