stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

Winner of CP round should take Class size into account #16

Closed zrisher closed 9 years ago

zrisher commented 9 years ago

Currently, the winner of a CP is whoever has the most classified ships in the vicinity. I think it would make sense for larger ships to count more towards victory.

You could take the winner as whoever had the most of the largest ship class present, using a version of your new gridSorter.

You could also simply multiply the number of each class by the Ship License cost for that class's block, then compare the total Ship License cost of each factions fleet and award the CP to whoever's is largest.

This is low priority.