image-wife
Version:
A library for compile-time and runtime procedural modification of photographic images.
11 lines (10 loc) • 459 B
TypeScript
import { MetaRollType } from './MetaRollType';
import { MutationRollType } from './MutationRollType';
import { RollBaseTypes } from './RollBaseTypes';
export declare type FunctionalPseudoRollType = (args?: {
args: RollBaseTypes | RollBaseTypes[];
currentMetaRollChance: number;
foundMetaRollThisRoll: boolean;
resetMetaRollEachTick: boolean;
lastMetaTickValue: number;
}, ...otherArgs: any[]) => MutationRollType | MetaRollType;