@cccode/fxr - v22.0.0

    Type Alias ActionDataProp

    ActionDataProp: {
        color?: 1 | 2;
        field?: FieldType | Partial<Record<Game, FieldType>>;
        omit?: 1;
        paths?: { [game: string]: [string, number] };
        resource?: ResourceType;
        scale?: ScaleCondition;
        textureType?: string;
        time?: TimeOperation;
    } & (
        | { default: AnyValue }
        | { default: boolean; field: Boolean }
        | { default: number[]; s10: 1 }
    )
    MMNEPVFCICPMFPCPTTAAATR