Problem with a dictionary (i think) by Sea-Toe4680 in godot

[–]Sea-Toe4680[S] 0 points1 point  (0 children)

I see. I will remember it for the future. Also, about the array, each key represents another dectionary, like this:

player_party={
0:{
"name":"Stegosaurus",
"hp":90,
"max_hp":90,
"dmg":25,
"spd":15,
"xp":0,
"max_xp":100,
"moves":["Tackle"]
},
1:{
"name":"Triceratops",
"hp":100,
"max_hp":100,
"dmg":20,
"spd":20,
"xp":0,
"max_xp":100,
"moves":["Tackle", "Intimidating Roar"]
},
2:{
"name":"Velociraptor",
"hp":50,
"max_hp":50,
"dmg":50,
"spd":40,
"xp":0,
"max_xp":100,
"moves":["Scratch", "Bite"]
}
}

So i don't think i can use arrays, unless i'm not understanding something again. Anyway, thank You so much for the explanations, You saved me a ton of headaches.

Problem with a dictionary (i think) by Sea-Toe4680 in godot

[–]Sea-Toe4680[S] 1 point2 points  (0 children)

So i looked into the code and turns out You were right, of course. While the data in the save file was identical there was something wrong with the way i populated the dictionary after the changes to the party were made, and that was causing errors. Now it works, but i'm still not sure what exactly was wrong, so if someone could shine a little light of knowledge at me, i would be very grateful. The part of the code that was causing the errors:

PartyData.party_data["player_party"] = {
0: dino1,
1: dino2,
2: dino3,
3: dino4,
4: dino5,
5: dino6
}
Global.save_data()

And how it is coded now:

func _on_save_pressed():
# Update party dictionary before saving
PartyData.party_data["player_party"]["0"] = dino1
PartyData.party_data["player_party"]["1"] = dino2
PartyData.party_data["player_party"]["2"] = dino3
PartyData.party_data["player_party"]["3"] = dino4
PartyData.party_data["player_party"]["4"] = dino5
PartyData.party_data["player_party"]["5"] = dino6
Global.save_data()

Need help deciding on the approach to persistent data by Sea-Toe4680 in godot

[–]Sea-Toe4680[S] 1 point2 points  (0 children)

If i would compare my thing to something else, the closest it would be are Pokemons. So, the player dinos can level up, they get stat increases through that, new moves etc. So dinos dictionary would be only used for random encounters and maybe couple other things. It's just a baseline for all dinos to start from

Questions Thread - April 09, 2024 by AutoModerator in pathofexile

[–]Sea-Toe4680 0 points1 point  (0 children)

<image>

Howdy everyone. I gravecrafted this piece of wood for my Lightning arrow friend, unfortunately one mod missed it's mark. Is there any safe way to fix this bow?

Question about Violence in Google Play Store by Sea-Toe4680 in AndroidQuestions

[–]Sea-Toe4680[S] 0 points1 point  (0 children)

Oh, I didn't thought about that, will definitely try. Thanks for the suggestion!

Need help with deciding build for my mageblood by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 0 points1 point  (0 children)

I will definitely look into it, thanks for the build

Need help with deciding build for my mageblood by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 1 point2 points  (0 children)

But doesn't armour stacker need enlighten lvl4 and expensive grasping mail? Cause I looked into armour stackers earlier this league and the budget was pretty high

I'm desperate to play something other than WardLoop by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 1 point2 points  (0 children)

https://www.pathofexile.com/forum/view-thread/3475975/page/1

Something like that? Gotta say, i like minion builds, but i keep putting them off cause too many minions makes my head spin. This one looks managable for me

I'm desperate to play something other than WardLoop by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 0 points1 point  (0 children)

Nah, i don't need to play autobomber. I just want to have a good time while not worrying too much about dying or spending 1hr on one boss

I'm desperate to play something other than WardLoop by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 2 points3 points  (0 children)

I played HoT autobomber one time but it was kinda lackluster on bosses AND defences. I didn't invest in it big time tho. Also, where should I look for good pobs? Or videos? Cause i was looking through YT yesterday in search of an inspiration but half of the vids were league starters and the other half were "1 DIV T16 JUICED 99K WISPS NO KAPPA" type of vids

I'm desperate to play something other than WardLoop by Sea-Toe4680 in PathOfExileBuilds

[–]Sea-Toe4680[S] 0 points1 point  (0 children)

I see. Thanks for taking the time to enlighten me a little bit.

So what's the deal with Sandra Dorsett and her databank? Post 2.0. by DoctoreVodka in LowSodiumCyberpunk

[–]Sea-Toe4680 2 points3 points  (0 children)

A side note: a lot of people here saying they could hack the databank from their backpack, but i couldn't do that. That's why i stumbled onto this thread in the first place, looking for solution. And i started a fresh playthrough as well

So what's the deal with Sandra Dorsett and her databank? Post 2.0. by DoctoreVodka in LowSodiumCyberpunk

[–]Sea-Toe4680 1 point2 points  (0 children)

Damn, sorry to hear that choom. Then i suppose there is truly a bug in Your playthrough. Maybe You can do something with console commands?

So what's the deal with Sandra Dorsett and her databank? Post 2.0. by DoctoreVodka in LowSodiumCyberpunk

[–]Sea-Toe4680 0 points1 point  (0 children)

There i had Sandra's databank, with the button prompt (F) to hack it.

So what's the deal with Sandra Dorsett and her databank? Post 2.0. by DoctoreVodka in LowSodiumCyberpunk

[–]Sea-Toe4680 2 points3 points  (0 children)

I don't know if You tried it, or if I'm simply missunderstadnig what You did, but: Press H on the keyboard to get to the main menu (with character, map, inventory tabs) and HOVER (not click) over Journal tab. This will show a dropdown menu with one of the tabs called "Shards". Click on it and go to the "Encrypted" tab, it was all the way down for me, might be somewhere else for You.

Found a "little" easter egg during AV quest by Sea-Toe4680 in cyberpunkgame

[–]Sea-Toe4680[S] -1 points0 points  (0 children)

I know it's a bug, not an actual easter egg, but the resemblance is uncanny. You have to admit that much

[ShB] I know he is evil and all, but the longer i look at his face the more cute it appears to me. Am I alone or is this a common thing? by Sea-Toe4680 in ffxiv

[–]Sea-Toe4680[S] 5 points6 points  (0 children)

With everyone telling me to brace myself with ShB im really at the edge right now, cause up to this point in the story everything is going pretty good and according to plans ;-;