#500 double soul seeds

1 messages · Page 1 of 1 (latest)

fluid saddle
#

here is a list of cca 500 seeds that start you with 2 ante 1 charm tags (both containing a soul)
fun fact i mined through like 500m seeds so its pretty close to 1 to 1 milion

fluid saddle
patent geyser
fringe cypress
fluid saddle
#

or just insanly optimized?

fringe cypress
#

wdym

#

I use Immolate which searches a different direction than ouija I think

#

or at least the cpp-rewrite of immolate

fringe cypress
fluid saddle
fringe cypress
#
    if (inst.nextTag(1) != Item::Charm_Tag || inst.nextTag(1) != Item::Charm_Tag){
        return 0;
    }
    auto pack1 = inst.nextArcanaPack(5,1);
    auto pack2 = inst.nextArcanaPack(5,1);
    bool s1 = false;
    bool s2 = false;
    for (int i = 0; i < 5; i++){
        if (pack1[i] == Item::The_Soul) s1 = true;
    }
    if (!s1) return 1;
    for (int i = 0; i < 5; i++){
        if (pack2[i] == Item::The_Soul) s2 = true;
    }
    if (!s2) return 2;
    return 3;
}```
fringe cypress
#

also u use ouija no?

fluid saddle
fringe cypress
#

lmao

fluid saddle
fringe cypress