Difference between revisions of "Tidalis:VS Garbage Calculations"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
− | ''' | + | '''The Effect Of Combos''' |
− | In addition to the | + | In addition to the above, the combo depth adds a multiplier onto the above. So the number of blocks dropped is the result of the above times the combo level. |
− | |||
− | |||
[[Tidalis]] | [[Tidalis]] |
Revision as of 10:01, 12 May 2010
How Do I Get More Ships?
Q: How does the game determine what to drop on my opponent in VS Garbage mode?
A: Whenever a chain is completed, the following is added to a queue to be dropped on your opponent:
Blocks To Drop
- IF <= 4 blocks in the chain:
- Drop 1 Glass Block
- ELSE IF <= 7 blocks in the chain:
- Drop 2 Glass Blocks
- ELSE IF <= 12 blocks in the chain:
- Drop 2 Charred Blocks
- ELSE IF <= 16 blocks in the chain:
- Drop 3 Charred Blocks
- ELSE IF <= 20 blocks in the chain:
- Drop 4 Charred Blocks
- ELSE:
- Drop 4 + ( ( NumberOfBlocksInChain - 20 ) / 2 ) Charred Blocks
The Effect Of Combos
In addition to the above, the combo depth adds a multiplier onto the above. So the number of blocks dropped is the result of the above times the combo level.