DataEditor & StorySystem Graph
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 9a4129cdd7011ca46b83d8c17d9f3623, type: 3}
|
||||
m_Name: CardData
|
||||
m_EditorClassIdentifier: GameAPI::Continentis.MainGame.Card.CardData
|
||||
modName: Basic
|
||||
categoryName:
|
||||
className: ArcaneMissiles
|
||||
displayName: Card_Basic_ArcaneMissiles_DisplayName
|
||||
cardRarity: 0
|
||||
cardType: 0
|
||||
keywords: []
|
||||
cardSprite: {fileID: 0}
|
||||
cardLayoutTags: []
|
||||
functionText: Card_Basic_ArcaneMissiles_FunctionText
|
||||
cardDescription:
|
||||
baseWeight: 1
|
||||
variableAttributes:
|
||||
dictionaryList: []
|
||||
dividerPosProp: 0.5
|
||||
originalAttributes:
|
||||
dictionaryList: []
|
||||
dividerPosProp: 0.5
|
||||
runtimeCurrentAttributes:
|
||||
dictionaryList: []
|
||||
dividerPosProp: 0.5
|
||||
upgradeNode:
|
||||
sourceCard: {fileID: 0}
|
||||
isTerminalNode: 0
|
||||
isInfiniteUpgrade: 0
|
||||
maxUpgradeLevel: 0
|
||||
upgradeCards: []
|
||||
customDescriptions: []
|
||||
prefabRefs: []
|
||||
derivativeCardDataRefs: []
|
||||
derivativeCharacterDataRefs: []
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e219fcd155266f34abcddb68fb199193
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -13,13 +13,14 @@ MonoBehaviour:
|
||||
m_Name: CardData_Basic_Cohesion
|
||||
m_EditorClassIdentifier:
|
||||
modName: Basic
|
||||
categoryName: General.Skills
|
||||
className: Cohesion
|
||||
displayName: Card_Basic_Cohesion_DisplayName
|
||||
cardRarity: 20
|
||||
cardType: 10
|
||||
tags:
|
||||
- TargetSelf
|
||||
keywords: []
|
||||
cardSprite: {fileID: 21300000, guid: b07c10d1954a22246bac8ce4e1435846, type: 3}
|
||||
cardLayoutTags: []
|
||||
functionText: Card_Basic_Cohesion_FunctionText
|
||||
cardDescription:
|
||||
baseWeight: 1
|
||||
|
||||
@@ -13,13 +13,14 @@ MonoBehaviour:
|
||||
m_Name: CardData_Basic_FightingInspiration
|
||||
m_EditorClassIdentifier: Assembly-CSharp::Continentis.MainGame.Card.CardData
|
||||
modName: Basic
|
||||
categoryName: General.Skills
|
||||
className: FightingInspiration
|
||||
displayName: Card_Basic_FightingInspiration_DisplayName
|
||||
cardRarity: 20
|
||||
cardType: 10
|
||||
tags:
|
||||
- TargetSelf
|
||||
keywords: []
|
||||
cardSprite: {fileID: 21300000, guid: 4ba23069b5c59e448a6aa73cfb3bcabc, type: 3}
|
||||
cardLayoutTags: []
|
||||
functionText: Card_Basic_FightingInspiration_FunctionText
|
||||
cardDescription:
|
||||
baseWeight: 1
|
||||
|
||||
@@ -7,7 +7,7 @@ using Continentis.MainGame.Commands;
|
||||
using SLSFramework.General;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Continentis.Mods.Basic.Cards
|
||||
namespace Continentis.Mods.Basic.Cards.General.Skills
|
||||
{
|
||||
public class Cohesion : CardLogicBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user