@peacockproject/core
Version:
Type definitions for Peacock's core.
36 lines (35 loc) • 1.8 kB
TypeScript
import type { GameVersion } from "./types/types";
export declare const H1_GOTY_UNLOCKABLES: string[];
export declare const H1_REQUIEM_UNLOCKABLES: string[];
export declare const H2_RACCOON_STINGRAY_UNLOCKABLES: string[];
export declare const LEGACY_UNLOCKABLES: string[];
export declare const WINTERSPORTS_UNLOCKABLES: string[];
export declare const EXECUTIVE_UNLOCKABLES: string[];
export declare const SMART_CASUAL_UNLOCKABLES: string[];
export declare const DELUXE_UNLOCKABLES: string[];
export declare const SIN_GREED_UNLOCKABLES: string[];
export declare const SIN_PRIDE_UNLOCKABLES: string[];
export declare const SIN_SLOTH_UNLOCKABLES: string[];
export declare const SIN_LUST_UNLOCKABLES: string[];
export declare const SIN_GLUTTONY_UNLOCKABLES: string[];
export declare const SIN_ENVY_UNLOCKABLES: string[];
export declare const SIN_WRATH_UNLOCKABLES: string[];
export declare const TRINITY_UNLOCKABLES: string[];
export declare const MAKESHIFT_UNLOCKABLES: string[];
export declare const CONCRETEART_UNLOCKABLES: string[];
export declare const SAMBUCA_UNLOCKABLES: string[];
export declare const PENICILLIN_UNLOCKABLES: string[];
export declare const TOMORROWLAND_UNLOCKABLES: string[];
export declare const LAMBIC_UNLOCKABLES: string[];
export declare const FRENCHMARTINI_UNLOCKABLES: string[];
export declare const BAIJU_UNLOCKABLES: string[];
export declare const BELLINI_UNLOCKABLES: string[];
export declare const brokenItems: string[];
/**
* Translates entitlements from HITMAN 3's values to an older game's values.
*
* @param newGameVersion Either "h1" or "h2".
* @param entitlements The entitlements array.
* @returns The translated entitlements.
*/
export declare function translateEntitlements(newGameVersion: GameVersion, entitlements: string[] | undefined | null): string[];