"ddd_market" { //Which waves will be checkpoints. If reached, game will reset at these waves. Max of 10 checkpoints. "checkpoint1" "4" "checkpoint2" "8" "checkpoint3" "10" "Wave1" //total 25 { "skirmisher" "15" "raptor" "3" "streicher" "2" "stygi" "3" "compy" "2" } "Wave2" //total 40 { "waveType" "DevilHorns" "gold" "8" } "Wave3" //total 60 { "skirmisher" "22" "raptor" "7" "dilo" "5" "streicher" "5" "graff" "5" "stygi" "5" "compy" "3" "micro" "5" "desma" "3" } "Wave4" //total 75 { "waveType" "TinyTorrent" "crate" "1" } "Wave5" //total 90 { "waveType" "Blitzkrieg" } "Wave6" //total 110 { "skirmisher" "45" "raptor" "8" "dilo" "7" "streicher" "5" "graff" "5" "stygi" "10" "compy" "10" "micro" "10" "hissmann" "6" "desma" "4" } "Wave7" //total 130 { "waveType" "DinoRiders" "gold" "15" } "Wave8" //total 150 { "skirmisher" "60" "raptor" "12" "dilo" "11" "streicher" "8" "graff" "8" "stygi" "12" "compy" "12" "micro" "13" "hissmann" "5" "desma" "11" } "Wave9" //total 175 { "skirmisher" "70" "raptor" "17" "dilo" "12" "streicher" "10" "graff" "10" "stygi" "13" "compy" "13" "micro" "17" "hissmann" "4" "desma" "11" } "Wave10" { //Makes this a 'Boss' wave. "redbaron" "1" //Boss waves are handled differently. These numbers now correspond to a percentage //between 1 and 100 which will govern the relative mix of enemies that continuously spawn //with increasing frequency in the final wave. They will continue to spawn until the //boss is killed. "skirmisher" "80" "raptor" "21" "dilo" "14" "streicher" "14" "graff" "13" "stygi" "16" "compy" "16" "micro" "20" "hissmann" "8" "desma" "15" } }