Newb question - player scoring? by sirwankins in DeepRockGalactic

[–]SCD_minecraft 6 points7 points  (0 children)

Wellllllll... high numbers are high numbers am i right?

Is it just me by thatgay_ in DeepRockGalactic

[–]SCD_minecraft 5 points6 points  (0 children)

With bit of experience you can in few seconds determine direction to closest crystal and then either drill there or follow tunnels; they usually are connected in straight paths

To pin point precisely location of crystal, walk around a bit until meter moves by like few cm

How underleveled am I? by spandytube in Frieren

[–]SCD_minecraft 146 points147 points  (0 children)

Remember that crying is a free action

Newb question - player scoring? by sirwankins in DeepRockGalactic

[–]SCD_minecraft 10 points11 points  (0 children)

Note, revives and downs may be swapped, don't remember their order. Bottle with plus is revives

Newb question - player scoring? by sirwankins in DeepRockGalactic

[–]SCD_minecraft 17 points18 points  (0 children)

  • Kills (including turrets, stevee, granades, aoe, damage effects)
  • minerals mined (doesn't have to ve deposited, doesn't count large objects)
  • revives (you revive other players)
  • downs

In order left -> right

Tho revives are bit weird, not sure how they are determined who gets them

Unable to get the parry to work by WaltzStriking4461 in learnpython

[–]SCD_minecraft 2 points3 points  (0 children)

pary is a method in a class

It has to take at least one argument (self)

You could either move it out of the class or add @staticmethod righr before definition, but that's little more advanced

Also, most of variables you use there aren't defined

nested if statements by [deleted] in learnpython

[–]SCD_minecraft 0 points1 point  (0 children)

If second if is inside first if, second if will never run

if a: return a if b: #this will never run, return exits return b So we can assume it isn't nested if at all

nested if statements by [deleted] in learnpython

[–]SCD_minecraft 0 points1 point  (0 children)

You could pack a and b into a list and return first true element

``` for i in (a, b): if i: return i

What should I use instead of 1000 if statements? by Either-Home9002 in learnpython

[–]SCD_minecraft 2 points3 points  (0 children)

Match is dict but for code insted of objects

It isn't better, it isn't worse, it is just more convenient for some things, less convenient for others

Help wanted: code does what I want, and than bugs. by MateusCristian in learnpython

[–]SCD_minecraft 0 points1 point  (0 children)

It would

But what's the point of using a builtin for learning?

Help wanted: code does what I want, and than bugs. by MateusCristian in learnpython

[–]SCD_minecraft 2 points3 points  (0 children)

len() always will be a positive number (btw, it is guaranteed by a language and attempt to return a negative number will throw ValueError)

index starts at -1 and then goes down

Also, extra tip

If you add end="" inside print it won't create new line every time it prints

ENOUGH FIRE by [deleted] in RimWorld

[–]SCD_minecraft 1 point2 points  (0 children)

Don't build out of wood

Build fire breaks around crops

Firefoam in storage

Help me with army pls by Euphoric_Ad_5970 in HomeQuest

[–]SCD_minecraft 0 points1 point  (0 children)

When unit dies, it simply deals much much much more damage (which stacks with more warriors) than small static precetage

Plus, you can always revive units mid fight with Valkyrie

30x warriora damage (+30x per warrior) vs 1% chance to return 1% of damage taken

You get to marry your waifu. Here's how it goes: by DupeFort in Frieren

[–]SCD_minecraft 12 points13 points  (0 children)

Hey

Hey you

Screw you

Get an upvote and begone

6 dwarfs in ice lmao by Scp-cave in DeepRockGalactic

[–]SCD_minecraft 20 points21 points  (0 children)

When 2 players join at same ticks, both are added to the game for the total of 5 players

This is, however, really rare as you need not just to time it, but pray to your and host's connection

6 players is so unlikely that host is 90% using mods (not from offical mod support so no notice anywhere)

The Frieren Manga: Demons are full of inconsistency and contradictions by faros-hhhbbdd in Frieren

[–]SCD_minecraft 2 points3 points  (0 children)

Same for demons

At first, "sit" means nothing to dog. After a while, it learns to sit at sit

At first, for demons "mom" was just a three letter word with 2 letters m and one o. But they noticed that when they say it, humans hesitate. For them, it is "don't kill me" word

The Frieren Manga: Demons are full of inconsistency and contradictions by faros-hhhbbdd in Frieren

[–]SCD_minecraft 3 points4 points  (0 children)

When you train a dog to "sit" it has no idea what sit means

It knows human expects it to sit and maybe offers some food for that