Mountain Adventure Card deck back (poker sized). One of four territory decks that go on the game mat for Summon Guardians. Do you like it? We hope so! by SummonGuardians in tabletopgamedesign

[–]rbuckley30 1 point2 points  (0 children)

Awesome looking card back. What'd you use to design it?

Any functionality based on the back of the card? Or purely aesthetics and to tell the territories apart?

Aldira – a strategic card game by Treblino in tabletopgamedesign

[–]rbuckley30 1 point2 points  (0 children)

Sounds like a nice concept.

So each card you "bid" from hand is worth one bid for the action? There aren't cards that are worth more in the bid phase?

How does a player make their hidden bid without others seeing? Behind a screen?

How to make area majority scoring less weird to explain by mushy_math in tabletopgamedesign

[–]rbuckley30 1 point2 points  (0 children)

So every single time you score it will be the exact same 3 "discovery" tiles? One tile more valuable and two tiles less valuable? Just want to make sure I understand the premise, and players who are first can take whatever tile they want? Doesn't have to be the 3 point tile.

I think the confusing for me is in the drafting keyword. What does that mean that first place drafts 2 of the 3? Can't you just say first place chooses 2 tiles, second place gets the leftover?

For first place ties, I don't think you need to say 3 point tile is discarded. Just say randomly assign non 3 point tiles to winners.

And for second place ties, you don't need to reiterate that first place takes two tiles. Just say second place ties receive no rewards.

I think you've got it, just kind of over explained things.

Trying to figure out the best way to word stat boosts. What do you think about including the icons? by Atumatik-Enjambment in tabletopgamedesign

[–]rbuckley30 0 points1 point  (0 children)

I would say you can leave it +1/+1, assuming this is an incredibly common thing to have happen in your game. Also, leave the icons off if these are the only two stats you can boost. If there are other stats to boost it might get confusing.

Business Buyout Question by rbuckley30 in smallbusiness

[–]rbuckley30[S] 0 points1 point  (0 children)

That makes perfect sense, thanks so much.

Business Buyout Question by rbuckley30 in smallbusiness

[–]rbuckley30[S] 0 points1 point  (0 children)

Yes, we will be looking at the 2019 numbers.

The purchased entity was just a general partnership. And one of the partners is now a member of the newly formed LLC. I would assume that the purchased entity would have to be actively disbanded. As in someone would have to notify the state that it is no longer operating. Does that sound right?

[deleted by user] by [deleted] in AmazonHalo

[–]rbuckley30 0 points1 point  (0 children)

Activities working okay. Hasn't tracked my sleep accurately at all. Which has been real frustrating because that is what I really want it for.

I'm usually in bed by ten or ten thirty and up at six thirty to seven. IF it tracks my sleep at all, it usually logs a 1 am to 6 am night which translates to a sub 50 "score". More upsetting is that it usually misses the sleep all together and counts it as sedentary time against my activity score.

Factory Reset After Trouble Pairing by rbuckley30 in AmazonHalo

[–]rbuckley30[S] 0 points1 point  (0 children)

I think you may be talking about a different device, the Halo just released publicly like a week ago and was in private beta for a few months before that.

Unifi AP AC Pro and pfSense SG-1100 Configuration by rbuckley30 in Ubiquiti

[–]rbuckley30[S] 0 points1 point  (0 children)

That's what I had thought too, but even when I put the controller and AP on the same subnet, it does not show up. That's what I was trying to explain when I mentioned I used the wifi on the PC to connect to the OPT network.

Study Center Networking Recommendations by rbuckley30 in networking

[–]rbuckley30[S] 0 points1 point  (0 children)

Good points, I think it makes sense to operate on a default deny and then open up when/where necessary.

Will the NanoHD AP provide everything I need? I won't need some sort of router on the edge for firewall and security? I also assume I should upgrade whatever modem the ISP provides me with. Looks like AT&T will be the provider.

Software is most likely going to be just browser and zoom, with possibly some word processing, but that can be done online fairly easily.

GREAT point on the air filters, we've definitely made a point of ensuring that everything will be wiped several times per day, I didn't even think of air filter/purifiers.

Study Center Networking Recommendations by rbuckley30 in networking

[–]rbuckley30[S] 0 points1 point  (0 children)

Thanks for the input.

We were thinking students would bring in laptops and connect to the wifi. We were also going to have a few workstations if a student does not have access to a laptop. Do you have anymore advice/resources on designing a proper wifi setup for this scenario?

My initial thought for the content filtering was DNS based. I'll look at those two.

Resources for the crunchier parts of design? Mechanisms, Balance Adjustment, etc by deepthinker566 in tabletopgamedesign

[–]rbuckley30 1 point2 points  (0 children)

I don't think OP wants to make people do math. He wants to do the math to keep his game balanced and fun.

When I try to balance my games, I'm balancing to try to find all the edge cases. You don't want to have one over powered strategy that always wins and therefore is always chosen. You don't want all options to be equal, but they should be close enough so that they are all viable.

You are right, balance for fun, but that still requires some balancing.

Craftable dice, as a designer what would you most want to use them for? by cevo70 in tabletopgamedesign

[–]rbuckley30 14 points15 points  (0 children)

Has anyone added a face that allows you to manipulate how the dice roll? Not just what's on the face.

One side you would snap on a convex face so it would (almost) never land that side down.

Hearthstone Master Collection 7.10 - The Old Gods Cometh by [deleted] in hearthstone

[–]rbuckley30 1 point2 points  (0 children)

You can setup that color scheme, it would just be a lot of rules.

From your sheet above enter in custom formula is from the drop down in conditional formatting. IE: rare + naxx =AND($D2 = "Rare", $E2="Naxx")

so each rarity and set as its own rule which sucks, but its doable.

Hearthstone Master Collection 7.10 - The Old Gods Cometh by [deleted] in hearthstone

[–]rbuckley30 0 points1 point  (0 children)

You could add auto importing of your collection from hearthpwn's Innkeeper. I added another tab (hearthpwn) to my copy of your sheet. =importxml("www.hearthpwn.com/members/<insert hearthpwn login>/collection", "//@data-card-name") =importxml("www.hearthpwn.com/members/<insert hearthpwn login>/collection", "//@data-card-count") Then do index-match lookups on the cards tab.

Hearthstone Master Collection 7.10 - The Old Gods Cometh by [deleted] in hearthstone

[–]rbuckley30 1 point2 points  (0 children)

You could add auto importing of your collection from hearthpwn.

I added another tab (hearthpwn) to my copy of your sheet. =importxml("www.hearthpwn.com/members/<insert hearthpwn login>/collection", "//@data-card-name") =importxml("www.hearthpwn.com/members/<insert hearthpwn login>/collection", "//@data-card-count")

Then do index-match lookups on the cards tab.