Skip to content
Snippets Groups Projects
Commit 636a80bd authored by Bahil Botond's avatar Bahil Botond :pregnant_woman_tone2:
Browse files

balancing

parent 9518712f
No related branches found
No related tags found
No related merge requests found
Pipeline #29999 passed
...@@ -12,7 +12,7 @@ MonoBehaviour: ...@@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 2a9ec0c949c74d24acfd735920debe06, type: 3} m_Script: {fileID: 11500000, guid: 2a9ec0c949c74d24acfd735920debe06, type: 3}
m_Name: EconomyConfig m_Name: EconomyConfig
m_EditorClassIdentifier: m_EditorClassIdentifier:
startingBalance: 1000 startingBalance: 500
roundBasePay: 200 roundBasePay: 250
newUnitsDestroyedPay: 10 newUnitsDestroyedPay: 40
totalUnitsPurchasedPay: 10 totalUnitsPurchasedPay: 20
...@@ -12,4 +12,4 @@ MonoBehaviour: ...@@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 294053db03e7456ebd6f2fdded42e91f, type: 3} m_Script: {fileID: 11500000, guid: 294053db03e7456ebd6f2fdded42e91f, type: 3}
m_Name: OverviewConfig m_Name: OverviewConfig
m_EditorClassIdentifier: m_EditorClassIdentifier:
fightingPhaseDuration: 5 fightingPhaseDuration: 8
...@@ -19,4 +19,4 @@ MonoBehaviour: ...@@ -19,4 +19,4 @@ MonoBehaviour:
barrackSpawnCooldownTime: 0.6 barrackSpawnCooldownTime: 0.6
castleStartingHealth: 10 castleStartingHealth: 10
maxBuildingDistance: 3 maxBuildingDistance: 3
barrackSpawnTimeOffset: 0.1 barrackSpawnTimeOffset: 0.3
...@@ -17,12 +17,9 @@ MonoBehaviour: ...@@ -17,12 +17,9 @@ MonoBehaviour:
previewSprite: {fileID: 21300000, guid: 7872f03f95a083540a555b27e7d34569, type: 3} previewSprite: {fileID: 21300000, guid: 7872f03f95a083540a555b27e7d34569, type: 3}
aliveSpriteConstant: {fileID: 21300000, guid: d2030ca1e2577ee46bb3a7c19b4e09aa, type: 3} aliveSpriteConstant: {fileID: 21300000, guid: d2030ca1e2577ee46bb3a7c19b4e09aa, type: 3}
aliveSpriteColored: {fileID: 21300000, guid: 5d8521948dac437408f74daf06a78568, type: 3} aliveSpriteColored: {fileID: 21300000, guid: 5d8521948dac437408f74daf06a78568, type: 3}
destroyedSprite: {fileID: 0}
attackEffect: {fileID: 0}
destroyedEffect: {fileID: 0}
airborne: 1 airborne: 1
name: Plane name: Plane
health: 60 health: 60
damage: 0.5 damage: 0.5
speed: 4 speed: 4
cost: 70 cost: 100
...@@ -17,12 +17,9 @@ MonoBehaviour: ...@@ -17,12 +17,9 @@ MonoBehaviour:
previewSprite: {fileID: 21300000, guid: fcbfa9527e6758646922e005ce13acb7, type: 3} previewSprite: {fileID: 21300000, guid: fcbfa9527e6758646922e005ce13acb7, type: 3}
aliveSpriteConstant: {fileID: 21300000, guid: 7c3583380f62a8549997f3168ef924f5, type: 3} aliveSpriteConstant: {fileID: 21300000, guid: 7c3583380f62a8549997f3168ef924f5, type: 3}
aliveSpriteColored: {fileID: 21300000, guid: e1c97fc1a747a2440981c15e8f8b2af8, type: 3} aliveSpriteColored: {fileID: 21300000, guid: e1c97fc1a747a2440981c15e8f8b2af8, type: 3}
destroyedSprite: {fileID: 0}
attackEffect: {fileID: 0}
destroyedEffect: {fileID: 0}
airborne: 0 airborne: 0
name: Tank name: Tank
health: 100 health: 100
damage: 1 damage: 1
speed: 2 speed: 2
cost: 100 cost: 160
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment