isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
19 lines (17 loc) • 718 B
text/typescript
import { PlayerForm } from "isaac-typescript-definitions";
export const TRANSFORMATION_NAMES = {
[]: "Guppy", // 0
[]: "Beelzebub", // 1
[]: "Fun Guy", // 2
[]: "Seraphim", // 3
[]: "Bob", // 4
[]: "Spun", // 5
[]: "Yes Mother?", // 6
[]: "Conjoined", // 7
[]: "Leviathan", // 8
[]: "Oh Crap", // 9
[]: "Bookworm", // 10
[]: "Adult", // 11
[]: "Spider Baby", // 12
[]: "Stompy", // 13
} as const satisfies Record<PlayerForm, string>;