Variable FrogCryptoFeedBiomeConfigSchemaConst

FrogCryptoFeedBiomeConfigSchema: ZodObject<{
    dropWeightScaler: ZodNumber;
}, "strip", ZodTypeAny, {
    dropWeightScaler: number;
}, {
    dropWeightScaler: number;
}> = ...

Map of configs for Biome(s) where PCDs can be issued from this feed

Type declaration

  • dropWeightScaler: ZodNumber

    A scaling factor that is multiplied to the weight of the frog to affect the probability of the frog being issued

    For example, if a feed has 3 frogs:

    • JungleFrog1's drop weight is 1
    • JungleFrog2's drop weight is 2
    • DesertFrog3's drop weight is 3

    If the Jungle's dropWeightScaler is 2 and the Desert's dropWeightScaler is 1, then

    • JungleFrog1's probability of being issued is 2/9
    • JungleFrog2's probability of being issued is 4/9
    • DesertFrog3's probability of being issued is 3/9

Type declaration

  • dropWeightScaler: number

    A scaling factor that is multiplied to the weight of the frog to affect the probability of the frog being issued

    For example, if a feed has 3 frogs:

    • JungleFrog1's drop weight is 1
    • JungleFrog2's drop weight is 2
    • DesertFrog3's drop weight is 3

    If the Jungle's dropWeightScaler is 2 and the Desert's dropWeightScaler is 1, then

    • JungleFrog1's probability of being issued is 2/9
    • JungleFrog2's probability of being issued is 4/9
    • DesertFrog3's probability of being issued is 3/9

Type declaration

  • dropWeightScaler: number

    A scaling factor that is multiplied to the weight of the frog to affect the probability of the frog being issued

    For example, if a feed has 3 frogs:

    • JungleFrog1's drop weight is 1
    • JungleFrog2's drop weight is 2
    • DesertFrog3's drop weight is 3

    If the Jungle's dropWeightScaler is 2 and the Desert's dropWeightScaler is 1, then

    • JungleFrog1's probability of being issued is 2/9
    • JungleFrog2's probability of being issued is 4/9
    • DesertFrog3's probability of being issued is 3/9

Generated using TypeDoc