eorzea-weather
Version:
Weather forecast for Eorzea.
57 lines (56 loc) • 3.58 kB
TypeScript
export declare const amhAraeng: (chance: number) => string;
export declare const azysLla: (chance: number) => string;
export declare const bozjanSouthernFront: (chance: number) => string;
export declare const centralShroud: (chance: number) => string;
export declare const centralThanalan: (chance: number) => string;
export declare const coerthasCentralHighlands: (chance: number) => string;
export declare const coerthasWesternHighlands: (chance: number) => string;
export declare const eastShroud: (chance: number) => string;
export declare const easternLaNoscea: (chance: number) => string;
export declare const easternThanalan: (chance: number) => string;
export declare const eulmore: (chance: number) => string;
export declare const eurekaAnemos: (chance: number) => string;
export declare const eurekaHydatos: (chance: number) => string;
export declare const eurekaPagos: (chance: number) => string;
export declare const eurekaPyros: (chance: number) => string;
export declare const gridania: (chance: number) => string;
export declare const idyllshire: (chance: number) => string;
export declare const ilMheg: (chance: number) => string;
export declare const ishgard: (chance: number) => string;
export declare const kholusia: (chance: number) => string;
export declare const kugane: (chance: number) => string;
export declare const lakeland: (chance: number) => string;
export declare const limsaLominsa: (chance: number) => string;
export declare const lowerLaNoscea: (chance: number) => string;
export declare const middleLaNoscea: (chance: number) => string;
export declare const mist: (chance: number) => string;
export declare const morDhona: (chance: number) => string;
export declare const northShroud: (chance: number) => string;
export declare const northernThanalan: (chance: number) => string;
export declare const outerLaNoscea: (chance: number) => string;
export declare const rhalgrsReach: (chance: number) => string;
export declare const shirogane: (chance: number) => string;
export declare const southShroud: (chance: number) => string;
export declare const southernThanalan: (chance: number) => string;
export declare const theAzimSteppe: (chance: number) => string;
export declare const theChurningMists: (chance: number) => string;
export declare const theCrystarium: (chance: number) => string;
export declare const theDiadem: (chance: number) => string;
export declare const theDravanianForelands: (chance: number) => string;
export declare const theDravanianHinterlands: (chance: number) => string;
export declare const theFringes: (chance: number) => string;
export declare const theGoblet: (chance: number) => string;
export declare const theLavenderBeds: (chance: number) => string;
export declare const theLochs: (chance: number) => string;
export declare const thePeaks: (chance: number) => string;
export declare const theRaktikaGreatwood: (chance: number) => string;
export declare const theRubySea: (chance: number) => string;
export declare const theSeaOfClouds: (chance: number) => string;
export declare const theTempest: (chance: number) => string;
export declare const uldah: (chance: number) => string;
export declare const upperLaNoscea: (chance: number) => string;
export declare const westernLaNoscea: (chance: number) => string;
export declare const westernThanalan: (chance: number) => string;
export declare const wolvesDenPier: (chance: number) => string;
export declare const yanxia: (chance: number) => string;
export declare const zadnor: (chance: number) => string;