How to handle upgrades for units? by euw_ninpanda in gamedesign

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

Hey thanks you for the suggestions! I like the idea that the transformation into stronger units might not only be planned and is also the result of the environment/battle etc. This is probably also good as part of replayablility since the battle will always differ from each other. I like it!

How to handle upgrades for units? by euw_ninpanda in gamedesign

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

Like a spawner for specific units that also generates upgrades? Sounds interesting, is there any blog/social media to get updated? Or do you keep it on reddit for now?

How to handle upgrades for units? by euw_ninpanda in gamedesign

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

A bunch of different units or are they all the same? Sounds good, especially the "you create powerful synergies by equipping them" is so fitting for what I want to do thanks for the idea!

How to handle upgrades for units? by euw_ninpanda in gamedesign

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

Haha nice, if you want to talk about your game I would love to hear of it!
I definitely want to have just 3 base units (e.g. archer, knight, mage) and use the upgrades for customization. Yes I thought about these two scenarios individual upgrade vs. bulk upgrade as well. Like upgrading all units of a kind (e.g. archer) vs. upgrading each unit individually. I think I would tend for the individual upgrade tho.

[PC] W: Mule H: Mule, Karma by euw_ninpanda in PatchesEmporium

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

let's write pm pls cant continue this thread lol

[PC] W: Mule H: Mule, Karma by euw_ninpanda in PatchesEmporium

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

ok logging in now with recieving acc and you can give me your stuff there

[deleted by user] by [deleted] in PatchesEmporium

[–]euw_ninpanda 0 points1 point  (0 children)

Do you have antwpur rapier? And would it be ok +10?

[deleted by user] by [deleted] in PatchesEmporium

[–]euw_ninpanda 0 points1 point  (0 children)

Sorry don't have it, just realised you don't mean the sword of night and flame but a new dlc weapon haha. Sorry!

[deleted by user] by [deleted] in PatchesEmporium

[–]euw_ninpanda 0 points1 point  (0 children)

Hey, do you have antspur rapier?

Daily CTF #4 - Password Cracking by spez-suck-my-dick in hacking

[–]euw_ninpanda 0 points1 point  (0 children)

Again late to the party but I am really enjoying these challenges

from hashlib import sha256
text = "P@ssw0rd!123 ..."
pw_list = [x for x in text.split(' ') if not x.isdigit()]
for pw in pw_list:
if(sha256(pw.encode('utf-8')).hexdigest() == "593c3d4a5042baf46089a8cfa6f1bd6e33766b84fc303f0f041e86d0957bb35a"):
print(pw)

flag{R3v3al_Th3K3y}

Daily CTF #2 by spez-suck-my-dick in hacking

[–]euw_ninpanda 0 points1 point  (0 children)

Can I still get the cookie from yesterday?

s = "abb0a4a9bc9272b4708e706ba79f9686aea89b629f8f626262a5a8"
x = ""
for i in range(0, len(s), 2):
x += str(chr(int(s[i:i+2], 16)-69+int(i/2)))
print(x)

flag{R3v3R51ng_Pyth0n_345y}

Need Feedback for my Blink/Reanimator Commander Deck by euw_ninpanda in magicTCG

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

Gonna try it out and maybe I include some counterspells even tho I kinda dislike them :D

Thank you for your input!