@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
18 lines • 634 B
TypeScript
/**
* Dread Raiders Mercenary Faction
* Robin Hood-style space pirates who redistribute wealth from corporate powers to forgotten colonies
*
* Mercenary faction structure:
* - Two talents (Pillage, Advanced Sensors)
* - Four units (Dread Flamer, Dread Raider, Dread Rover, Dread Sniper)
* - One outpost building (Dread Merc Outpost)
* - One hero (Dread Hero)
* - One topbar (Sandbags)
*/
import { DreadRaidersFaction } from "../../defaults/dread.js";
export declare class DreadRaiders extends DreadRaidersFaction {
static src: string;
constructor();
}
export default DreadRaiders;
//# sourceMappingURL=dread.d.ts.map