isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
24 lines (22 loc) • 1.12 kB
text/typescript
import { PillEffect } from "isaac-typescript-definitions";
import { ReadonlyMap } from "../types/ReadonlyMap";
export const PHD_PILL_CONVERSIONS_MAP = new ReadonlyMap<PillEffect, PillEffect>(
[
[], // 1
[], // 6
[], // 11
[], // 13
[], // 15
[], // 17
[], // 22
[], // 25
[], // 27
[], // 29
[], // 31
[], // 37
[], // 39
[], // 42
[], // 44
[], // 47
],
);