意图初步
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3665151d5823cfb4990befbc8e4dbc62
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,27 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using Continentis.MainGame.Card;
|
||||
using Continentis.MainGame.Character;
|
||||
using Continentis.MainGame.Commands;
|
||||
using Continentis.Mods.Basic.Buffs;
|
||||
using SLSFramework.General;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Continentis.Mods.Basic.Cards
|
||||
{
|
||||
public class NecromanticInfusion : CardLogicBase
|
||||
{
|
||||
protected override List<CommandBase> PlayEffect(List<CharacterBase> targetList)
|
||||
{
|
||||
base.PlayEffect(targetList);
|
||||
|
||||
CommandGroup mainGroup = TargetListCommandGroup(targetList, ExecutionMode.Parallel, ExecutionMode.Parallel,
|
||||
new Cmd_ParamFunction<CharacterBase>(0.2f, target =>
|
||||
{
|
||||
Basic_SoulAbsorption buff = new Basic_SoulAbsorption(50);
|
||||
buff.Apply(target, user, this);
|
||||
}));
|
||||
|
||||
return new List<CommandBase> { mainGroup };
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 45fc6635536539b4eaeba839b4816238
|
||||
@@ -13,18 +13,32 @@ MonoBehaviour:
|
||||
m_Name: CardData_Basic_NecromanticInfusion
|
||||
m_EditorClassIdentifier:
|
||||
modName: Basic
|
||||
categoryName:
|
||||
className: NecromanticInfusion
|
||||
displayName: Card_Basic_NecromanticInfusion_DisplayName
|
||||
cardRarity: 40
|
||||
cardRarity: 30
|
||||
cardType: 10
|
||||
tags: []
|
||||
keywords:
|
||||
- TargetEnemies
|
||||
cardSprite: {fileID: 21300000, guid: 4319eef242cf5a94cace1528f74bfe42, type: 3}
|
||||
cardLayoutTags: []
|
||||
functionText: Card_Basic_NecromanticInfusion_FunctionText
|
||||
cardDescription: $Keyword("Exhaust"), Apply 50% Lifesteal amplification to all
|
||||
allies.
|
||||
baseWeight: 10
|
||||
cardDescription:
|
||||
baseWeight: 0
|
||||
variableAttributes:
|
||||
dictionaryList: []
|
||||
dictionaryList:
|
||||
- Key: TargetCount
|
||||
Value: 1
|
||||
index: 0
|
||||
isKeyDuplicated: 0
|
||||
- Key: StaminaCost
|
||||
Value: 2
|
||||
index: 1
|
||||
isKeyDuplicated: 0
|
||||
- Key: ManaCost
|
||||
Value: 0
|
||||
index: 2
|
||||
isKeyDuplicated: 0
|
||||
dividerPosProp: 0.5
|
||||
originalAttributes:
|
||||
dictionaryList: []
|
||||
Reference in New Issue
Block a user