Try add character

Try add character, has error
This commit is contained in:
FrazeRIP
2025-11-04 00:11:29 -06:00
parent abc540809f
commit f64f25edcf
128 changed files with 2563 additions and 1018 deletions

6
.vsconfig Normal file
View File

@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

Binary file not shown.

View File

@@ -15,6 +15,8 @@ MonoBehaviour:
playerCharacters:
- CharacterData_Basic_Knight
- CharacterData_Basic_Mage
- CharacterData_Basic_Assassin
- CharacterData_Basic_Cleric
enemyCharacters:
- CharacterData_Basic_MarshalOfTheUnderworld
- CharacterData_Basic_MarshalOfTheUnderworld

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 43455d45ee8719041bbc6663ee7575e9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,58 @@
%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_Basic_Torture
m_EditorClassIdentifier: Assembly-CSharp::Continentis.MainGame.Card.CardData
modName: Basic
className: Torture
displayName: Card_Basic_Torture_DisplayName
cardRarity: 20
cardType: 10
keywords:
- TargetSelf
cardSprite: {fileID: 21300000, guid: 38466aa09b7b3dc468a47c6ca7251524, type: 3}
cardLayoutTags: []
functionText: Card_Basic_Torture_FunctionText
cardDescription:
baseWeight: 1
variableAttributes:
dictionaryList:
- Key: TargetCount
Value: 0
index: 0
isKeyDuplicated: 0
- Key: StaminaCost
Value: 0
index: 1
isKeyDuplicated: 0
- Key: ManaCost
Value: 0
index: 2
isKeyDuplicated: 0
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:
- CardData_Basic_Strike
derivativeCharacterDataRefs: []

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e4a74f213c8fe584b9d74dd14ac3dfdb
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ac427836dfa8db64a8a4344dc0b8c3a8
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,24 @@
using Continentis.MainGame.Card;
using Continentis.MainGame.Character;
using Continentis.MainGame.Commands;
using SLSFramework.General;
using System.Collections.Generic;
namespace Continentis.Mods.Basic.Cards
{
public class Torture : CardLogicBase
{
protected override CommandBase PlayEffect(List<CharacterBase> targetList)
{
CommandGroup mainGroup = TargetListCommandGroup(targetList,
new Cmd_PlayAnimation(user.characterView, "Skill"),
new Cmd_ParamFunction<CharacterBase>(0.1f, target =>
{
user.deckSubmodule.DrawCards(1);
//Todo: Apply debuff
}));
return base.PlayEffect(targetList);
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 6fe3c768a2ec2fc4b8d807f4d3c2e3c5

View File

@@ -1,10 +1,9 @@
using System.Collections.Generic;
using Continentis.MainGame;
using Continentis.MainGame.Card;
using Continentis.MainGame.Character;
using Continentis.MainGame.Commands;
using SLSFramework.General;
using UnityEngine;
using System.Collections.Generic;
namespace Continentis.Mods.Basic.Cards
{

View File

@@ -0,0 +1,844 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &368604837174920766
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4504426536338389288}
m_Layer: 8
m_Name: FireMuzzle
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4504426536338389288
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 368604837174920766}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.6875, y: 0.375, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6170786196050610073}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1290736757824860230
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1290736757824860281}
- component: {fileID: 1290736757824860283}
- component: {fileID: 8562833155081025220}
m_Layer: 8
m_Name: CharacterMain
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1290736757824860281
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1290736758745722489}
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &1290736757824860283
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: a13178b2a1bae7948bed394db00a4fae, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!82 &8562833155081025220
AudioSource:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
m_Enabled: 1
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 0}
m_audioClip: {fileID: 0}
m_Resource: {fileID: 8300000, guid: a134bd44be3c26f438481884c3c47389, type: 3}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
reverbZoneMixCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!1 &1290736758745722438
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1290736758745722489}
- component: {fileID: 1290736758745722490}
- component: {fileID: 1290736758745722491}
- component: {fileID: 1290736758745722488}
m_Layer: 8
m_Name: Body
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1290736758745722489
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6170786196050610073}
m_Father: {fileID: 1290736757824860281}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1290736758745722490
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 4723107735738678597, guid: 09bcd987938141b99a2f1aeef9ce2651, type: 3}
m_Color: {r: 0, g: 0.34452152, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 2.5, y: 2}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &1290736758745722491
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c29cff538c195c249b69c6f2236de67b, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Library: []
m_SpriteLibraryAsset: {fileID: 11400000, guid: 4e34ca9d5db7480bb2740f7e99258ca8, type: 2}
--- !u!114 &1290736758745722488
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ed8b1ae4e4e52b34ea557c1c11e076fc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_CategoryHash: 0.009161512
m_labelHash: 0.00000040954276
m_SpriteKey: 8.913528e-15
m_SpriteHash: 288431053
--- !u!1 &1586215903625107760
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8763019800303370758}
m_Layer: 8
m_Name: Right
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8763019800303370758
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1586215903625107760}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1745403358258872669
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6210125522809170996}
- component: {fileID: 85896844182211523}
- component: {fileID: 6849001782742336932}
m_Layer: 8
m_Name: Renderer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6210125522809170996
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6170786196050610073}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &85896844182211523
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
m_Enabled: 0
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 4, y: 4}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &6849001782742336932
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 959769aa7e4b53945b7b341f209c57ce, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!1 &2164509725281404667
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1085254107396166387}
- component: {fileID: 839960351178448365}
- component: {fileID: 5070467027223662231}
- component: {fileID: 6378826047261086390}
m_Layer: 8
m_Name: Assassin
m_TagString: Character
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1085254107396166387
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -5, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1290736757824860281}
- {fileID: 9155063391537260755}
- {fileID: 2898919160972973111}
- {fileID: 99536820446155663}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &839960351178448365
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: cac537445b7bbed40968d7b39124b639, type: 3}
m_Name:
m_EditorClassIdentifier:
mainView: {fileID: 1290736757824860230}
animator: {fileID: 1290736757824860283}
selector: {fileID: 6378826047261086390}
numbersPivot: {fileID: 2898919160972973111}
textsPivot: {fileID: 99536820446155663}
hudPivot: {fileID: 9155063391537260755}
hudContainer: {fileID: 0}
--- !u!212 &5070467027223662231
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 11b9352ad79dfc54984404060beecd83, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 1.28}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!65 &6378826047261086390
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 0
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 1, y: 1, z: 0.5}
m_Center: {x: 0, y: 0.5, z: 0}
--- !u!1 &3589482867899585260
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2356345191820625818}
m_Layer: 8
m_Name: Bottom
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2356345191820625818
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3589482867899585260}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: -1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &3693969079101834930
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4010453026488756260}
m_Layer: 8
m_Name: Top
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4010453026488756260
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3693969079101834930}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4556379524467831266
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6497240089059200713}
m_Layer: 8
m_Name: Left
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6497240089059200713
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4556379524467831266}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6170786196050610074
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6170786196050610073}
m_Layer: 8
m_Name: Firearm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6170786196050610073
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6170786196050610074}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6210125522809170996}
- {fileID: 4504426536338389288}
m_Father: {fileID: 1290736758745722489}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7296800674254345798
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2898919160972973111}
m_Layer: 8
m_Name: NumbersPivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2898919160972973111
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7296800674254345798}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8090851474374938749
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 99536820446155663}
m_Layer: 8
m_Name: TextsPivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &99536820446155663
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8090851474374938749}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8646404759778865379
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7914157062178538585}
m_Layer: 8
m_Name: Center
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7914157062178538585
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8646404759778865379}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &9088915444630364884
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 9155063391537260755}
m_Layer: 8
m_Name: HUD Pivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &9155063391537260755
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9088915444630364884}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7914157062178538585}
- {fileID: 4010453026488756260}
- {fileID: 2356345191820625818}
- {fileID: 6497240089059200713}
- {fileID: 8763019800303370758}
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e5b9136fdac3354479015ef4f0faea69
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,844 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &368604837174920766
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4504426536338389288}
m_Layer: 8
m_Name: FireMuzzle
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4504426536338389288
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 368604837174920766}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.6875, y: 0.375, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6170786196050610073}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1290736757824860230
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1290736757824860281}
- component: {fileID: 1290736757824860283}
- component: {fileID: 8562833155081025220}
m_Layer: 8
m_Name: CharacterMain
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1290736757824860281
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1290736758745722489}
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &1290736757824860283
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: a13178b2a1bae7948bed394db00a4fae, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!82 &8562833155081025220
AudioSource:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736757824860230}
m_Enabled: 1
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 0}
m_audioClip: {fileID: 0}
m_Resource: {fileID: 8300000, guid: a134bd44be3c26f438481884c3c47389, type: 3}
m_PlayOnAwake: 0
m_Volume: 1
m_Pitch: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
reverbZoneMixCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!1 &1290736758745722438
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1290736758745722489}
- component: {fileID: 1290736758745722490}
- component: {fileID: 1290736758745722491}
- component: {fileID: 1290736758745722488}
m_Layer: 8
m_Name: Body
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1290736758745722489
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6170786196050610073}
m_Father: {fileID: 1290736757824860281}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &1290736758745722490
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 4723107735738678597, guid: 09bcd987938141b99a2f1aeef9ce2651, type: 3}
m_Color: {r: 1, g: 0, b: 0, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 2.5, y: 2}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!114 &1290736758745722491
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c29cff538c195c249b69c6f2236de67b, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Library: []
m_SpriteLibraryAsset: {fileID: 11400000, guid: 4e34ca9d5db7480bb2740f7e99258ca8, type: 2}
--- !u!114 &1290736758745722488
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1290736758745722438}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ed8b1ae4e4e52b34ea557c1c11e076fc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_CategoryHash: 0.009161512
m_labelHash: 0.00000040954276
m_SpriteKey: 8.913528e-15
m_SpriteHash: 288431053
--- !u!1 &1586215903625107760
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8763019800303370758}
m_Layer: 8
m_Name: Right
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8763019800303370758
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1586215903625107760}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 1, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1745403358258872669
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6210125522809170996}
- component: {fileID: 85896844182211523}
- component: {fileID: 6849001782742336932}
m_Layer: 8
m_Name: Renderer
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6210125522809170996
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
serializedVersion: 2
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6170786196050610073}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &85896844182211523
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
m_Enabled: 0
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 4, y: 4}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!95 &6849001782742336932
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1745403358258872669}
m_Enabled: 1
m_Avatar: {fileID: 0}
m_Controller: {fileID: 9100000, guid: 959769aa7e4b53945b7b341f209c57ce, type: 2}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!1 &2164509725281404667
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1085254107396166387}
- component: {fileID: 839960351178448365}
- component: {fileID: 5070467027223662231}
- component: {fileID: 6378826047261086390}
m_Layer: 8
m_Name: Cleric
m_TagString: Character
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &1085254107396166387
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -5, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1290736757824860281}
- {fileID: 9155063391537260755}
- {fileID: 2898919160972973111}
- {fileID: 99536820446155663}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &839960351178448365
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: cac537445b7bbed40968d7b39124b639, type: 3}
m_Name:
m_EditorClassIdentifier:
mainView: {fileID: 1290736757824860230}
animator: {fileID: 1290736757824860283}
selector: {fileID: 6378826047261086390}
numbersPivot: {fileID: 2898919160972973111}
textsPivot: {fileID: 99536820446155663}
hudPivot: {fileID: 9155063391537260755}
hudContainer: {fileID: 0}
--- !u!212 &5070467027223662231
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 21300000, guid: 11b9352ad79dfc54984404060beecd83, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 5.12, y: 1.28}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!65 &6378826047261086390
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2164509725281404667}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 0
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 3
m_Size: {x: 1, y: 1, z: 0.5}
m_Center: {x: 0, y: 0.5, z: 0}
--- !u!1 &3589482867899585260
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2356345191820625818}
m_Layer: 8
m_Name: Bottom
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2356345191820625818
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3589482867899585260}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: -1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &3693969079101834930
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4010453026488756260}
m_Layer: 8
m_Name: Top
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4010453026488756260
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3693969079101834930}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4556379524467831266
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6497240089059200713}
m_Layer: 8
m_Name: Left
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6497240089059200713
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4556379524467831266}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6170786196050610074
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 6170786196050610073}
m_Layer: 8
m_Name: Firearm
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &6170786196050610073
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6170786196050610074}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6210125522809170996}
- {fileID: 4504426536338389288}
m_Father: {fileID: 1290736758745722489}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &7296800674254345798
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 2898919160972973111}
m_Layer: 8
m_Name: NumbersPivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &2898919160972973111
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7296800674254345798}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8090851474374938749
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 99536820446155663}
m_Layer: 8
m_Name: TextsPivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &99536820446155663
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8090851474374938749}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 1, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &8646404759778865379
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7914157062178538585}
m_Layer: 8
m_Name: Center
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &7914157062178538585
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8646404759778865379}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 9155063391537260755}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &9088915444630364884
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 9155063391537260755}
m_Layer: 8
m_Name: HUD Pivot
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &9155063391537260755
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9088915444630364884}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0.5, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7914157062178538585}
- {fileID: 4010453026488756260}
- {fileID: 2356345191820625818}
- {fileID: 6497240089059200713}
- {fileID: 8763019800303370758}
m_Father: {fileID: 1085254107396166387}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6a888b9d2b1a84143b91f9ced1882575
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,206 @@
%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: b6560183465e5944ba49e39974faafd4, type: 3}
m_Name: CharacterData_Basic_Assassin
m_EditorClassIdentifier:
haveCustomClass: 0
classFullName:
modName: Basic
className: Assassin
displayName: Assassin
tags: []
avatar: {fileID: 21300000, guid: 61398b9cb80fae44baeeede3192cae84, type: 3}
portrait: {fileID: 0}
characterDescription: Test Description.
characterStory:
coreAttributes:
dictionaryList:
- Key: Level
Value: 12
index: 0
isKeyDuplicated: 0
- Key: Strength
Value: 20
index: 1
isKeyDuplicated: 0
- Key: Agility
Value: 16
index: 2
isKeyDuplicated: 0
- Key: Intelligence
Value: 18
index: 3
isKeyDuplicated: 0
- Key: Physique
Value: 18
index: 4
isKeyDuplicated: 0
- Key: Perception
Value: 12
index: 5
isKeyDuplicated: 0
- Key: Charisma
Value: 18
index: 6
isKeyDuplicated: 0
dividerPosProp: 0.5
generalAttributes:
dictionaryList:
- Key: OffsetFromStrength
Value: 0
index: 0
isKeyDuplicated: 0
- Key: OffsetFromAgility
Value: 0
index: 1
isKeyDuplicated: 0
- Key: OffsetFromIntelligence
Value: 0
index: 2
isKeyDuplicated: 0
- Key: OffsetFromPhysique
Value: 0
index: 3
isKeyDuplicated: 0
- Key: OffsetFromPerception
Value: 0
index: 4
isKeyDuplicated: 0
- Key: OffsetFromCharisma
Value: 0
index: 5
isKeyDuplicated: 0
- Key: PhysicsDamageDealtOffset
Value: 0
index: 6
isKeyDuplicated: 0
- Key: PhysicsDamageDealtMultiplier
Value: 1
index: 7
isKeyDuplicated: 0
- Key: PhysicsDamageGainMultiplier
Value: 1
index: 8
isKeyDuplicated: 0
- Key: MagicDamageDealtOffset
Value: 0
index: 9
isKeyDuplicated: 0
- Key: MagicDamageDealtMultiplier
Value: 1
index: 10
isKeyDuplicated: 0
- Key: MagicDamageGainMultiplier
Value: 1
index: 11
isKeyDuplicated: 0
- Key: FinalDamageDealtMultiplier
Value: 1
index: 12
isKeyDuplicated: 0
- Key: FinalDamageGainMultiplier
Value: 1
index: 13
isKeyDuplicated: 0
- Key: DodgeCheckStartDamageMultiplier
Value: 1
index: 14
isKeyDuplicated: 0
- Key: MaximumStamina
Value: 2
index: 15
isKeyDuplicated: 0
- Key: MaximumMana
Value: 0
index: 16
isKeyDuplicated: 0
- Key: MaximumHealth
Value: 20
index: 17
isKeyDuplicated: 0
- Key: BlockGainOffset
Value: 0
index: 18
isKeyDuplicated: 0
- Key: DodgeGainOffset
Value: 0
index: 19
isKeyDuplicated: 0
- Key: ShieldGainOffset
Value: 0
index: 20
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
index: 21
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
index: 22
isKeyDuplicated: 0
- Key: Speed
Value: 0
index: 23
isKeyDuplicated: 0
- Key: LifeStealMultiplier
Value: 1
index: 24
isKeyDuplicated: 0
- Key: DeckCapacity
Value: 10
index: 25
isKeyDuplicated: 0
- Key: DrawCardAmountPerAction
Value: 4
index: 26
isKeyDuplicated: 0
- Key: Awareness
Value: 0
index: 27
isKeyDuplicated: 0
- Key: Block
Value: 0
index: 28
isKeyDuplicated: 0
- Key: Dodge
Value: 0
index: 29
isKeyDuplicated: 0
- Key: Shield
Value: 0
index: 30
isKeyDuplicated: 0
dividerPosProp: 0.5
runtimeGeneralAttributes:
dictionaryList:
- Key: Stamina
Value: MaximumStamina
index: 0
isKeyDuplicated: 0
- Key: Mana
Value: MaximumMana
index: 1
isKeyDuplicated: 0
- Key: Health
Value: MaximumHealth
index: 2
isKeyDuplicated: 0
dividerPosProp: 0.5
combatPositionOrder: 4
combatCharacterView: {fileID: 2164509725281404667, guid: e5b9136fdac3354479015ef4f0faea69, type: 3}
prefabRefs: []
derivativeCardDataRefs: []
derivativeCharacterDataRefs: []
initialDeckRef:
- CardData_Basic_TortureTest
hudDataRefs:
- HUDData_Basic_Default

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 16393239030988b4984f123dcfd6d9a2
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,206 @@
%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: b6560183465e5944ba49e39974faafd4, type: 3}
m_Name: CharacterData_Basic_Cleric
m_EditorClassIdentifier:
haveCustomClass: 0
classFullName:
modName: Basic
className: Cleric
displayName: Cleric
tags: []
avatar: {fileID: 21300000, guid: 956bc7db30061fb4495438c37bd14a58, type: 3}
portrait: {fileID: 0}
characterDescription: Test Description.
characterStory:
coreAttributes:
dictionaryList:
- Key: Level
Value: 12
index: 0
isKeyDuplicated: 0
- Key: Strength
Value: 20
index: 1
isKeyDuplicated: 0
- Key: Agility
Value: 16
index: 2
isKeyDuplicated: 0
- Key: Intelligence
Value: 18
index: 3
isKeyDuplicated: 0
- Key: Physique
Value: 18
index: 4
isKeyDuplicated: 0
- Key: Perception
Value: 12
index: 5
isKeyDuplicated: 0
- Key: Charisma
Value: 18
index: 6
isKeyDuplicated: 0
dividerPosProp: 0.5
generalAttributes:
dictionaryList:
- Key: OffsetFromStrength
Value: 0
index: 0
isKeyDuplicated: 0
- Key: OffsetFromAgility
Value: 0
index: 1
isKeyDuplicated: 0
- Key: OffsetFromIntelligence
Value: 0
index: 2
isKeyDuplicated: 0
- Key: OffsetFromPhysique
Value: 0
index: 3
isKeyDuplicated: 0
- Key: OffsetFromPerception
Value: 0
index: 4
isKeyDuplicated: 0
- Key: OffsetFromCharisma
Value: 0
index: 5
isKeyDuplicated: 0
- Key: PhysicsDamageDealtOffset
Value: 0
index: 6
isKeyDuplicated: 0
- Key: PhysicsDamageDealtMultiplier
Value: 1
index: 7
isKeyDuplicated: 0
- Key: PhysicsDamageGainMultiplier
Value: 1
index: 8
isKeyDuplicated: 0
- Key: MagicDamageDealtOffset
Value: 0
index: 9
isKeyDuplicated: 0
- Key: MagicDamageDealtMultiplier
Value: 1
index: 10
isKeyDuplicated: 0
- Key: MagicDamageGainMultiplier
Value: 1
index: 11
isKeyDuplicated: 0
- Key: FinalDamageDealtMultiplier
Value: 1
index: 12
isKeyDuplicated: 0
- Key: FinalDamageGainMultiplier
Value: 1
index: 13
isKeyDuplicated: 0
- Key: DodgeCheckStartDamageMultiplier
Value: 1
index: 14
isKeyDuplicated: 0
- Key: MaximumStamina
Value: 2
index: 15
isKeyDuplicated: 0
- Key: MaximumMana
Value: 0
index: 16
isKeyDuplicated: 0
- Key: MaximumHealth
Value: 20
index: 17
isKeyDuplicated: 0
- Key: BlockGainOffset
Value: 0
index: 18
isKeyDuplicated: 0
- Key: DodgeGainOffset
Value: 0
index: 19
isKeyDuplicated: 0
- Key: ShieldGainOffset
Value: 0
index: 20
isKeyDuplicated: 0
- Key: StaminaRecoverPerAction
Value: 0
index: 21
isKeyDuplicated: 0
- Key: ManaRecoverPerAction
Value: 0
index: 22
isKeyDuplicated: 0
- Key: Speed
Value: 0
index: 23
isKeyDuplicated: 0
- Key: LifeStealMultiplier
Value: 1
index: 24
isKeyDuplicated: 0
- Key: DeckCapacity
Value: 10
index: 25
isKeyDuplicated: 0
- Key: DrawCardAmountPerAction
Value: 4
index: 26
isKeyDuplicated: 0
- Key: Awareness
Value: 0
index: 27
isKeyDuplicated: 0
- Key: Block
Value: 0
index: 28
isKeyDuplicated: 0
- Key: Dodge
Value: 0
index: 29
isKeyDuplicated: 0
- Key: Shield
Value: 0
index: 30
isKeyDuplicated: 0
dividerPosProp: 0.5
runtimeGeneralAttributes:
dictionaryList:
- Key: Stamina
Value: MaximumStamina
index: 0
isKeyDuplicated: 0
- Key: Mana
Value: MaximumMana
index: 1
isKeyDuplicated: 0
- Key: Health
Value: MaximumHealth
index: 2
isKeyDuplicated: 0
dividerPosProp: 0.5
combatPositionOrder: 4
combatCharacterView: {fileID: 2164509725281404667, guid: 6a888b9d2b1a84143b91f9ced1882575, type: 3}
prefabRefs: []
derivativeCardDataRefs: []
derivativeCharacterDataRefs: []
initialDeckRef:
- CardData_Basic_LessRestoration
hudDataRefs:
- HUDData_Basic_Default

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 791f11239b2a8a24eb868c82e226d734
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -0,0 +1,156 @@
fileFormatVersion: 2
guid: 61398b9cb80fae44baeeede3192cae84
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -0,0 +1,156 @@
fileFormatVersion: 2
guid: 956bc7db30061fb4495438c37bd14a58
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 13
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 4
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 4
buildTarget: iOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
customData:
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spriteCustomMetadata:
entries: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -27,8 +27,8 @@ MonoBehaviour:
modAuthor: Soullies
modVersion: 0.0.1
modDescription: Basic Content of Continentis
modAssetPath: D:/Projects/Continentis/Assets/Mods/Basic
modExportPath: D:/Projects/Continentis/Assets/ExportedMods
modAssetPath: X:/Projects/Unity/Others/Soulies_Cards/Assets/Mods/Basic
modExportPath: X:/Projects/Unity/Others/Soulies_Cards/Assets/ExportedMods
modIcon: {fileID: 2800000, guid: f6735e582463aa3409372b4c7689192c, type: 3}
logLevel: 3
optimizeMode: 0

View File

@@ -1,13 +0,0 @@
{
"asset": "0cb4f7882c019ea4da8d09955ad20c0b",
"fileName": "019a0122-cbac-724e-888d-d711ae1db9b1.wav",
"prompt": "Sword slash",
"negativePrompt": "noise, reverb, music",
"model": "0ee39b33-2893-4e0f-8c46-0e0bdd4eda85",
"modelName": "Text to Sound",
"customSeed": -1,
"w3CTraceId": "986056eb342e6fa598441440c8e78328",
"duration": 1.0,
"autoTrim": true,
"hasReference": false
}

View File

@@ -1,13 +0,0 @@
{
"asset": "0cb4f7882c019ea4da8d09955ad20c0b",
"fileName": "019a0123-2eef-7d25-a6e9-fb57a17f133e.wav",
"prompt": "Sword slash, anime, strong, impactful",
"negativePrompt": "noise, reverb, music",
"model": "0ee39b33-2893-4e0f-8c46-0e0bdd4eda85",
"modelName": "Text to Sound",
"customSeed": -1,
"w3CTraceId": "b4923c5500344c9ef60638b68b3f7f8b",
"duration": 1.0,
"autoTrim": true,
"hasReference": false
}

View File

@@ -1,13 +0,0 @@
{
"asset": "0cb4f7882c019ea4da8d09955ad20c0b",
"fileName": "019a0123-97ad-77b3-89f9-c60544f0b239.wav",
"prompt": "Sword slash inpact, anime, strong",
"negativePrompt": "noise, reverb, music",
"model": "0ee39b33-2893-4e0f-8c46-0e0bdd4eda85",
"modelName": "Text to Sound",
"customSeed": -1,
"w3CTraceId": "bea56065035df46fcaef5f2fa969587b",
"duration": 1.0,
"autoTrim": true,
"hasReference": false
}

View File

@@ -1,13 +0,0 @@
{
"asset": "0cb4f7882c019ea4da8d09955ad20c0b",
"fileName": "019a0124-137a-788b-bb46-3ef27e980416.wav",
"prompt": "Sword slash inpact, fantasy, sharp, strong",
"negativePrompt": "noise, reverb, music",
"model": "0ee39b33-2893-4e0f-8c46-0e0bdd4eda85",
"modelName": "Text to Sound",
"customSeed": -1,
"w3CTraceId": "47b3e6c1ab8d9a40f435b83ebd2a9030",
"duration": 1.0,
"autoTrim": true,
"hasReference": false
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "019a3801-73fc-7fa4-a5c1-1ecc64657b7c.jpg",
"prompt": "a silhouette of a person holding a shield, representing \"withstand\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "79d6406b196797bf219a654838e28988",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "019a3801-d4a2-7667-be40-5394a9b08d14.jpg",
"prompt": "a silhouette of \"a person holding a shield\", representing \"withstand\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "0919f3fde2d9e8b111cb5d73d49445f8",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "019a3802-4d8a-7381-b2e8-b33d7d69d506.jpg",
"prompt": "a silhouette of a person holding a silhouette of a shield, representing \"withstand\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "0ec03ee92d7bb166b863371448b6c9dc",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "019a3802-796f-7954-aebd-77a44c1a1e9b.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "6f06756051933a7d3ccd044a1f9090be",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "019a3802-80b0-740c-8260-5be563ddbd8f.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "1f14e422fd99b9f0d1cdb4e11dc81a35",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "1682919049c032045955857bd5349a22",
"fileName": "BuffIcon_Basic_Withstand.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "39e5831c77f2b954c8eee3f636af2729",
"fileName": "019a139e-680c-7ff2-861f-f1fa4b957de8.jpg",
"prompt": "A holy shield with glowing light, represents \"Guardian Aura\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "8357e70bb6d0557973a0aac908dcf6e1",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "39e5831c77f2b954c8eee3f636af2729",
"fileName": "019a139e-e95a-7b5d-8be6-4e777f45d936.jpg",
"prompt": "A holy shield shape made of glowing light, represents \"Guardian Aura\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "76d90a04d01188c34902d1d176c2855c",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "39e5831c77f2b954c8eee3f636af2729",
"fileName": "019a139f-6b81-78dc-9d91-482812ac91fd.jpg",
"prompt": "A holy-light shield, represents \"Guardian Aura\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "8b81693fd811b2486d2632d8853619a8",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "39e5831c77f2b954c8eee3f636af2729",
"fileName": "019a13a0-2f2d-70a2-9c60-99f8630c1704.jpg",
"prompt": "A holy-light shield, mainly made of glowing yellow light, represents \"Guardian Aura\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "e0cb768d90c7f8c7495efb1a79e45784",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "39e5831c77f2b954c8eee3f636af2729",
"fileName": "019a13a0-5cb0-7893-bb36-058f106e1cd9.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "1fe72118486582f9b9dbb86eedd12883",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "3d1df6c2a4e429e40b766af895232274",
"fileName": "019a1aca-57a9-742e-9792-ac58a7ee0f5a.jpg",
"prompt": "A blue Shield icon, represents \"Protecting\".",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "cc47201a3817630867dcddac0dd3315b",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "3d1df6c2a4e429e40b766af895232274",
"fileName": "019a1aca-d466-7f31-8661-f1795bc04c7a.jpg",
"prompt": "A blue Shield icon, at front view, represents \"Protecting\".",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "39c97192343279bb25155077fbefaa16",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "3d1df6c2a4e429e40b766af895232274",
"fileName": "019a1acb-5d86-7370-bc49-a388a7b805f2.jpg",
"prompt": "A large blue shield icon, at front view, represents \"Protecting\".",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "cd26da2d463c8668c7e657c9571a8f98",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "3d1df6c2a4e429e40b766af895232274",
"fileName": "019a1acb-f98f-7fb2-8bb6-b6ae8c07c002.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "6161b934b7d7c790a860c07a4a70fba1",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "483f48f74e788874e98b6a6fe58a13a7",
"fileName": "019a39a6-683c-7c1f-b78d-09cbcfbd31d7.jpg",
"prompt": "A shield with spikes, representing \"Reflect damage\".",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "89a3ef2a2966aa8aa1c1ca77fe1f0fc9",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "483f48f74e788874e98b6a6fe58a13a7",
"fileName": "019a39a6-a13f-7ed5-ae30-f2bfbb4b65d6.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "1fd85d315e75e7d752682dafae8d84d4",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "483f48f74e788874e98b6a6fe58a13a7",
"fileName": "BuffIcon_Basic_Withstand 1.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aeb-ee4d-7f86-a951-32ad4968d6f8.jpg",
"prompt": "Silhouette of a person behind a blue shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "93f5f31b3ef63a2fa2954d22ba3efe85",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aec-247f-7039-a5ec-98c95a8ca406.jpg",
"prompt": "Silhouette of a person behind a blue shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "129c217ad8561ff714309c67a7ea8e26",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aec-6e4a-796b-ab4d-6ef4b5a787c8.jpg",
"prompt": "Side view, a silhouette of a person behind a blue shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "298697ca5c183d492d70d74b82d23149",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aec-9f7a-7fc5-9927-8d2a1ef5677b.jpg",
"prompt": "Side view, a silhouette of a person behind a blue shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "882861d7033f89904545d4c57ba77c07",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aed-05dd-70b8-b7e2-ffb85bacf187.jpg",
"prompt": "A silhouette of a person behind a blue translucent shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "a0b7d30cf320441ecb58d590df05032b",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aed-34ca-7441-afad-203db8974c39.jpg",
"prompt": "A silhouette of a person behind a blue translucent shield, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "5e0b9ffb2a8f44d4ab66f10836a3803d",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aee-304e-74f5-ae63-fb884eab8a0f.jpg",
"prompt": "A silhouette of a person behind a blue translucent shield, front view, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "6c33cf2fa79542a6d380b91d50791ce3",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aee-a4f4-70f5-9a15-289b7efeb6eb.jpg",
"prompt": "A silhouette of a person behind a blue translucent shield, front view, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "d2f6254e8e337ec8903e608efc4a02c4",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aef-02dd-7f6d-aa6a-37e7ff11e827.jpg",
"prompt": "A silhouette of a person behind a blue translucent shield, front view, representing \"Being Protected\"",
"negativePrompt": "",
"model": "9118f8cf-d5fa-4ffe-91d5-9268467fcbe1",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "1c413bab8b7e919539759b7772d9e13e",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "019a1aef-4282-7aeb-b20d-3d7ee9cde103.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "6bc22e1188e88c6e75b24be53ccb3b24",
"refinementMode": "RemoveBackground",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "4ed1dfd72109ebc4a8e9e55009e9fc53",
"fileName": "BuffIcon_Basic_Protected.png",
"prompt": "",
"negativePrompt": "",
"model": "",
"modelName": "",
"customSeed": -1,
"w3CTraceId": "",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "5bc499a4d5a1a304a95409b8f499238c",
"fileName": "019a10d7-b4da-7027-b302-b0b736c03927.jpg",
"prompt": "An icon of an exhausted person, for buff \"Heavy\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "e34071116c5c1816826046f58ffa4390",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "5bc499a4d5a1a304a95409b8f499238c",
"fileName": "019a10d8-3049-7eab-9a7c-3d3bff4e0854.jpg",
"prompt": "An icon of an exhausted person silhouette, for buff \"Heavy\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "3d8be5e2e992a9c011f7c99d33f06d8e",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "5bc499a4d5a1a304a95409b8f499238c",
"fileName": "019a10d8-a0cc-79ad-9478-8d5392d71dc1.jpg",
"prompt": "An icon of an side-view exhausted person silhouette, for buff \"Heavy\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "d4a5645aca896b3195cd1aa6341186b3",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "5bc499a4d5a1a304a95409b8f499238c",
"fileName": "019a10d8-fef4-7311-98b1-034384f26eab.jpg",
"prompt": "An icon of an side-view exhausted person's silhouette, for buff \"Heavy\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "7cb30c9df38f8c1ba903967adf941a21",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -1,20 +0,0 @@
{
"asset": "5bc499a4d5a1a304a95409b8f499238c",
"fileName": "019a10d9-6f82-7be6-bf93-36f01a79ddc4.jpg",
"prompt": "An icon of an exhausted person's silhouette, for buff \"Heavy\".",
"negativePrompt": "",
"model": "03d5ab0c-51c5-44a0-ba07-822e93561aca",
"modelName": "Game Icons",
"customSeed": -1,
"w3CTraceId": "ac9165bf27f00079996d5cab1df12887",
"refinementMode": "Generation",
"pixelateTargetSize": 0,
"pixelateKeepImageSize": false,
"pixelatePixelBlockSize": 0,
"pixelateMode": 0,
"pixelateOutlineThickness": 0,
"doodles": {
"m_Items": []
},
"upscaleFactor": 0
}

Some files were not shown because too many files have changed in this diff Show More