• Breaking News

    Saturday, September 12, 2020

    Puzzle & Dragons Tifa x Mariel beats Alt.Shura.(rows ftw!)

    Puzzle & Dragons Tifa x Mariel beats Alt.Shura.(rows ftw!)


    Tifa x Mariel beats Alt.Shura.(rows ftw!)

    Posted: 12 Sep 2020 09:23 AM PDT

    Making good progress on my screenshot-based box importing program - here's a short demo!

    Posted: 11 Sep 2020 10:58 PM PDT

    Friends helper duration

    Posted: 12 Sep 2020 11:12 AM PDT

    I've seen this, but assuming none of them are your best friends, why do some friends helper show up and stay showed up for 12hrs while others are only less than an hour? For example, one of my friends helper v ideal is available for 12 hours while another is only under an hour. Let's assume they both log on and last played at the same time.

    submitted by /u/lazidude999
    [link] [comments]

    No Grandis, no Duval, no problem

    Posted: 12 Sep 2020 07:59 AM PDT

    [NA] Giving Away Extremely Rare Set of BEAMS Bears from 2013 Collab

    Posted: 11 Sep 2020 07:59 PM PDT

    Norza Teambuilding help

    Posted: 12 Sep 2020 01:09 PM PDT

    Just pulled norza while hunting for remu this gf. Can I make a viable norza team? Water Box: https://imgur.com/a/8Bl8p6R

    submitted by /u/sweqqerino
    [link] [comments]

    What are the recommended Shura realm Latent setups for this team?

    Posted: 12 Sep 2020 10:05 AM PDT

    Yurisha x Velkhana an unexpected Pairing

    Posted: 12 Sep 2020 10:02 AM PDT

    Hanuman Descended?

    Posted: 12 Sep 2020 09:46 AM PDT

    All I need for Revo Indra is a Hanuman gem, I've been waiting for over a month for the dungeon to come either in quest or be in special and it hasn't shown up once.

    Am I missing something?

    submitted by /u/Lukem10
    [link] [comments]

    How to solve Amen puzzle with an algorithm?

    Posted: 12 Sep 2020 04:46 AM PDT

    pazusoba

    Recently, I am working on an algorithm for solving the board (any size) and it also does automation now. I only play the Japanese version so I don't know all the terms in English and I started playing this game about 6 years ago.

    The way how I solve Amen is counting colours. If I have 5 colours + heal, I simply connect every colour but one colour needs to have two combos so 6 + 1, 7 combos. This works relatively well if you have at least 4 colours but it is hard if it is a three colour board. The number of moves is often quite large.

    For the algorithm, it is a greedy search algorithm called beam search. Best solutions are chosen for every move. The heuristic is quite simple. - More points for having fewer orbs remaining - More points for connecting more orbs in one combo - More points for having more combo - Punish for having more than 7 combos - Punish for having orbs remaining

    Sometimes, orbs are too far away and the algorithm cannot reach it. That's why moves with more potential might be ignored quite early. By increasing the beam size, results are better but it gets extremely slow. Maybe my i5-9400 isn't powerful enough and should get a 24 core XEON instead since the algorithm uses multi-threading so it should be at least 8 times faster.

    I think maybe I am doing something wrong so I don't know if any senpai can help me. Some ideas would be great. There are other solvers but I don't know what algorithm they are using.

    If you want to see the source code, here is the github repo. There are also some demo videos but mostly in Japanese. The project is mainly for fun and educational purposes.

    We can also discuss on GitHub.

    submitted by /u/HenryQuan
    [link] [comments]

    Tsubaki Bot updates & improvements post!

    Posted: 11 Sep 2020 05:44 PM PDT

    Hi it's River, yay here's a list of some of the things we've been doing!

    • pdchu is fixed and also now supports the aa4/Shura latents!
    • New command: ^links Tsubaki will give you links to YouTube, Skyo, PDX, and Ilmina pages of Tsubaki
    • New command: ^collabscroll elizabeth - you can scroll through a series of cards to browse an entire collab at once! This also works for pantheons. Unfortunately currently the only way to enter the browsing is to already know the name of a card from it, e.g. ^collabscroll persona won't work, because the bot doesn't know how to access pantheons by name, but this might get added eventually.
    • The Polowe image bug is fixed! Thanks to Barkuto and 2pa for figuring this out and making the contribution that fixed this for us, there's some really heavy caching stopping it from showing up in Discord for a while but if you open the link in your browser you'll see the updated version. There's a couple other images with the same cropped-image issue, for reasons it might not be til next month that we actually get those pushed but the code has been fixed.
    • A lot of bugs from the transfer have been fixed! There are probably more.
    • ^id now shows the rarity of the base of the tree as well of the rarity of the card! This is to help you know how rare the card is if you're seeing an unfamiliar evo of an unfamiliar collab card, "is this a 7* equip that's a direct evo of a 6* collab card or a 7* equip that's the equip of a 5* collab with an evo in between" etc. Thanks to fallinggrapes for contributing this!
    • We have an entirely new feature called ^todo! This is a small utility that Aradia wrote just for himself originally but it's actually super useful, check it out! You can add, edit, remove, and prioritize things on a personal todo list managed through Tsubaki! One possible use: Keep track of the cards you want to 110 in TA2!
    • There's also of course a ton of content that's been added in the ^which commands, etc, but follow the #tsubaki_changelog channels in the various Discord servers to stay up-to-date with that, this is just a development update post.

    Soontm:

    • We're going to add whether a card has 6 or 8 latent slots in the ^id command since MH 7* cards are making that not be the same as "is this card a uuevo/revo" - the support for this has been added to the pipeline, we just need to add the display to the display

    For developers:

    • We have a new repo! We've split out the not-PAD-related cogs into a repo called misc-cogs so that stuff isn't just like 50 folders anymore, it was getting kinda impossible to navigate.

    For anyone:

    I really really really really really really really really really want to start DOCUMENTING TSUBAKI!!!!

    That means, if you use Tsubotki a lot and know how her cogs work, you can help out! We're taking the extremely low-effort approach of using the Github wiki for the cogs for docs - you can see here, moo started documenting the cog that governs the Regular role. I'm guessing most people will help out with the PAD stuff, I started a list here that you could start pages for, or you could even just write text either in the comments here, or join the Tsubaki server (linked below) and start discussing there.

    Links:

    • Repos - padbot-cogs and misc-cogs are the two with Tsubaki stuff, the pipeline is the data that feeds ^id etc
    • Support server - join for announcements, feedback, development, rants, and chatting! Also to help with docs! yay docs!
    • Patreon - help support our hosting/random development costs!
    submitted by /u/TsubakiBot
    [link] [comments]

    First clear. Ranked up from around 585 to 623 haha...

    Posted: 12 Sep 2020 02:05 PM PDT

    Best Things to Trade for in Persona?

    Posted: 12 Sep 2020 01:09 AM PDT

    Thoughts? Opinions? Late game player here. Was fortunate to roll 3 Makotos in very few rolls.

    submitted by /u/v-ngu
    [link] [comments]

    General/Team building help on new account

    Posted: 12 Sep 2020 05:23 AM PDT

    I started a new account after a 5 year break. My box is at https://imgur.com/a/2MdQ1Np with all above 100 monster points favorited.

    I used a Sun Quan team first, but found it difficult to consistently activate the skill based multiplier with lack of good low cd Water subs. Now using healer team with Amaterasu leader and Ciel friends. I looked at a Raijin team, but doesn't seem much better than the healer team. Is there another team I should be building toward instead?

    I got a Remu, but no support in Fire for her. Same with Dark Metatron, though both of them could be long term plans. There's so much new stuff added, that I don't know what kind of good farmable subs exist. There were more team building guides 5 years ago, and the amount of new monsters is a bit overwhelming.

    Is there any other source for info these days besides puzzledragonx.com? I've noticed it's lacking some active dungeons, for example the skillup ones.

    submitted by /u/sohvan
    [link] [comments]

    Norza team help(my team is on the last slide)for AA1-AA4,A5&A6. I also have polowne in my box since I seen some people use it. I pair with GH tsukoyomi with the water sammari 3 assist.

    Posted: 12 Sep 2020 12:36 PM PDT

    Obviously I should change most of the subs, but this was the most surprisingly fun pairing I had for this Revo Egyptian Challenge.

    Posted: 12 Sep 2020 12:11 PM PDT

    Returning to the game after a long time. Do I have any good teams?

    Posted: 12 Sep 2020 10:33 AM PDT

    Got a new Pixel 3a XL, Dropping Orbs?

    Posted: 12 Sep 2020 04:21 AM PDT

    So I recently got a Pixel 3a XL recently and orbs randomly dropped while i was playing. At first I thought it was the screen protector so I took that off, but it still happens. Using a stylus just randomly drops my orb, using my finger drops the orb on a lower percentage but it still happens. Is it my phone? Do I just need to deal with it? Is there a fix? ;-;

    submitted by /u/Sephy15
    [link] [comments]

    [Discuss][RNG] Potentially Unpopular Opinion - Directly buyable cards (Sakura) reduce gambling and are a good thing.

    Posted: 11 Sep 2020 07:55 PM PDT

    I'm somewhat surprised that people are not liking directly buyable cards like Sakura in the Fate rerun.

    At least in my opinion, less gambling and more direct costs for new cards is a good thing. If they made all the high rarity cards in each collab directly buyable (and still have the machine for those who want to gamble) I think most people would prefer that...

    Just think about the times you have complained about rng or getting troll 8*s (does anyone remember when wedding gadius was 50% of the rollable 8 stars in bride)

    submitted by /u/timgodfang
    [link] [comments]

    u/jacobbc2 game on!

    Posted: 12 Sep 2020 08:27 AM PDT

    Metagame & Theorycrafting! Weekend [Discussion] Megathread

    Posted: 12 Sep 2020 04:00 AM PDT

    Happy Weekend!

    Feel free to discuss anything about new monsters, dungeon, content or just your own ideas here.

    To put monster icons directly in your comments, use Iconify

    submitted by /u/AutoModerator
    [link] [comments]

    One Time Trade Pantheon Card?

    Posted: 11 Sep 2020 06:24 PM PDT

    As the title suggest, what if gung-ho allowed us to trade one pantheon card? I know a lot of us players wanted to get a Dio Chan or an Indra...and I know a lot of us rolled in the 100 Godfest event. Ofc within respective servers. I know I have multiple cards that people would want but only a boi can dream 😳

    Can we make this happen tho?

    submitted by /u/katoandlucky27
    [link] [comments]

    Do i have any Horus teams that can clear arena 1?

    Posted: 11 Sep 2020 10:13 PM PDT

    No comments:

    Post a Comment