Finalised AI scripts and added in some limitations to mana and hand size, removed auto draw at the end of each turn, as well as reducing mana top-up each round to 1

This commit is contained in:
SHOUTING_PIRATE
2025-04-28 17:25:10 +01:00
parent 11297a3078
commit ab6878fa69
56 changed files with 69508 additions and 5065 deletions

View File

@@ -244,6 +244,142 @@ Transform:
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &106392934
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 106392935}
- component: {fileID: 106392937}
- component: {fileID: 106392936}
m_Layer: 5
m_Name: MaxHandSizeWarning
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
--- !u!224 &106392935
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 106392934}
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: 1747056647}
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: 140}
m_SizeDelta: {x: 1325, y: 113}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &106392936
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 106392934}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, 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_text: Hand size is full, cannot draw anymore cards
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4278190335
m_fontColor: {r: 1, g: 0, b: 0, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 62.6
m_fontSizeBase: 36
m_fontWeight: 400
m_enableAutoSizing: 1
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 0
m_HorizontalAlignment: 2
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_TextWrappingMode: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 0
m_ActiveFontFeatures: 6e72656b
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_EmojiFallbackSupport: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!222 &106392937
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 106392934}
m_CullTransparentMesh: 1
--- !u!1 &258378758
GameObject:
m_ObjectHideFlags: 0
@@ -429,14 +565,15 @@ MonoBehaviour:
m_EditorClassIdentifier:
startingMana: 4
maxMana: 12
playerMana: 0
enemyMana: 0
playerMana: 4
enemyMana: 4
startingCardsAmount: 5
cardsToDrawPerTurn: 2
currentPhase: 0
discardPoint: {fileID: 996899215}
playerHealth: 50
enemyHealth: 50
manaRefillAmount: 1
--- !u!4 &320923692
Transform:
m_ObjectHideFlags: 0
@@ -3309,6 +3446,7 @@ MonoBehaviour:
cardToSpawn: {fileID: 5123884772882841957, guid: 24fd8ad1840ae574ea3eb6ced092e591, type: 3}
drawCardCost: 2
waitBetweenDrawingCards: 0.5
maxHandSize: 7
--- !u!4 &1659412009
Transform:
m_ObjectHideFlags: 0
@@ -3550,6 +3688,7 @@ MonoBehaviour:
playerHealthTxt: {fileID: 565510198}
enemyHealthTxt: {fileID: 769558579}
manaWarning: {fileID: 403163950}
handWarning: {fileID: 106392934}
manaWarningTime: 2
drawCardBtn: {fileID: 2100589756}
endTurnBtn: {fileID: 1625841842}
@@ -3636,6 +3775,7 @@ RectTransform:
- {fileID: 760378391}
- {fileID: 769558578}
- {fileID: 403163953}
- {fileID: 106392935}
- {fileID: 2100589757}
- {fileID: 1625841843}
m_Father: {fileID: 0}
@@ -3834,8 +3974,8 @@ MonoBehaviour:
- {fileID: 11400000, guid: 7e8bb9e0be8b19b4cbc33322e0c68414, type: 2}
cardToSpawn: {fileID: 7608149514179600574, guid: 4aa06ce55518be94b928955dfd8d9c04, type: 3}
cardSpawnPoint: {fileID: 1789455650}
enemyAIType: 0
startHandSize: 0
enemyAIType: 3
startHandSize: 5
--- !u!1 &1895169776
GameObject:
m_ObjectHideFlags: 0