spawn fewer tradeships, change destroyer, tradeship graphic

This commit is contained in:
Evan
2024-11-25 20:16:08 -08:00
parent 3137611ab3
commit 98367ac966
5 changed files with 19 additions and 11 deletions
+1
View File
@@ -59,6 +59,7 @@ export interface Config {
defaultDonationAmount(sender: Player): number
unitInfo(type: UnitType): UnitInfo
tradeShipGold(src: Unit, dst: Unit): Gold
tradeShipSpawnRate(): number
}
export interface Theme {