diff --git a/Assets/World/Config/EconomyConfig.asset b/Assets/World/Config/EconomyConfig.asset index e0b831c2b0e84deeab3d88c1f45df6d297dfcee4..050439800ea7a103c2dbda988d3034e6d90db852 100644 --- a/Assets/World/Config/EconomyConfig.asset +++ b/Assets/World/Config/EconomyConfig.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 2a9ec0c949c74d24acfd735920debe06, type: 3} m_Name: EconomyConfig m_EditorClassIdentifier: - startingBalance: 1000 - roundBasePay: 200 - newUnitsDestroyedPay: 10 - totalUnitsPurchasedPay: 10 + startingBalance: 500 + roundBasePay: 250 + newUnitsDestroyedPay: 40 + totalUnitsPurchasedPay: 20 diff --git a/Assets/World/Config/OverviewConfig.asset b/Assets/World/Config/OverviewConfig.asset index 2486a8c050ec36632d24e2cd782b05d62784d72a..4e2d8e1614f98813ea57fcae25a8c2c5b8e89ba0 100644 --- a/Assets/World/Config/OverviewConfig.asset +++ b/Assets/World/Config/OverviewConfig.asset @@ -12,4 +12,4 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 294053db03e7456ebd6f2fdded42e91f, type: 3} m_Name: OverviewConfig m_EditorClassIdentifier: - fightingPhaseDuration: 5 + fightingPhaseDuration: 8 diff --git a/Assets/World/Config/WorldConfig.asset b/Assets/World/Config/WorldConfig.asset index 552ba4529d841271df9a5290e82e73accdfa8f67..d6465e5f99bfa6b970450545e186298a6d108cb1 100644 --- a/Assets/World/Config/WorldConfig.asset +++ b/Assets/World/Config/WorldConfig.asset @@ -19,4 +19,4 @@ MonoBehaviour: barrackSpawnCooldownTime: 0.6 castleStartingHealth: 10 maxBuildingDistance: 3 - barrackSpawnTimeOffset: 0.1 + barrackSpawnTimeOffset: 0.3 diff --git a/Assets/World/Units/FastUnitType.asset b/Assets/World/Units/FastUnitType.asset index 4210f89648403e9832ecb1b94214c188d1657764..977347671568fa3c64572dba3272022e18feb451 100644 --- a/Assets/World/Units/FastUnitType.asset +++ b/Assets/World/Units/FastUnitType.asset @@ -17,12 +17,9 @@ MonoBehaviour: previewSprite: {fileID: 21300000, guid: 7872f03f95a083540a555b27e7d34569, type: 3} aliveSpriteConstant: {fileID: 21300000, guid: d2030ca1e2577ee46bb3a7c19b4e09aa, type: 3} aliveSpriteColored: {fileID: 21300000, guid: 5d8521948dac437408f74daf06a78568, type: 3} - destroyedSprite: {fileID: 0} - attackEffect: {fileID: 0} - destroyedEffect: {fileID: 0} airborne: 1 name: Plane health: 60 damage: 0.5 speed: 4 - cost: 70 + cost: 100 diff --git a/Assets/World/Units/SlowUnitType.asset b/Assets/World/Units/SlowUnitType.asset index 78f932a069c71f66127b97701e2b2dc710152d5c..bb3f9caa68017e178942f5069570e9e1b69bab25 100644 --- a/Assets/World/Units/SlowUnitType.asset +++ b/Assets/World/Units/SlowUnitType.asset @@ -17,12 +17,9 @@ MonoBehaviour: previewSprite: {fileID: 21300000, guid: fcbfa9527e6758646922e005ce13acb7, type: 3} aliveSpriteConstant: {fileID: 21300000, guid: 7c3583380f62a8549997f3168ef924f5, type: 3} aliveSpriteColored: {fileID: 21300000, guid: e1c97fc1a747a2440981c15e8f8b2af8, type: 3} - destroyedSprite: {fileID: 0} - attackEffect: {fileID: 0} - destroyedEffect: {fileID: 0} airborne: 0 name: Tank health: 100 damage: 1 speed: 2 - cost: 100 + cost: 160