@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 658 B
TypeScript
/**
* 1000 Supply Cap - Game Boon
* Starting with increased supply limit for larger armies
*
* This tactical advantage boon allows players to build much larger
* armies and support more units, enabling steamroll strategies
* and overwhelming force compositions throughout the entire match.
*/
import { Boon } from "../../../engine/modifier.js";
/**
* 1000 Supply Cap - Increased supply maximum
* All players have their supply limit increased to 1000 instead of normal caps
*/
export declare class ThousandSupply extends Boon {
static src: string;
constructor();
}
export default ThousandSupply;
//# sourceMappingURL=thousand-supply.d.ts.map