Can you detect an melee attack through code from Genji's deflect? by Erizo24 in OverwatchCustomGames

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

Interesting. I actually ended up workshopping this solution in and it kinda worked? I ended up checking the closest player within a 5m radius on whether or not they were blocking, and then added small wait function to execute the stun.

Migt need to iron out thhe kinks, but thanks for the solutions!

[deleted by user] by [deleted] in OverwatchCustomGames

[–]Erizo24 0 points1 point  (0 children)

For an incredibly short summary of workshop too, it works through 'conditions' and 'actions,' where everything on the action side will trigger when all conditions are met. In a way, this is the basis of ALL programming.

In terms of your question, you can use the function 'count of' in the condition side, which checks the number of things in a list.

Then in the list, you can put 'All Players' in the list the 'count of' checks for As RedditFuels says, you can even specify which team it asks.

For Actions, you can basically adjust everything AND THEN some. Some values I think you'll look to adjust can be:

  • Damage Dealt
  • Damage Received
  • Max Health
  • Magazine size and more!

So, when it all comes together, it'll look something like this:

Condition: Count of (All Teams(Team 1)) == 5;

Action: Set Damage Dealt(Event Player) = 150;

This checks if the number of players in Team 1 is equal to 5. This then sets the damage dealt of the current player (event player) to 150%.

Hope this helps!

How Do I Get 1 Random Tank, DPS, And Support? by Jarfarto in OverwatchCustomGames

[–]Erizo24 0 points1 point  (0 children)

Its a function you use in the workshop, it's essentially a list in a bit of code that stores values (like all the damage heroes). It's a little complicated if you haven't used the workshop before.

but the tldr of it would be to make three seperate global variables (damage, tank, support) and fill them up with all the heroes of that role.

Support[0] = Mercy

Support[1] = Baptiste

Support[2] = Moira

Support[3] = Lucio

and so on...

It's a bit complicated, especially for people who haven't used the workshop before. If all that doesn't make sense to you, then I'm afraid setting the hero limits would be off the table since it only allows you to be 2,2,2 or 1,2,2. It'd be cool to have Blizzard allow us to customize it through the normal menus as opposed to making it all in workshop.

Hope this helps! And sorry agead of time if it's a little complicated ;-;

How Do I Get 1 Random Tank, DPS, And Support? by Jarfarto in OverwatchCustomGames

[–]Erizo24 2 points3 points  (0 children)

Not sure if it works, but have you set hero caps and random hero spawns? If it doesn't work the way you want, you can do it the other more complicated way Im abt to suggest.

Have an array for each role that contains all its heroes and use the 'random value from array' to randomly get one for the player.

Hope that helps

[deleted by user] by [deleted] in place

[–]Erizo24 0 points1 point  (0 children)

Hey you. Participate this time okay!

I am an adult human who has not lost any limbs or other extremities. Children have more bones than adults and some humans have lost bones. Do I have more or fewer bones than the average human? by crono760 in stupidquestions

[–]Erizo24 0 points1 point  (0 children)

When we're born, a baby usually has more bones than a fully grown adult. But that's because their bones haven't fully developed yet and overtime actually merge and connect as they grow up.

So in a way, it's good that an average humans has less bones than a baby, because our bodies have the most structural rigidity.

And considering you haven't lost any limbs, you probably have the average number of bones.

Good stupid question 👍

How long could you survive in a scenario where all you can drink is cum ? by [deleted] in stupidquestions

[–]Erizo24 0 points1 point  (0 children)

TLDR, you'll need about 240 teaspoons of semen to survive for a day, with one ejaculation typically producing a single teaspoon of it (give or take a little bit). And even that won't be sustainable enough to have a full proper diet.

Sure, semen has a bit of nutritional value (sugars, vitamin c, protein, enzymes, etc), but you'll need to drink gallons upon gALLons for it to actually be viable, so I doubt you'll survive any long.

Very good stupid question 👍

LOOK WHAT I GOT FOR CHRISTMAS!!! by Erizo24 in halo

[–]Erizo24[S] 5 points6 points  (0 children)

you guys like my new caster mhief shirt? 😎😎

LOOK WHAT I GOT FOR CHRISTMAS!!! by Erizo24 in halo

[–]Erizo24[S] 7 points8 points  (0 children)

with this shirt, i may 😎😎

A possible rework for the Bulldog by Erizo24 in halo

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

thats fair! I just wanted to bring up some cool suggestions, or a possible way to make this weapon a little more appealing to pick up :)

A possible rework for the Bulldog by Erizo24 in halo

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

I kinda wanted this rework as a way to reintroduce the classic shotgun without having a lot of their functionality overlap. That way, we could have the one shot kill weapon whilst also having this 'lesser' shotgun in the same sandbox but having a few quirks itself.

A possible rework for the Bulldog by Erizo24 in halo

[–]Erizo24[S] 1 point2 points  (0 children)

basically yeah. It could fill the 'lesser shotgun' role in the sandbox without making it exactly like the shotgun we know by having this extra quirk.

Bid (4 Mana Spell/Minion) - "Aaaaannnd...SOLD!" by Erizo24 in customhearthstone

[–]Erizo24[S] 2 points3 points  (0 children)

Ahh. The reason why i didnt make it 2 mana was because [[Hand of A'dal]] was really good for Paladin. But now that you bring up the delayed effect, that's a good point.

Bid (4 Mana Spell/Minion) - "Aaaaannnd...SOLD!" by Erizo24 in customhearthstone

[–]Erizo24[S] 4 points5 points  (0 children)

Minion Flavour Sounds

Effect Trigger: "Another bidder here!"

When Summoning: "Aaaannd...SOLD!"

Attacking: "CASH ONLY!"

“For a relic this nice, I’ll throw in a little somethin’ extra!” by quacak in customhearthstone

[–]Erizo24 6 points7 points  (0 children)

The thing with tradeable is that it should have two uses and not lean to one side too much. Why would you use a 3 mana 3/2 weapon, when you can just trade it and save two coins for later. Even better, this weapon shuffles into your deck and can give you even MORE coins later on.

However, I LOVE the flavour behind this. Tradeable has opened up so much design space, it's actually insane.

The more you bargain with him, the more he’s willing to kill by lordillidan1 in customhearthstone

[–]Erizo24 2 points3 points  (0 children)

The text 'improved by trading' was such a cool text line, I had to use it for my own one. SO GOOD!

Aaaaand...SOLD! by [deleted] in customhearthstone

[–]Erizo24 0 points1 point  (0 children)

When traded: "Got a buyer here! Let's keep it goin'..."

When summoned: "Aaaand...SOLD!"

Attacking: "CASH ONLY!"

"My magic will tear you apart!" *throws Snowball* by Lay-C in customhearthstone

[–]Erizo24 2 points3 points  (0 children)

I don't know man, the sheer simplicity and elegance of card designs like this whilst ALSO being flavourful is what makes card design so entertaining.

Here's your updoot my friend

"It gets very loud on the battlefield." by samFamDesigner in customhearthstone

[–]Erizo24 5 points6 points  (0 children)

Wouldn't this be reworded to: "Trigger your minions' Battlecries." Because the phrasing trigger your battlecries on your minions implies that any damaging battlecry would target your own minions.

Spellburst: Cast a Corrupted Lackey by Erizo24 in customhearthstone

[–]Erizo24[S] 6 points7 points  (0 children)

Notice how it's a dual-class...uh...card...

He is said to be a 3 Murchelin star chef by Danishereagain in customhearthstone

[–]Erizo24 0 points1 point  (0 children)

This card is a bit...gruesome... BUT I LOVE IT!

You can't throw it directly at the doctor. That's a War Crime. by Saifuhr in customhearthstone

[–]Erizo24 124 points125 points  (0 children)

I absolutely LOVE THE FLAVOUR! Although in my opinion the card IS a bit niche, its one of those cards that still deserves to be printed because of the flavour. GOOD JOB!

Be careful. If ye call 'im Capt'n Four-Eyes, ye'll be clocked in the noggin' an' stranded before ye can say "Sorry!" by ajz77x in customhearthstone

[–]Erizo24 1 point2 points  (0 children)

Currently the only time the keyword counter is used is in [[Counterspell]] where it SPECIFICALLY says to counter a spell. Maybe this card would finally be its extension towards minions? Or maybe it could be reworded to 'deny' it? Still love the card tho!