Adding 11 waves of enemies and bunch of new enemy types!
This commit is contained in:
parent
04ead32846
commit
8b9ca8294f
308 changed files with 71008 additions and 160 deletions
|
|
@ -12,17 +12,49 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: dede7fe606207ab4a8b7624d0a710d9b, type: 3}
|
||||
m_Name: GoldConfig
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.GoldConfig
|
||||
StartingGold: 100
|
||||
StartingGold: 150
|
||||
Waves:
|
||||
- Wave: {fileID: 11400000, guid: 65f66289ea1233b4897f46cd997d9c7a, type: 2}
|
||||
GoldPerEnemy: 5
|
||||
CompletionBonus: 20
|
||||
CompletionBonus: 25
|
||||
NoLeaksBonus: 50
|
||||
- Wave: {fileID: 11400000, guid: 190e39db44aa0794aa808fd60976f7c4, type: 2}
|
||||
GoldPerEnemy: 7
|
||||
CompletionBonus: 20
|
||||
CompletionBonus: 30
|
||||
NoLeaksBonus: 50
|
||||
- Wave: {fileID: 11400000, guid: 39921b44a1a0a56478200028940c5202, type: 2}
|
||||
GoldPerEnemy: 10
|
||||
CompletionBonus: 20
|
||||
CompletionBonus: 35
|
||||
NoLeaksBonus: 50
|
||||
- Wave: {fileID: 11400000, guid: 50f498bc5bfc46e44b064cc96403e2cb, type: 2}
|
||||
GoldPerEnemy: 15
|
||||
CompletionBonus: 40
|
||||
NoLeaksBonus: 50
|
||||
- Wave: {fileID: 11400000, guid: 9ee6dee12f0660844b4d46880f01c02f, type: 2}
|
||||
GoldPerEnemy: 15
|
||||
CompletionBonus: 45
|
||||
NoLeaksBonus: 50
|
||||
- Wave: {fileID: 11400000, guid: 41231de63e8f25d448f19f3816e0c22f, type: 2}
|
||||
GoldPerEnemy: 20
|
||||
CompletionBonus: 50
|
||||
NoLeaksBonus: 100
|
||||
- Wave: {fileID: 11400000, guid: 6290df178cbd3144aa92a0f09833a7be, type: 2}
|
||||
GoldPerEnemy: 20
|
||||
CompletionBonus: 55
|
||||
NoLeaksBonus: 100
|
||||
- Wave: {fileID: 11400000, guid: 86736fd52c18fa84e8ced40f30b514fa, type: 2}
|
||||
GoldPerEnemy: 25
|
||||
CompletionBonus: 60
|
||||
NoLeaksBonus: 100
|
||||
- Wave: {fileID: 11400000, guid: 8fdf53cfc405a5f41a00f376198b8d84, type: 2}
|
||||
GoldPerEnemy: 25
|
||||
CompletionBonus: 65
|
||||
NoLeaksBonus: 100
|
||||
- Wave: {fileID: 11400000, guid: 4db677d2940202340841471f90a5b73a, type: 2}
|
||||
GoldPerEnemy: 25
|
||||
CompletionBonus: 70
|
||||
NoLeaksBonus: 100
|
||||
- Wave: {fileID: 11400000, guid: fc1a55fab4ce81047b4925f53a3a8b8d, type: 2}
|
||||
GoldPerEnemy: 50
|
||||
CompletionBonus: 75
|
||||
NoLeaksBonus: 500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue