Compare commits

...

10 Commits

Author SHA1 Message Date
xianyi
d67ab1a3d2 合并远程更改,解决MatchmakingPanel冲突 2025-10-16 11:44:59 +08:00
xianyi
12a19ba1a9 匹配自动重连
- 修复第一次连接时ClientID为0导致匹配失败的问题
- 在GameClientMatchmaker中添加ClientID检测和自动重连逻辑
- 当检测到ClientID为0时,等待0.5秒后自动断开并重新连接
- 优化MatchmakingPanel显示逻辑,根据ClientID状态显示正确的连接状态
2025-10-16 11:43:27 +08:00
YiHan0621
c696d70f7a 匹配提示 2025-10-16 11:12:30 +08:00
YiHan0621
64d01f317b 开卡界面修改 2025-10-15 20:19:31 +08:00
YiHan0621
c8f1e585bf 卡组优化(分帧加载) 2025-10-15 20:04:17 +08:00
xianyi
f357a9c3a1 测试1 2025-10-15 11:03:14 +08:00
YiHan0621
bd63a8a006 完善开卡 2025-10-13 22:27:22 +08:00
YiHan0621
e84768d8fb 切换牌组封面 2025-10-13 18:30:07 +08:00
YiHan0621
f14b8d6ac6 完善抽卡界面以及根据优化意见和功能缺失做出调整 2025-10-13 01:41:20 +08:00
YiHan0621
2e4a318ca3 UI导入 2025-10-11 14:30:38 +08:00
186 changed files with 8765 additions and 2468 deletions

View File

@@ -34,10 +34,10 @@ RectTransform:
m_Father: {fileID: 5798522618390334712} m_Father: {fileID: 5798522618390334712}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: -457} m_AnchoredPosition: {x: 0, y: -57.880005}
m_SizeDelta: {x: 327.63, y: 115.76} m_SizeDelta: {x: 327.63, y: 115.76001}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &409664615806536969 --- !u!222 &409664615806536969
CanvasRenderer: CanvasRenderer:
@@ -96,6 +96,82 @@ MonoBehaviour:
m_EffectColor: {r: 0.071769245, g: 0.88878995, b: 0.9056604, a: 0.5} m_EffectColor: {r: 0.071769245, g: 0.88878995, b: 0.9056604, a: 0.5}
m_EffectDistance: {x: 1, y: -1} m_EffectDistance: {x: 1, y: -1}
m_UseGraphicAlpha: 1 m_UseGraphicAlpha: 1
--- !u!1 &4127759511068075189
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 5548839642274409827}
- component: {fileID: 5630062920716905101}
- component: {fileID: 2421268589172485700}
m_Layer: 5
m_Name: Frame
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &5548839642274409827
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4127759511068075189}
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: 7338310765498026408}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 856, y: 1200}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5630062920716905101
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4127759511068075189}
m_CullTransparentMesh: 0
--- !u!114 &2421268589172485700
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4127759511068075189}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 0
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 270b1f0e87a6208479d410ff60bf234d, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &5798522616525499116 --- !u!1 &5798522616525499116
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -121,9 +197,9 @@ Transform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5798522616525499116} m_GameObject: {fileID: 5798522616525499116}
m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
m_LocalPosition: {x: 0.0041, y: -0.0103, z: 0.021284} m_LocalPosition: {x: -0.0008, y: 0.0036, z: 0}
m_LocalScale: {x: 0.5647397, y: 0.5647397, z: 0.5647397} m_LocalScale: {x: 0.5936669, y: 0.49866182, z: 0.77592963}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 1
m_Children: [] m_Children: []
m_Father: {fileID: 5798522617356319166} m_Father: {fileID: 5798522617356319166}
m_RootOrder: 0 m_RootOrder: 0
@@ -169,12 +245,12 @@ SpriteRenderer:
m_SortingLayerID: 0 m_SortingLayerID: 0
m_SortingLayer: 0 m_SortingLayer: 0
m_SortingOrder: 5 m_SortingOrder: 5
m_Sprite: {fileID: 21300000, guid: 0e839bd6251bf9a4697b9cb18c1565a4, type: 3} m_Sprite: {fileID: 21300000, guid: 2e4bab0b2b56f8b4c9677c233fa08539, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1} m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0 m_FlipX: 0
m_FlipY: 0 m_FlipY: 0
m_DrawMode: 0 m_DrawMode: 0
m_Size: {x: 1, y: 1} m_Size: {x: 4.32, y: 7.2}
m_AdaptiveModeThreshold: 0.5 m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0 m_SpriteTileMode: 0
m_WasSpriteAssigned: 1 m_WasSpriteAssigned: 1
@@ -239,7 +315,7 @@ BoxCollider2D:
adaptiveTiling: 0 adaptiveTiling: 0
m_AutoTiling: 0 m_AutoTiling: 0
serializedVersion: 2 serializedVersion: 2
m_Size: {x: 2, y: 3} m_Size: {x: 2.7, y: 3.7}
m_EdgeRadius: 0 m_EdgeRadius: 0
--- !u!114 &8271947628951251942 --- !u!114 &8271947628951251942
MonoBehaviour: MonoBehaviour:
@@ -290,9 +366,9 @@ RectTransform:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5798522618390334715} m_GameObject: {fileID: 5798522618390334715}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0.010766} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.0050969194, y: 0.0050969194, z: 0.509692} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 1
m_Children: m_Children:
- {fileID: 5305898179565096420} - {fileID: 5305898179565096420}
- {fileID: 7338310765498026408} - {fileID: 7338310765498026408}
@@ -302,7 +378,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 480.4126, y: 797.7625} m_SizeDelta: {x: 856, y: 1200}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &5798522618390334719 --- !u!223 &5798522618390334719
Canvas: Canvas:
@@ -348,140 +424,143 @@ MonoBehaviour:
m_DefaultSpriteDPI: 96 m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1 m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 1 m_PresetInfoIsWorld: 1
--- !u!1001 &5798522616336436065 --- !u!1 &5936600379316579425
PrefabInstance: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 2 m_CorrespondingSourceObject: {fileID: 0}
m_Modification: m_PrefabInstance: {fileID: 0}
m_TransformParent: {fileID: 5798522618390334712}
m_Modifications:
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchorMax.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchorMin.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_SizeDelta.x
value: 480
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_SizeDelta.y
value: 796.04
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalPosition.z
value: -0.02
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -1.102199
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3868195550748869334, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_Name
value: CardUI
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &1999455917462490129 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 5460336411350321008, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
m_PrefabInstance: {fileID: 5798522616336436065}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0} serializedVersion: 6
m_Component:
- component: {fileID: 5936600379316579424}
- component: {fileID: 5936600379316579426}
- component: {fileID: 5936600379316579427}
m_Layer: 5
m_Name: Sprite
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &5936600379316579424
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5936600379316579425}
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: 7338310765498026408}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 856, y: 1200}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5936600379316579426
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5936600379316579425}
m_CullTransparentMesh: 0
--- !u!114 &5936600379316579427
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5936600379316579425}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: feb407235216bd2438ec1d850c0a5767, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!1 &7338310765498026423
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 7338310765498026408}
- component: {fileID: 1999455917462490129}
m_Layer: 5
m_Name: CardUI_Open
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &7338310765498026408
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7338310765498026423}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0.02}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 5936600379316579424}
- {fileID: 5548839642274409827}
m_Father: {fileID: 5798522618390334712}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1999455917462490129
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7338310765498026423}
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 0 m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 943be08264f3555448cac48ac16c1e8c, type: 3} m_Script: {fileID: 11500000, guid: 943be08264f3555448cac48ac16c1e8c, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
--- !u!224 &7338310765498026408 stripped card_image: {fileID: 5936600379316579427}
RectTransform: frame_image: {fileID: 2421268589172485700}
m_CorrespondingSourceObject: {fileID: 3868195550748869321, guid: 90f1aa482afcc9c4f87470c4d4557bc4, team_icon: {fileID: 0}
type: 3} rarity_icon: {fileID: 0}
m_PrefabInstance: {fileID: 5798522616336436065} attack_icon: {fileID: 0}
m_PrefabAsset: {fileID: 0} hp_icon: {fileID: 0}
cost_icon: {fileID: 0}
attack: {fileID: 0}
hp: {fileID: 0}
cost: {fileID: 0}
card_title: {fileID: 0}
card_text: {fileID: 0}
stats: []

View File

@@ -344,7 +344,7 @@ PrefabInstance:
- target: {fileID: 3387250532824880817, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 3387250532824880817, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: -110.4 value: -110.399994
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 3820524832514598553, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 3820524832514598553, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
@@ -491,6 +491,11 @@ PrefabInstance:
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 69.56 value: 69.56
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 6140866729108565403, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_Text
value: "\u7B80\u4ECB"
objectReference: {fileID: 0}
- target: {fileID: 6140866729108565403, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 6140866729108565403, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
propertyPath: m_FontData.m_FontSize propertyPath: m_FontData.m_FontSize
@@ -574,12 +579,12 @@ PrefabInstance:
- target: {fileID: 6766184151528891470, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 6766184151528891470, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
propertyPath: m_AnchoredPosition.x propertyPath: m_AnchoredPosition.x
value: -24.37 value: -24.369995
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 6766184151528891470, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 6766184151528891470, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 39.32 value: 39.320007
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7571969375608041836, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 7571969375608041836, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
@@ -624,7 +629,7 @@ PrefabInstance:
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}
propertyPath: m_AnchoredPosition.y propertyPath: m_AnchoredPosition.y
value: 19.53 value: 19.529999
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4, - target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3} type: 3}

View File

@@ -1048,7 +1048,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1} m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0.0000038146973, y: -555} m_AnchoredPosition: {x: 0.0000038146973, y: -42.99501}
m_SizeDelta: {x: 341.64, y: 85.99} m_SizeDelta: {x: 341.64, y: 85.99}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8769915403036838003 --- !u!222 &8769915403036838003
@@ -1092,7 +1092,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0 m_HorizontalOverflow: 0
m_VerticalOverflow: 0 m_VerticalOverflow: 0
m_LineSpacing: 1 m_LineSpacing: 1
m_Text: CardTitle m_Text: "\u7B80\u4ECB"
--- !u!114 &9192302091184160477 --- !u!114 &9192302091184160477
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@@ -128,6 +128,7 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
cover: {fileID: 2493374532469886071} cover: {fileID: 2493374532469886071}
currentCover: {fileID: 9089188273504675539}
coverName: coverName:
--- !u!1 &7551866968519781467 --- !u!1 &7551866968519781467
GameObject: GameObject:
@@ -140,6 +141,7 @@ GameObject:
- component: {fileID: 7904478404613084626} - component: {fileID: 7904478404613084626}
- component: {fileID: 6541233294276703343} - component: {fileID: 6541233294276703343}
- component: {fileID: 2493374532469886071} - component: {fileID: 2493374532469886071}
- component: {fileID: 2155988268365146913}
m_Layer: 5 m_Layer: 5
m_Name: Cover m_Name: Cover
m_TagString: Untagged m_TagString: Untagged
@@ -205,3 +207,47 @@ MonoBehaviour:
m_FillOrigin: 0 m_FillOrigin: 0
m_UseSpriteMesh: 0 m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1 m_PixelsPerUnitMultiplier: 1
--- !u!114 &2155988268365146913
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7551866968519781467}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Navigation:
m_Mode: 3
m_WrapAround: 0
m_SelectOnUp: {fileID: 0}
m_SelectOnDown: {fileID: 0}
m_SelectOnLeft: {fileID: 0}
m_SelectOnRight: {fileID: 0}
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
m_HighlightedSprite: {fileID: 0}
m_PressedSprite: {fileID: 0}
m_SelectedSprite: {fileID: 0}
m_DisabledSprite: {fileID: 0}
m_AnimationTriggers:
m_NormalTrigger: Normal
m_HighlightedTrigger: Highlighted
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_TargetGraphic: {fileID: 2493374532469886071}
m_OnClick:
m_PersistentCalls:
m_Calls: []

View File

@@ -33,10 +33,10 @@ RectTransform:
m_Father: {fileID: 7582229092490914042} m_Father: {fileID: 7582229092490914042}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0.50101, y: 148.54} m_AnchoredPosition: {x: 0.50003, y: 35}
m_SizeDelta: {x: 435.57, y: 69.43} m_SizeDelta: {x: 435.57, y: 69.42999}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2244351657885809927 --- !u!222 &2244351657885809927
CanvasRenderer: CanvasRenderer:
@@ -360,6 +360,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI6 value: CardUI6
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545803479578 stripped --- !u!114 &2521591545803479578 stripped
@@ -512,6 +527,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI3 value: CardUI3
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545675968927 stripped --- !u!114 &2521591545675968927 stripped
@@ -664,6 +694,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI5 value: CardUI5
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545722398826 stripped --- !u!114 &2521591545722398826 stripped
@@ -816,6 +861,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI value: CardUI
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545505971943 stripped --- !u!114 &2521591545505971943 stripped
@@ -968,6 +1028,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI7 value: CardUI7
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545590737596 stripped --- !u!114 &2521591545590737596 stripped
@@ -1120,6 +1195,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI2 value: CardUI2
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545210481932 stripped --- !u!114 &2521591545210481932 stripped
@@ -1272,6 +1362,21 @@ PrefabInstance:
propertyPath: m_Name propertyPath: m_Name
value: CardUI4 value: CardUI4
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.x
value: -42.899994
objectReference: {fileID: 0}
- target: {fileID: 7863105659026587098, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 46.200012
objectReference: {fileID: 0}
- target: {fileID: 8329169621949958079, guid: 90f1aa482afcc9c4f87470c4d4557bc4,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -62.070007
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 90f1aa482afcc9c4f87470c4d4557bc4, type: 3}
--- !u!114 &2521591545259773336 stripped --- !u!114 &2521591545259773336 stripped

View File

@@ -678,14 +678,14 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: a983e14bd852ed04c8139d01f5db1451, type: 3} m_Script: {fileID: 11500000, guid: a983e14bd852ed04c8139d01f5db1451, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
image: {fileID: 0} image: {fileID: 1528609386195773855}
frame: {fileID: 0} frame: {fileID: 0}
title: {fileID: 158878364} title: {fileID: 158878364}
value: {fileID: 1226868306} value: {fileID: 1226868306}
cost: {fileID: 0} cost: {fileID: 0}
delete_btn: {fileID: 2044069777743292366} delete_btn: {fileID: 2044069777743292366}
changeCover_btn: {fileID: 8443272443930128952} changeCover_btn: {fileID: 8443272443930128952}
click_audio: {fileID: 8300000, guid: ee596874b52e5a0419b0953e40365942, type: 3} click_audio: {fileID: 0}
disabled_mat: {fileID: 0} disabled_mat: {fileID: 0}
default_mat: {fileID: 0} default_mat: {fileID: 0}
--- !u!1 &7544422736791466863 --- !u!1 &7544422736791466863
@@ -727,7 +727,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1} m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 46.09, y: -23.3} m_AnchoredPosition: {x: 46.089996, y: -23.3}
m_SizeDelta: {x: 92.17, y: 34.65} m_SizeDelta: {x: 92.17, y: 34.65}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1353208218199476232 --- !u!222 &1353208218199476232

View File

@@ -26,6 +26,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: m_Children:
- {fileID: 3898561443575852435} - {fileID: 3898561443575852435}
m_Father: {fileID: 0} m_Father: {fileID: 0}
@@ -43,6 +44,38 @@ PrefabInstance:
m_Modification: m_Modification:
m_TransformParent: {fileID: 3846283343658581240} m_TransformParent: {fileID: 3846283343658581240}
m_Modifications: m_Modifications:
- target: {fileID: 525408094798380391, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: 1dad86a8129f6014c9e6260a4c1483c9,
type: 3}
- target: {fileID: 784364144462649006, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_SizeDelta.x
value: 230
objectReference: {fileID: 0}
- target: {fileID: 784364144462649006, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_SizeDelta.y
value: 381.8
objectReference: {fileID: 0}
- target: {fileID: 784364144462649006, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 5.305
objectReference: {fileID: 0}
- target: {fileID: 784364144462649006, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 2.5
objectReference: {fileID: 0}
- target: {fileID: 784364144462649007, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_Sprite
value:
objectReference: {fileID: 21300000, guid: a415f529e827a944e9e0fa75d2cae11e,
type: 3}
- target: {fileID: 784364145122646992, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646992, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
propertyPath: m_Name propertyPath: m_Name
@@ -86,22 +119,22 @@ PrefabInstance:
- target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
propertyPath: m_SizeDelta.x propertyPath: m_SizeDelta.x
value: 300 value: 219.39
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
propertyPath: m_SizeDelta.y propertyPath: m_SizeDelta.y
value: 420 value: 368.88
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
propertyPath: m_LocalScale.x propertyPath: m_LocalScale.x
value: 0.7 value: 1
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
propertyPath: m_LocalScale.y propertyPath: m_LocalScale.y
value: 0.7 value: 1
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe, - target: {fileID: 784364145122646993, guid: ed39b39a128109b479e65815b743b3fe,
type: 3} type: 3}
@@ -163,6 +196,46 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z propertyPath: m_LocalEulerAnglesHint.z
value: 0 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 784364145543779140, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_Color.a
value: 0
objectReference: {fileID: 0}
- target: {fileID: 784364145543779143, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -153.41
objectReference: {fileID: 0}
- target: {fileID: 3391387555145357507, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0.0000009536743
objectReference: {fileID: 0}
- target: {fileID: 3391387555145357507, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 12.8
objectReference: {fileID: 0}
- target: {fileID: 8161772859840422327, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_SizeDelta.x
value: 58
objectReference: {fileID: 0}
- target: {fileID: 8161772859840422327, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_SizeDelta.y
value: 88
objectReference: {fileID: 0}
- target: {fileID: 8161772859840422327, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 70.5
objectReference: {fileID: 0}
- target: {fileID: 8161772859840422327, guid: ed39b39a128109b479e65815b743b3fe,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 149.4
objectReference: {fileID: 0}
m_RemovedComponents: [] m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: ed39b39a128109b479e65815b743b3fe, type: 3} m_SourcePrefab: {fileID: 100100000, guid: ed39b39a128109b479e65815b743b3fe, type: 3}
--- !u!224 &3898561443575852435 stripped --- !u!224 &3898561443575852435 stripped

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 5 mana: 5
attack: 3 attack: 3
hp: 15 hp: 15
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -43,7 +44,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 1 mana: 1
attack: 1 attack: 1
hp: 10 hp: 10
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 1 mana: 1
attack: 2 attack: 2
hp: 6 hp: 6
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 11 hp: 11
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 4 attack: 4
hp: 12 hp: 12
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 3 attack: 3
hp: 22 hp: 22
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 6 mana: 6
attack: 2 attack: 2
hp: 20 hp: 20
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 5 mana: 5
attack: 4 attack: 4
hp: 20 hp: 20
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 13 hp: 13
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 3 attack: 3
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 5 mana: 5
attack: 3 attack: 3
hp: 22 hp: 22
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 6 mana: 6
attack: 4 attack: 4
hp: 20 hp: 20
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -43,7 +44,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 1 attack: 1
hp: 17 hp: 17
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 3 attack: 3
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 5 mana: 5
attack: 4 attack: 4
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -46,7 +46,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 3 attack: 3
hp: 10 hp: 10
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 2 attack: 2
hp: 25 hp: 25
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 4 attack: 4
hp: 15 hp: 15
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 3 attack: 3
hp: 9 hp: 9
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 3 attack: 3
hp: 21 hp: 21
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 2 attack: 2
hp: 24 hp: 24
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -43,7 +44,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 5 mana: 5
attack: 4 attack: 4
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 4 attack: 4
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 2 attack: 2
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 2 attack: 2
hp: 20 hp: 20
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 3 attack: 3
hp: 10 hp: 10
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 2 attack: 2
hp: 18 hp: 18
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 1 attack: 1
hp: 20 hp: 20
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 2 attack: 2
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 1 attack: 1
hp: 28 hp: 28
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -43,7 +44,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 1 attack: 1
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 3 attack: 3
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 4 attack: 4
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 2 attack: 2
hp: 21 hp: 21
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 2 attack: 2
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -45,7 +46,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 3 attack: 3
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 1 attack: 1
hp: 19 hp: 19
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -42,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 3 attack: 3
hp: 8 hp: 8
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: abilities:
@@ -42,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 4 attack: 4
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 14 hp: 14
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -43,7 +43,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 3 attack: 3
hp: 9 hp: 9
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 3 attack: 3
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 2 mana: 2
attack: 2 attack: 2
hp: 12 hp: 12
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 4 attack: 4
hp: 12 hp: 12
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 3 mana: 3
attack: 1 attack: 1
hp: 23 hp: 23
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 2 attack: 2
hp: 22 hp: 22
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -25,6 +25,7 @@ MonoBehaviour:
mana: 4 mana: 4
attack: 3 attack: 3
hp: 16 hp: 16
isOnline: 1
traits: [] traits: []
stats: [] stats: []
abilities: [] abilities: []
@@ -41,7 +42,7 @@ MonoBehaviour:
attack_audio: {fileID: 0} attack_audio: {fileID: 0}
damage_audio: {fileID: 0} damage_audio: {fileID: 0}
deckbuilding: 1 deckbuilding: 1
cost: 100 cost: 20
packs: packs:
- {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2} - {fileID: 11400000, guid: bafca3757bf537c43b1d2ba696456e2c, type: 2}
- {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2} - {fileID: 11400000, guid: 2db0d9f08bdfa57419101c08b8598c1a, type: 2}

View File

@@ -14,21 +14,14 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
id: dark_deck id: dark_deck
title: "\u6697" title: "\u6697"
hero: {fileID: 11400000, guid: cf170aea7ffb041428f37608f1561058, type: 2} hero: {fileID: 0}
cards: cards:
- {fileID: 11400000, guid: 100e03cca97f7564b984d85fd14c26d9, type: 2} - {fileID: 11400000, guid: 100e03cca97f7564b984d85fd14c26d9, type: 2}
- {fileID: 11400000, guid: 535e33ff5456d994fbf957c0fe40c4ac, type: 2} - {fileID: 11400000, guid: 535e33ff5456d994fbf957c0fe40c4ac, type: 2}
- {fileID: 11400000, guid: 910d6457934d0a849a42f4cfae844805, type: 2}
- {fileID: 11400000, guid: 49b99ba5114693c4b954cb7c1b722558, type: 2}
- {fileID: 11400000, guid: d9fe7c42a108ede4183a5e20efe3d2bb, type: 2} - {fileID: 11400000, guid: d9fe7c42a108ede4183a5e20efe3d2bb, type: 2}
- {fileID: 11400000, guid: 72c30485c65cd6845a60201dd74cd10f, type: 2} - {fileID: 11400000, guid: 72c30485c65cd6845a60201dd74cd10f, type: 2}
- {fileID: 11400000, guid: fa48e8231f8394447baa92993010c71e, type: 2} - {fileID: 11400000, guid: fa48e8231f8394447baa92993010c71e, type: 2}
- {fileID: 11400000, guid: 2d6a8f437d3ab8d46a3f3d8f7bd03367, type: 2}
- {fileID: 11400000, guid: d0debc0d9d2fe93439e24070934107a2, type: 2}
- {fileID: 11400000, guid: ae24c9524bf0249438a4a67ba44cfd09, type: 2} - {fileID: 11400000, guid: ae24c9524bf0249438a4a67ba44cfd09, type: 2}
- {fileID: 11400000, guid: 16f1729eddb207a4b9e57cc73b84590c, type: 2}
- {fileID: 11400000, guid: 4d2b02d28b57914479f936d0c3d05c2c, type: 2}
- {fileID: 11400000, guid: e776a8b49e2a16c4ba4019656a1c0801, type: 2}
- {fileID: 11400000, guid: bdeead6f17c26734794c67ff36930439, type: 2} - {fileID: 11400000, guid: bdeead6f17c26734794c67ff36930439, type: 2}
- {fileID: 11400000, guid: ad8a3ad9ff32f324ab29703fb95bae1f, type: 2} - {fileID: 11400000, guid: ad8a3ad9ff32f324ab29703fb95bae1f, type: 2}
- {fileID: 11400000, guid: d449802505176a7469f87c6d8df1a16e, type: 2} - {fileID: 11400000, guid: d449802505176a7469f87c6d8df1a16e, type: 2}

View File

@@ -14,18 +14,13 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
id: fire_deck id: fire_deck
title: "\u706B" title: "\u706B"
hero: {fileID: 11400000, guid: cf170aea7ffb041428f37608f1561058, type: 2} hero: {fileID: 0}
cards: cards:
- {fileID: 11400000, guid: c1140ad42a7f855488f0a48f0d55c54e, type: 2} - {fileID: 11400000, guid: c1140ad42a7f855488f0a48f0d55c54e, type: 2}
- {fileID: 11400000, guid: 522b9326c509ab347978deac0c1055dc, type: 2}
- {fileID: 11400000, guid: 846ab40b0001b9440b5d13e8a541d3d5, type: 2} - {fileID: 11400000, guid: 846ab40b0001b9440b5d13e8a541d3d5, type: 2}
- {fileID: 11400000, guid: 99261e5188df5164f95b50672ae33d11, type: 2}
- {fileID: 11400000, guid: 8dc50659a8d303149a79ce7ef307d88f, type: 2}
- {fileID: 11400000, guid: b54532b166101284a9f0ce8158591c8e, type: 2} - {fileID: 11400000, guid: b54532b166101284a9f0ce8158591c8e, type: 2}
- {fileID: 11400000, guid: 262e8c21fcf9b2f42896863841972b05, type: 2} - {fileID: 11400000, guid: 262e8c21fcf9b2f42896863841972b05, type: 2}
- {fileID: 11400000, guid: 7f458743058d64846988fe485026b353, type: 2}
- {fileID: 11400000, guid: 464b219ca99955246927f08f2e7e1681, type: 2} - {fileID: 11400000, guid: 464b219ca99955246927f08f2e7e1681, type: 2}
- {fileID: 11400000, guid: 760b7a7efcee66742a6bb97ed1eb4dae, type: 2}
- {fileID: 11400000, guid: 0d523c62727f22841b352574d2e6dec6, type: 2} - {fileID: 11400000, guid: 0d523c62727f22841b352574d2e6dec6, type: 2}
- {fileID: 11400000, guid: cdddd2139da0fa446bfec3b84cdf628a, type: 2} - {fileID: 11400000, guid: cdddd2139da0fa446bfec3b84cdf628a, type: 2}
- {fileID: 11400000, guid: 939305374a78f7948a7a7e3d0daba92a, type: 2} - {fileID: 11400000, guid: 939305374a78f7948a7a7e3d0daba92a, type: 2}

View File

@@ -14,18 +14,12 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
id: light_deck id: light_deck
title: "\u5149" title: "\u5149"
hero: {fileID: 11400000, guid: 04fd0777e8f567b48ad05e6bdaf97c1d, type: 2} hero: {fileID: 0}
cards: cards:
- {fileID: 11400000, guid: 81514b2f1f2061943aa3ba592d4dce63, type: 2} - {fileID: 11400000, guid: 81514b2f1f2061943aa3ba592d4dce63, type: 2}
- {fileID: 11400000, guid: eb7d86fbeff4be649a7fa12b245b964f, type: 2} - {fileID: 11400000, guid: eb7d86fbeff4be649a7fa12b245b964f, type: 2}
- {fileID: 11400000, guid: b7dde845192fdcb4d9cdbef6baebd687, type: 2} - {fileID: 11400000, guid: b7dde845192fdcb4d9cdbef6baebd687, type: 2}
- {fileID: 11400000, guid: 99018e237c28b9d469f6554006a70d8f, type: 2}
- {fileID: 11400000, guid: b8864f64ca75cb9438edd397578cbac4, type: 2}
- {fileID: 11400000, guid: 02d3056ceecad544689249e5b367d844, type: 2}
- {fileID: 11400000, guid: 819d84a6685399e4e8540f25e6043228, type: 2} - {fileID: 11400000, guid: 819d84a6685399e4e8540f25e6043228, type: 2}
- {fileID: 11400000, guid: c1cb4d791118ffb47a665d2287c9d419, type: 2}
- {fileID: 11400000, guid: 01465b4ae29f1d74898dcddd5549dc5c, type: 2} - {fileID: 11400000, guid: 01465b4ae29f1d74898dcddd5549dc5c, type: 2}
- {fileID: 11400000, guid: 94116b72dd891ce4d89f85143b905eb3, type: 2}
- {fileID: 11400000, guid: e1e9aa197b8096a4ca471532bda87dab, type: 2} - {fileID: 11400000, guid: e1e9aa197b8096a4ca471532bda87dab, type: 2}
- {fileID: 11400000, guid: 75d98defd33a96048994befdb6f7d851, type: 2}
- {fileID: 11400000, guid: d72725a8182803f498d016d76d430ac9, type: 2} - {fileID: 11400000, guid: d72725a8182803f498d016d76d430ac9, type: 2}

View File

@@ -14,24 +14,13 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
id: water_deck id: water_deck
title: "\u6C34" title: "\u6C34"
hero: {fileID: 11400000, guid: 111d60b13ae137f4597da2789d94ecce, type: 2} hero: {fileID: 0}
cards: cards:
- {fileID: 11400000, guid: 1b9a993c25b99ba4e8f4a450987bfc0b, type: 2} - {fileID: 11400000, guid: 1b9a993c25b99ba4e8f4a450987bfc0b, type: 2}
- {fileID: 11400000, guid: b3dc6e4cb5e2df741b35b9d2fe9a63b5, type: 2} - {fileID: 11400000, guid: b3dc6e4cb5e2df741b35b9d2fe9a63b5, type: 2}
- {fileID: 11400000, guid: 0bb5e1d20042a7643a1a2fd4db4d0c92, type: 2}
- {fileID: 11400000, guid: 9d027a6cac65f1a43891748172873fa5, type: 2}
- {fileID: 11400000, guid: bb53f063a15f17d40acc96e8cb2c3d5b, type: 2}
- {fileID: 11400000, guid: fd5db568771c24a46a13d368177cddd3, type: 2}
- {fileID: 11400000, guid: a90a279c9927e55459a3a6f242d96768, type: 2} - {fileID: 11400000, guid: a90a279c9927e55459a3a6f242d96768, type: 2}
- {fileID: 11400000, guid: efdc198cd9718534e9ba8339e9466f10, type: 2} - {fileID: 11400000, guid: efdc198cd9718534e9ba8339e9466f10, type: 2}
- {fileID: 11400000, guid: 7a90c2dfb71709141b19f1aef0837c94, type: 2} - {fileID: 11400000, guid: 7a90c2dfb71709141b19f1aef0837c94, type: 2}
- {fileID: 11400000, guid: 0293812814c93ca49bbef4a9d123db01, type: 2} - {fileID: 11400000, guid: 0293812814c93ca49bbef4a9d123db01, type: 2}
- {fileID: 11400000, guid: 93a2c0a093f6b004cb0de1490e529ee8, type: 2}
- {fileID: 11400000, guid: 89b9782cf37ba534391826594efa0415, type: 2}
- {fileID: 11400000, guid: 08f77f742de3b794ab6aa49f7ffc68ba, type: 2}
- {fileID: 11400000, guid: bbfd3fdb88f4fba4980c32d1efe230d4, type: 2}
- {fileID: 11400000, guid: 3ac1efe32ad74d549ba8b22a8a549af4, type: 2}
- {fileID: 11400000, guid: e3abd820044d36b4fa21cee46f2df4aa, type: 2}
- {fileID: 11400000, guid: 057baf323e4525b4089cae7970058884, type: 2}
- {fileID: 11400000, guid: 767e839d28f58ed46806f30a6156e5a0, type: 2} - {fileID: 11400000, guid: 767e839d28f58ed46806f30a6156e5a0, type: 2}
- {fileID: 11400000, guid: 8baf697cd5ecdf84eb28717c3b7b0890, type: 2} - {fileID: 11400000, guid: 8baf697cd5ecdf84eb28717c3b7b0890, type: 2}

View File

@@ -14,23 +14,17 @@ MonoBehaviour:
m_EditorClassIdentifier: m_EditorClassIdentifier:
id: wind_deck id: wind_deck
title: "\u98CE" title: "\u98CE"
hero: {fileID: 11400000, guid: 04fd0777e8f567b48ad05e6bdaf97c1d, type: 2} hero: {fileID: 0}
cards: cards:
- {fileID: 11400000, guid: c28f2445629ce5640a1e0acc9a68a012, type: 2} - {fileID: 11400000, guid: c28f2445629ce5640a1e0acc9a68a012, type: 2}
- {fileID: 11400000, guid: 2449405c9365b1047a1cb6d8c694246e, type: 2} - {fileID: 11400000, guid: 2449405c9365b1047a1cb6d8c694246e, type: 2}
- {fileID: 11400000, guid: 870a69b7e82ea014a9c9b163fc6757f8, type: 2} - {fileID: 11400000, guid: 870a69b7e82ea014a9c9b163fc6757f8, type: 2}
- {fileID: 11400000, guid: 67ca9778de47e3b4a9cd05031f8e3b37, type: 2}
- {fileID: 11400000, guid: c2492e502e60eaf42880c0d6d915b74e, type: 2}
- {fileID: 11400000, guid: 456dae0deadc5cc41a84d331373f1cbd, type: 2}
- {fileID: 11400000, guid: 1e20cb5f03d03e04fa61f42712a6cef5, type: 2} - {fileID: 11400000, guid: 1e20cb5f03d03e04fa61f42712a6cef5, type: 2}
- {fileID: 11400000, guid: 5baebb94a19161040a27a3a1c373b621, type: 2} - {fileID: 11400000, guid: 5baebb94a19161040a27a3a1c373b621, type: 2}
- {fileID: 11400000, guid: ce7cb3761152efe48884479b7d4f2ce4, type: 2} - {fileID: 11400000, guid: ce7cb3761152efe48884479b7d4f2ce4, type: 2}
- {fileID: 11400000, guid: a4e26722d1514ee48969e03099ee03c6, type: 2} - {fileID: 11400000, guid: a4e26722d1514ee48969e03099ee03c6, type: 2}
- {fileID: 11400000, guid: e6c220d77b922c343a18b0ab5000ae5a, type: 2}
- {fileID: 11400000, guid: 7237dacdd80dca341b4521462dd3dfb9, type: 2} - {fileID: 11400000, guid: 7237dacdd80dca341b4521462dd3dfb9, type: 2}
- {fileID: 11400000, guid: 517e2aaf4e7ed91469a8b0c0385183e0, type: 2} - {fileID: 11400000, guid: 517e2aaf4e7ed91469a8b0c0385183e0, type: 2}
- {fileID: 11400000, guid: 6e9b67a27fbaa714995866756579a802, type: 2} - {fileID: 11400000, guid: 6e9b67a27fbaa714995866756579a802, type: 2}
- {fileID: 11400000, guid: 88b73d26d019d3d448b92f06a75f8538, type: 2} - {fileID: 11400000, guid: 88b73d26d019d3d448b92f06a75f8538, type: 2}
- {fileID: 11400000, guid: f0186e8f04e961849aa27634bd718a84, type: 2} - {fileID: 11400000, guid: f0186e8f04e961849aa27634bd718a84, type: 2}
- {fileID: 11400000, guid: a1b84e63003104f469b5c2d2c8cc24f7, type: 2}
- {fileID: 11400000, guid: c1becfc5805600648bb359207f31c494, type: 2}

View File

@@ -16,30 +16,29 @@ MonoBehaviour:
type: 0 type: 0
cards: 5 cards: 5
rarities_1st: rarities_1st:
- rarity: {fileID: 11400000, guid: 15eaa2a0fbd97f149b3aa87387c160d1, type: 2}
probability: 70
- rarity: {fileID: 11400000, guid: 13b592f40b7cd424c966f5d7eef425aa, type: 2}
probability: 30
rarities:
- rarity: {fileID: 11400000, guid: fab1a52f5a36cc942985dea95be18ac9, type: 2}
probability: 80
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2} - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 12 probability: 100
- rarity: {fileID: 11400000, guid: 15eaa2a0fbd97f149b3aa87387c160d1, type: 2} rarities:
probability: 6 - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
- rarity: {fileID: 11400000, guid: 13b592f40b7cd424c966f5d7eef425aa, type: 2} probability: 20
probability: 2 - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 20
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 20
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 20
variants: variants:
- variant: {fileID: 11400000, guid: 2132a370f5bfc284b8d48d66aa4b15f0, type: 2} - variant: {fileID: 11400000, guid: 2132a370f5bfc284b8d48d66aa4b15f0, type: 2}
probability: 90 probability: 90
- variant: {fileID: 11400000, guid: 3a827aeeaca139641a4b8ad0c3c74f52, type: 2} - variant: {fileID: 11400000, guid: 3a827aeeaca139641a4b8ad0c3c74f52, type: 2}
probability: 10 probability: 10
title: "\u9EC4\u91D1\u5361\u5305" title: "\u7CBE\u82F1\u5361\u5305"
pack_img: {fileID: 21300000, guid: e400c282187e5f54dab6aacfd8adae20, type: 3} pack_img: {fileID: 21300000, guid: e400c282187e5f54dab6aacfd8adae20, type: 3}
cardback_img: {fileID: 21300000, guid: 96d8dad709a2729419f19d1d4633a0ef, type: 3} cardback_img: {fileID: 21300000, guid: 96d8dad709a2729419f19d1d4633a0ef, type: 3}
pack_img_path: Cardbacks/pack_gold.png pack_img_path: Cardbacks/ElitePack.png
cardback_img_path: Cardbacks/cardback_gold.png cardback_img_path: Cardbacks/cardback_gold.png
desc: "\u7CBE\u82F1\u5361\u5305\uFF0C\u5185\u542B5\u5F20\u5361\u724C\u3002\u66F4\u6709\u673A\u4F1A\u83B7\u5F97\u7A00\u6709\u5361\u724C\u548C\u795E\u8BDD\u5361\u724C\u3002." desc: "\u7CBE\u82F1\u5361\u5305\uFF0C\u5185\u542B5\u5F20\u5361\u724C\u3002\u66F4\u6709\u673A\u4F1A\u83B7\u5F97\u7A00\u6709\u5361\u724C\u548C\u795E\u8BDD\u5361\u724C\u3002"
sort_order: 1 sort_order: 1
available: 1 available: 1
cost: 250 cost: 200
tradeCurrency: 1

View File

@@ -17,20 +17,16 @@ MonoBehaviour:
cards: 5 cards: 5
rarities_1st: rarities_1st:
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2} - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 60 probability: 100
- rarity: {fileID: 11400000, guid: 15eaa2a0fbd97f149b3aa87387c160d1, type: 2}
probability: 30
- rarity: {fileID: 11400000, guid: 13b592f40b7cd424c966f5d7eef425aa, type: 2}
probability: 10
rarities: rarities:
- rarity: {fileID: 11400000, guid: fab1a52f5a36cc942985dea95be18ac9, type: 2}
probability: 80
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2} - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 12 probability: 20
- rarity: {fileID: 11400000, guid: 15eaa2a0fbd97f149b3aa87387c160d1, type: 2} - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 6 probability: 20
- rarity: {fileID: 11400000, guid: 13b592f40b7cd424c966f5d7eef425aa, type: 2} - rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 2 probability: 20
- rarity: {fileID: 11400000, guid: 72248f07232412e4db2f6864dbb4e271, type: 2}
probability: 20
variants: variants:
- variant: {fileID: 11400000, guid: 2132a370f5bfc284b8d48d66aa4b15f0, type: 2} - variant: {fileID: 11400000, guid: 2132a370f5bfc284b8d48d66aa4b15f0, type: 2}
probability: 96 probability: 96
@@ -39,9 +35,9 @@ MonoBehaviour:
title: "\u767D\u94F6\u5361\u5305" title: "\u767D\u94F6\u5361\u5305"
pack_img: {fileID: 0} pack_img: {fileID: 0}
cardback_img: {fileID: 21300000, guid: 0e839bd6251bf9a4697b9cb18c1565a4, type: 3} cardback_img: {fileID: 21300000, guid: 0e839bd6251bf9a4697b9cb18c1565a4, type: 3}
pack_img_path: Cardbacks/pack_silver.png pack_img_path: Cardbacks/StandardPack.png
cardback_img_path: Cardbacks/cardback_silver.png cardback_img_path: Cardbacks/cardback_silver.png
desc: "\u767D\u94F6\u5361\u5305\uFF0C\u5185\u542B5\u5F20\u5361\u724C." desc: "\u767D\u94F6\u5361\u5305\uFF0C\u5185\u542B5\u5F20\u5361\u724C."
sort_order: 0 sort_order: 0
available: 1 available: 1
cost: 100 cost: 160

View File

@@ -1000,6 +1000,7 @@ RectTransform:
- {fileID: 1297538989} - {fileID: 1297538989}
- {fileID: 324626297} - {fileID: 324626297}
- {fileID: 474838735} - {fileID: 474838735}
- {fileID: 438317356}
m_Father: {fileID: 1503973601} m_Father: {fileID: 1503973601}
m_RootOrder: 4 m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -1251,7 +1252,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 438317355} m_GameObject: {fileID: 438317355}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
@@ -1259,13 +1260,13 @@ RectTransform:
- {fileID: 654036326} - {fileID: 654036326}
- {fileID: 1803899113} - {fileID: 1803899113}
- {fileID: 479416095} - {fileID: 479416095}
m_Father: {fileID: 1503973601} m_Father: {fileID: 394113534}
m_RootOrder: 11 m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0} m_AnchorMin: {x: 1, y: 0.5}
m_AnchorMax: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 0.5}
m_AnchoredPosition: {x: -114.08002, y: 0} m_AnchoredPosition: {x: 481.92004, y: 124.00001}
m_SizeDelta: {x: 166.9, y: 0} m_SizeDelta: {x: 166.9, y: 1080}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &438317357 --- !u!114 &438317357
MonoBehaviour: MonoBehaviour:
@@ -3852,8 +3853,6 @@ RectTransform:
- {fileID: 46835325} - {fileID: 46835325}
- {fileID: 1798367777} - {fileID: 1798367777}
- {fileID: 793173776} - {fileID: 793173776}
- {fileID: 438317356}
- {fileID: 1662779295}
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 3 m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -4022,82 +4021,6 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1563361832} m_GameObject: {fileID: 1563361832}
m_CullTransparentMesh: 0 m_CullTransparentMesh: 0
--- !u!1 &1662779294
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 1662779295}
- component: {fileID: 1662779297}
- component: {fileID: 1662779296}
m_Layer: 5
m_Name: Image
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &1662779295
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1662779294}
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: 1
m_Children: []
m_Father: {fileID: 1503973601}
m_RootOrder: 12
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -2061, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1662779296
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1662779294}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: a1a70a30414ef424c9a2e34023f75931, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!222 &1662779297
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1662779294}
m_CullTransparentMesh: 1
--- !u!20 &1665627343 stripped --- !u!20 &1665627343 stripped
Camera: Camera:
m_CorrespondingSourceObject: {fileID: 983565676363518255, guid: 898e8579d4957bd4e84681c7ddd7a178, m_CorrespondingSourceObject: {fileID: 983565676363518255, guid: 898e8579d4957bd4e84681c7ddd7a178,
@@ -4276,7 +4199,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0.019958, y: -270} m_AnchoredPosition: {x: 0.019958, y: -270}
m_SizeDelta: {x: 280, y: 68.99} m_SizeDelta: {x: 232, y: 104}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1721136111 --- !u!114 &1721136111
MonoBehaviour: MonoBehaviour:
@@ -4367,7 +4290,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_Sprite: {fileID: 21300000, guid: 80bb4745fbd49ca49b161ac56ac1eb9b, type: 3} m_Sprite: {fileID: 21300000, guid: 5b04825c484dc654ca516ae91d7cbb61, type: 3}
m_Type: 0 m_Type: 0
m_PreserveAspect: 0 m_PreserveAspect: 0
m_FillCenter: 1 m_FillCenter: 1
@@ -4951,6 +4874,7 @@ GameObject:
- component: {fileID: 2097017274} - component: {fileID: 2097017274}
- component: {fileID: 2097017276} - component: {fileID: 2097017276}
- component: {fileID: 2097017275} - component: {fileID: 2097017275}
- component: {fileID: 2097017277}
m_Layer: 5 m_Layer: 5
m_Name: Text m_Name: Text
m_TagString: Untagged m_TagString: Untagged
@@ -4975,8 +4899,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 6.790001}
m_SizeDelta: {x: 0, y: 0} m_SizeDelta: {x: 0, y: -13.58}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2097017275 --- !u!114 &2097017275
MonoBehaviour: MonoBehaviour:
@@ -5001,7 +4925,7 @@ MonoBehaviour:
m_FontData: m_FontData:
m_Font: {fileID: 12800000, guid: 294abb673bffdbb498170d01a73153e5, type: 3} m_Font: {fileID: 12800000, guid: 294abb673bffdbb498170d01a73153e5, type: 3}
m_FontSize: 32 m_FontSize: 32
m_FontStyle: 0 m_FontStyle: 1
m_BestFit: 0 m_BestFit: 0
m_MinSize: 2 m_MinSize: 2
m_MaxSize: 50 m_MaxSize: 50
@@ -5020,6 +4944,21 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2097017273} m_GameObject: {fileID: 2097017273}
m_CullTransparentMesh: 0 m_CullTransparentMesh: 0
--- !u!114 &2097017277
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2097017273}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e19747de3f5aca642ab2be37e372fb86, type: 3}
m_Name:
m_EditorClassIdentifier:
m_EffectColor: {r: 0, g: 0, b: 0, a: 0.21960784}
m_EffectDistance: {x: 1, y: -1}
m_UseGraphicAlpha: 1
--- !u!1 &2097557190 --- !u!1 &2097557190
GameObject: GameObject:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@@ -5488,7 +5427,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 363.88, y: 341.52} m_AnchoredPosition: {x: 363.88, y: 341.52}
m_SizeDelta: {x: 76, y: 79} m_SizeDelta: {x: 72, y: 80}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2139851782 --- !u!114 &2139851782
MonoBehaviour: MonoBehaviour:
@@ -5566,7 +5505,7 @@ MonoBehaviour:
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
m_Calls: [] m_Calls: []
m_Sprite: {fileID: 21300000, guid: e50affbc14ed6bc4db3f75f1894dff97, type: 3} m_Sprite: {fileID: 21300000, guid: 27e81adbc9662c74ba0efbdccdfea13c, type: 3}
m_Type: 0 m_Type: 0
m_PreserveAspect: 0 m_PreserveAspect: 0
m_FillCenter: 1 m_FillCenter: 1

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