尝试修改丢text的情况
This commit is contained in:
@@ -27,7 +27,7 @@ MonoBehaviour:
|
||||
intentionIconKeys: []
|
||||
intentionValueNames: []
|
||||
intentionTextOverride:
|
||||
baseWeight: 1
|
||||
baseWeight: 0
|
||||
variableAttributes:
|
||||
dictionaryList:
|
||||
- Key: TargetCount
|
||||
@@ -42,7 +42,7 @@ MonoBehaviour:
|
||||
Value: 0
|
||||
index: 2
|
||||
isKeyDuplicated: 0
|
||||
- Key: BuffStack
|
||||
- Key: BuffStack_KnifeTrick
|
||||
Value: 4
|
||||
index: 3
|
||||
isKeyDuplicated: 0
|
||||
|
||||
@@ -11,10 +11,10 @@ namespace Continentis.Mods.Basic.Cards.Assassin
|
||||
public override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
CommandGroup mainGroup = new CommandGroup(ExecutionMode.Sequential,
|
||||
new Cmd_PlayAnimation(user.characterView, "Skill"),
|
||||
new Cmd_PlayAnimation(user.characterView, "Action"),
|
||||
new Cmd_Function(() =>
|
||||
{
|
||||
CreateCharacterBuff<Buffs.KnifeTrick>(GetAttribute("BuffStack")).Apply(user, user, this);
|
||||
CreateCharacterBuff<Buffs.KnifeTrick>(GetAttribute("BuffStack_KnifeTrick")).Apply(user, user, this);
|
||||
}));
|
||||
|
||||
return new List<CommandBase> { mainGroup };
|
||||
|
||||
Reference in New Issue
Block a user