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

First balancing

parent d5cab1cd
No related branches found
No related tags found
1 merge request!67Balancing the game (Closes #65)
Pipeline #22452 passed
Showing
with 23 additions and 23 deletions
......@@ -14,5 +14,5 @@ MonoBehaviour:
m_EditorClassIdentifier:
startingBalance: 500
roundBasePay: 200
newUnitsKilledPay: 50
totalUnitsPurchasedPay: 50
newUnitsKilledPay: 10
totalUnitsPurchasedPay: 10
......@@ -18,8 +18,8 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Heavy Hitter I
damage: 10
range: 10
damage: 15
range: 3
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -18,8 +18,8 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Heavy Hitter II
damage: 10
range: 10
damage: 20
range: 3
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -18,8 +18,8 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Heavy Hitter III
damage: 10
range: 10
damage: 30
range: 3
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -19,8 +19,8 @@ MonoBehaviour:
ambientEffect: {fileID: 0}
name: Pew-Pew-Pew I
damage: 10
range: 10
cooldownTime: 1
range: 3
cooldownTime: 0.6
buildingCost: 100
destroyRefund: 50
upgradeCost: 100
......
......@@ -18,9 +18,9 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Pew-Pew-Pew II
damage: 10
range: 10
cooldownTime: 1
damage: 12
range: 3
cooldownTime: 0.5
buildingCost: 100
destroyRefund: 50
upgradeCost: 100
......
......@@ -18,9 +18,9 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Pew-Pew-Pew III
damage: 10
range: 10
cooldownTime: 1
damage: 15
range: 3
cooldownTime: 0.4
buildingCost: 100
destroyRefund: 50
upgradeCost: 100
......
......@@ -19,7 +19,7 @@ MonoBehaviour:
ambientEffect: {fileID: 0}
name: Sniper I
damage: 10
range: 10
range: 5
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -18,8 +18,8 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Sniper II
damage: 10
range: 10
damage: 12
range: 5
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -18,8 +18,8 @@ MonoBehaviour:
shootingEffect: {fileID: 0}
ambientEffect: {fileID: 0}
name: Sniper III
damage: 10
range: 10
damage: 15
range: 6
cooldownTime: 1
buildingCost: 100
destroyRefund: 50
......
......@@ -19,7 +19,7 @@ MonoBehaviour:
attackEffect: {fileID: 0}
destroyedEffect: {fileID: 0}
name: Glass Cannon
health: 30
health: 60
damage: 0.5
speed: 4
cost: 70
......@@ -19,7 +19,7 @@ MonoBehaviour:
attackEffect: {fileID: 0}
destroyedEffect: {fileID: 0}
name: Turtle
health: 50
health: 100
damage: 1
speed: 2
cost: 100
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