image-wife
Version:
A library for compile-time and runtime procedural modification of photographic images.
8 lines (7 loc) • 505 B
text/typescript
export const MetaRollHalfChance = Symbol('MetaRollHalfChance');
export const MetaRollQuarterChance = Symbol('MetaRollQuarterChance');
export const MetaRollTenthChance = Symbol('MetaRollTenthChance');
export const MetaRollFiftiethChance = Symbol('MetaRollFiftiethChance');
export const MetaRollHundredthChance = Symbol('MetaRollHundredthChance');
export const MetaRollDoResetEachTick = Symbol('MetaRollDoResetEachTick');
export const MetaRollDontResetEachTick = Symbol('MetaRollDontResetEachTick');