@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
19 lines • 596 B
TypeScript
/**
* Air Supremacy - Game Boon
* Air units deal +50% damage
*
* This tactical advantage boon significantly enhances the effectiveness
* of all aerial units, making air superiority strategies more viable
* and rewarding players who invest in air force development.
*/
import { Boon } from "../../../engine/modifier.js";
/**
* Air Supremacy - Enhanced air unit damage
* Increases damage output of all air units by 50%
*/
export declare class AirSupremacy extends Boon {
static src: string;
constructor();
}
export default AirSupremacy;
//# sourceMappingURL=air-supremacy.d.ts.map