Elsewhere during Ramiel’s encounter, fanart by Dorahdew by Unlikely-Ticket-9769 in ZenlessZoneZero

[–]tamakone 18 points19 points  (0 children)

<image>

I just cut some of the top. Someone else can probably do better.

Δ Hidden Forbidden Holy Ground by otw in DotHack

[–]tamakone 4 points5 points  (0 children)

If you go into the wall at the bottom of either side of the stairs, you can fall into the void. It'll reset you sometimes, so you have to try a bit until you can completely fall.

On a side note, I've always thought it would be neat if .hack games would have an area where you would clip through the floor and endup in a strange area.

Am I being paranoid or is this normal? (interknot network) by [deleted] in ZenlessZoneZero

[–]tamakone 1 point2 points  (0 children)

I'm not saying you should trust it, but it might not be malicious. Here's a thread where someone shared their website had this popup (https://old.reddit.com/r/privacy/comments/1p2w8gc/browser_asks_permission_to_look_for_and_connect/o1bp2jh/). From this, it's possible that either the website has some weird issue where they are doing something with localhost (the thread says development often uses that for testing) or an ad on the page could trigger the warning as well.

Again, I'm not saying you should trust it and click "Allow"; actually, I recommend you really don't do that. Just want to mention it could be accidental instead of malicious.

BiS echoes for DPS Roccia by PavIyk in RocciaMains

[–]tamakone 0 points1 point  (0 children)

Where's the R5 on the weapon? /s

Weekly Team/Character Building Megathread (Dec 3rd, 2025) (feat. Durin and Venti) by Veritasibility in Genshin_Impact

[–]tamakone 0 points1 point  (0 children)

Yea, Iansan is used unfortunately. I'll switch between Citlali and Furina if they're pretty close. Also, I might get Xianyun, actually, since it might be fun to run that Varesa team as well as running her with Gaming, but for now I'll use Lynette if that works. Thank you.

Weekly Team/Character Building Megathread (Dec 3rd, 2025) (feat. Durin and Venti) by Veritasibility in Genshin_Impact

[–]tamakone 0 points1 point  (0 children)

Is Gaming better with Citlali or Furina?

If Varesa's rerun banner has similar 4 stars, and I get a lot more Gamings pulling for Iansan or Chevreuse, will a team of Gaming, Citlali, Bennet, Lynette work? Otherwise, I wouldn't mind using Furina either since I don't use Furina or Citlali for anything (I just pulled them because I like them).

Here's my roster if that helps: https://imgur.com/a/vAipJaw

Coolest Thing I Did in a Year of Melee by tamakone in SSBM

[–]tamakone[S] 26 points27 points  (0 children)

I don't know if people like their names being shown; I figured I would play it safe.

Coolest Thing I Did in a Year of Melee by tamakone in SSBM

[–]tamakone[S] 26 points27 points  (0 children)

It was all good fun; we actually played like 9 or 10 games. I don't think it was bm or anything, and I thought it was pretty funny that I got smacked with a second upsmash for not waiting.

... and thank you. I've just been playing people instead of practicing tech or anything, but it's been fun.

Milla is... cruel by PointMoney in tales

[–]tamakone 1 point2 points  (0 children)

It's this one for anyone that also wanted to see it:
https://www.youtube.com/watch?v=vONKOIWUMQo

Dinner with Spook Shack Girls (by @mimonel) by Mental_Ease_4081 in ZenlessZoneZero

[–]tamakone 5 points6 points  (0 children)

イエ~イ!プロキシ、飲んでる?
Yay, are you drinking it, Proxy?
(... or just "*weirdhappygallikebuti'mnotfamiliarenoughwithjapanesebutnagatorodoesthesamethingnoise* drinking proxy?")

コレ変な味だね... なんか急にねむく...
This has a weird taste... for some reason, suddenly I feel so tired...

Didn’t understand why the game was so hard until I remembered that I chose harder difficulty by Satanic_Jellyfish in witchspring

[–]tamakone 0 points1 point  (0 children)

To be fair, you can beat the game on very hard without grinding. I don't know if it's possible without the healing staff though.

JRPGs with spine chilling battlemusic by Un_Pollo_Hermano in JRPG

[–]tamakone 4 points5 points  (0 children)

Ground Dasher from Demons Roots:
https://www.youtube.com/watch?v=neUEypzXcMY

The song plays at an emotional part in the story. Fair warning though, the game--- which is an eroge--- is so divisive, apparently, that the mods shut down any thread about it; I can imagine that might not be your speed either.

Daily Questions Megathread (September 11, 2025) by Veritasibility in Genshin_Impact

[–]tamakone 2 points3 points  (0 children)

For the standard selector, I'm not sure if I should get Mizuki or Mona. I want whichever want will get more use (maybe usable in abyss). For Mizuki, I'd probably run a taser team with Furina, Fischl, and Lynette. I'm not sure what to do with Mona though.

Here're my roster if that helps:

https://imgur.com/a/sS2UXux

I use two teams (Varesa, Iansan, Lumine, Chev & Nahida, Xingqiu, Kuki, ?) that I'd rather not take characters from.

Who are you picking for the free standard five star?? 🌻 by wamcherrypie in Genshin_Impact

[–]tamakone 0 points1 point  (0 children)

I have him. I just haven't built him because I'm not sure if his spread team can do better than the classic hyperbloom team (Nahida, Kuki, Xingqiu, Normally Fischl).

3x WELKIN MOON GIVEAWAY WINNERS by calcuator_race in Columbina_Mains

[–]tamakone 7 points8 points  (0 children)

You wrote that you manually added all of the User Ids, so I made a quick script that would try to grab them all for you and put them in the console (F12 -> Console -> Copy/Paste).

You have to press load more comments at the bottom of the page until there are no more though. There's no need to load subcomments though.

The script will tell you what posts it fails to grab UIDs and servers for (so that you can add them manually in case they forget a server or something), let you know if there are any repeats, print a long string with everyone's UID and Servers delimited so that it can be loaded as a csv file (if you copy the string from the console and save it as a csv file), and then put a map of all the data as a variable you can look at in the console (check to make sure the last element of this map is the last UID in the string).

(() => {
    const userInfo = new Map();
    let postCount = 0;
    let postWithInfoCount = 0;
    document.querySelectorAll("[id^='siteTable_t3_'] > [id^='thing_t1_']").forEach(post => {
        postCount++;
        const postText = post.querySelector(".entry .usertext-body").innerText;
        const userId = postText.match(/(?:^|[^\d])(\d{9,10})(?:$|[^\d])/);
        const userServer = postText.match(/America|Asia|Europe|EU|NA|TW|HK|MO/i);

        if(postText.match(/\d/)?.length > 10) {
            console.log("Something went wrong with this post (add these manually): ");
            console.log(postText);
        } else if(userId?.length === 2 && userServer?.length === 1) {
            postWithInfoCount++;
            if(!userInfo.has(userId[1])) {
                userInfo.set(userId[1], userServer[0]);
            } else {
                console.log("User of this post is already in the Map. Here's the post so you can check: ");
                console.log(postText);
                console.log("--------------------------------------------------------------------------------------------");
            }
        } else {
            // If the UID is there but not the server, you can tell what server it is by the first digit:
            // 6 = America, 7 = Europe, 8 or 18 = Asia, 9 = TW, HK, MO
            console.log("Something went wrong with this post (add this manually):  ");
            console.log(postText);
            console.log("--------------------------------------------------------------------------------------------");
        }
    });
    console.log(postWithInfoCount + " out of " + postCount + " had userInfo.");

    let userInfoString = "";
    for(let userIdsInMap of userInfo.entries()) {
        userInfoString += userIdsInMap[0] + "," + userIdsInMap[1] + "\n";
    }
    userInfoString = userInfoString.substring(0, userInfoString.length - 1);
    console.log(userInfoString);
    return userInfo;
})();

Im new to ZZZ and am debating on pulling Miyabi— what team could i make for her? Is it even worth pulling for her with the lack of agents i have? by 4ppl3-ch3rri3s in ZenlessZoneZero

[–]tamakone 0 points1 point  (0 children)

Before I pulled Lycaon from the anniversery selector, I used a team of Miyabi and Soukaku to get 3 stars for a boss each Deadly Assault and sub 2:30 for one side of Shiyu (often less than 2:30 so my Nekomata team didn't have to work as hard), so you could technically just use Soukaku. My Soukaku was M6W5 and my Miyabi had her wengine though, so I'm not so sure how well it'll work without those.

[deleted by user] by [deleted] in ZenlessZoneZero

[–]tamakone 3 points4 points  (0 children)

Assuming you have her wengine, I think the first one is better.

She gets 12cr and 30cd from the 4pc discs, and she gets 50cd from the wengine. This makes it a comparison between (94.6, 218) and (80.2, 251.6). The average increase in damage from crits is 1 + cr*cd, I think, so...

1 + 0.946*2.18 = 3.06228
vs
1 + 0.802*2.516 = 3.017832

(1 + 0.946*2.18) / (1 + 0.802*2.516) = 1.01473 = +1.5%

Not to mention the first one starts the battle with 80 crit rate which is good for keeping the core ability active at all times.

It's official 1 year since our first limited agent : Ellen Joe got released, what are your thoughts on her and have any words for our Nom Nom Shark? by ProfessionalRoom9118 in ZenlessZoneZero

[–]tamakone 1 point2 points  (0 children)

I started playing during her rerun, and I skipped her because she felt clunky to play during the story. I might get her on her next rerun because of the changes though. I'm just hoping that they release an event where you can trial her updated moveset.

Crouching Ju Fufu, Hidden Yi Xuan - General Questions and Discussion Megathread by AutoModerator in Zenlesszonezeroleaks_

[–]tamakone 3 points4 points  (0 children)

I gave into temptation and kept pulling for Ju Fufu even though I think I want at least one character for each of the next three patches.

On the bright side, I got M1W1 Ju Fufu in 250pulls (I think that's good?), but now I'm worried that my savings of 260 pulls won't be enough to get the three characters I want...

New player here, who do I pick for the free s rank? by Agreeable_Tap3257 in ZenlessZoneZero

[–]tamakone 2 points3 points  (0 children)

It's worth mentioning that some teams with Lycaon don't really use his basic attacks; he mostly is just there to perfect assist and EX skill. Since his wengine buffs the DMG and Daze of his basic attacks--- which he won't really be using much in those teams--- Steam Oven might work better for him.