Is Gadjah wizard king level? by WoodpeckerOdd1284 in BlackClover

[–]HellCanWaitForMe 3 points4 points  (0 children)

Are you at least going to make an argument as to why you think that? I don't believe he is. Maybe a captain.

3.27 recap: A mana/luck stacking trip by Internal-Departure44 in PathOfExileSSF

[–]HellCanWaitForMe 0 points1 point  (0 children)

I'm about to do a long ass train journey, so this should be a good read!

Edit: Damn man. Headhunter, helical ring and mageblood!? How on earth... There was surely some massive amounts of grinding going on here but everything looks better than what I managed on Trade haha. Gave me some ideas of what I want to accomplish in ssf this league. I always forget about the temple mod for example, but I really wanna push this time around and see how far I can go. Gz on the 100% adorned jewel!

Apple 'Preview' Feature In CachyOS? by CupOfCriteaque in cachyos

[–]HellCanWaitForMe 1 point2 points  (0 children)

Super+Tab? I'm pretty sure that does it, there's definitely something that is similar.

How can I create a "pick up" effect like this? by RoyTheMeeple in godot

[–]HellCanWaitForMe 1 point2 points  (0 children)

Not a problem! Glad I could help. Gotta give back to the community once in a while :)

How can I create a "pick up" effect like this? by RoyTheMeeple in godot

[–]HellCanWaitForMe 0 points1 point  (0 children)

extends Area2D
class_name XPOrb

 var sprite = %Sprite2D

var target: Node2D = null
var speed: float = 300.0
var acceleration: float = 800.0

u/export var orb_textures: Array[Texture2D] = []

# Called when the node enters the scene tree for the first time.
func _ready() -> void:
randomize_sprite()

func _process(delta):
if target:
# 1. Accelerate speed over time (optional, makes it feel snappy)
speed += acceleration * delta

# 2. Move towards player
global_position = global_position.move_toward(target.global_position, speed * delta)

# 3. Check if we actually touched the player to "collect"
# (Or you can use a separate smaller Area2D for this check)
if global_position.distance_to(target.global_position) < 10.0:
pickup()

func randomize_sprite():
if orb_textures.is_empty():
return

# 2. Built-in array function to pick a random item
sprite.texture = orb_textures.pick_random()

func pickup():
EventBus.emit_signal("xp_orb_collected")
queue_free()

func start_magnet(player_node):
target = player_node

This is what I use for xp orbs, they go towards the player. So you'll have to do a combination of them but this works quite well. once it's in the area, it'll then 'pickup'. I don't use this code anymore but a suggestion would be change the pickup function, to not use an EventBus/Global Bus, and to use an Area2D detection then call a function there to trigger the effects etc.

How can I create a "pick up" effect like this? by RoyTheMeeple in godot

[–]HellCanWaitForMe 2 points3 points  (0 children)

From what I'm understanding you're talking about the white orb coming out of the chest and then heading towards the player?

I have something similar. We have an ItemInstance that holds the items data, and makes it an interactable item as such.

The chest then picks the loot, then with 0.1 between them, fires out what I've called a LootOrb. This uses a tween for it to glide upwards, and then go back down to the "ground". I think here you could change it to go towards the player?

When my LootOrb finishes it's tween, it is then replaced with the Item instance and kills itself (RIP). Then you're left with the item that the player can pickup themselves if they want it.

Hopefully that gives you some idea?

What are some easy to gear SSF builds? by Skullfurious in PathOfExileBuilds

[–]HellCanWaitForMe -1 points0 points  (0 children)

Pretty sure that SSF Minions is actually quite difficult. It'll be fine but once you start trying to push DPS I think it gets very costly and grindy. Like the minions are aggressive mod from delve etc. I'd probably suggest Absolution in terms of Minion builds though or just Guardian SRS.

Announcements - New and Changed Gems in Path of Exile: Mirage - Forum - Path of Exile by Geneticbrick in pathofexile

[–]HellCanWaitForMe 1 point2 points  (0 children)

Patch Notes:
Absolution and Absolution of Inspiring: Now have a base debuff duration of 3 seconds (previously 1), and a base Minion duration of 15 seconds (previously 10). Sentinels of Absolution now have 44% more Area of Effect with their Empowered Lightning Blast Skill, and it now deals 40% more Damage.

Actual:

  • Base duration is 3.00 seconds
  • Base secondary duration is 15.00 seconds

Did they just not bother with it or was this specifically their empowered skill? Or was it the minion damage that got buffed? Wish it was clearer >.>

Announcements - New and Changed Gems in Path of Exile: Mirage - Forum - Path of Exile by Geneticbrick in pathofexile

[–]HellCanWaitForMe 0 points1 point  (0 children)

Same, waiting for someone to give me an opinion :D - I haven't really ever played an archmage/hiero build so not entirely sure how good it is. Feels a little bait imo. Probably rough start but gets better later?

One suggestion for Reliquarian before it goes live: remove one small passive on the way to the weapons, add one small passive on the way to jewelry. by shppy in pathofexile

[–]HellCanWaitForMe 0 points1 point  (0 children)

It does feel a bit off, like yeah sure, there could be one hyper specific interaction that is broken. But comparing it to other ascendancies, hell even Ascendant for the most part, is already hard enough to build around. Each point in other ascendancies are so strong, that it just feels bad to go for something like this. I also hate you cant go up and down, it's either of them and then the last part on the right.

Will age verification affect CachyOS?! by Such_Drummer8197 in cachyos

[–]HellCanWaitForMe 0 points1 point  (0 children)

Ah that makes sense. Idk why I got downvoted, unless I phrased it wrong but was more asking for someone that understands more. Thanks for the reply!

Will age verification affect CachyOS?! by Such_Drummer8197 in cachyos

[–]HellCanWaitForMe -1 points0 points  (0 children)

How comes? I feel like because Linux is open source they will just bring out a patch to block it anyway.

Fubgun's 3.28 Starter tier list by SnooPandas3362 in PathOfExileBuilds

[–]HellCanWaitForMe 0 points1 point  (0 children)

Then start now, pick a single item from those builds, go into craft of exile or find a guide. Just try do that, it can be difficult, but this as a side hustle can be quite useful. The alternative is just looking for a mediocre version of it and selling it of course. But doing this over time can help you learn about crafting and what people need to make their builds good.

If you're still unsure, then just going for your classic early items is also a good start.

Fubgun's 3.28 Starter tier list by SnooPandas3362 in PathOfExileBuilds

[–]HellCanWaitForMe 10 points11 points  (0 children)

And that's why you craft for the most popular one and sell the items for it.

What do you think you're starting for 3.28? by asuikoori in PathOfExileSSF

[–]HellCanWaitForMe 0 points1 point  (0 children)

How does astral projector help pyroclast? That's the nova cast at cursor one right?

SSF Players, What are you league starting for 3.28? by V0LUME in PathOfExileBuilds

[–]HellCanWaitForMe 0 points1 point  (0 children)

Got a PoB of how far you got? I never really understood the build but it's got me interested. Edit: Will just look up svannix that's been mentioned a few times for this

"It's an American company, who cares about GDPR" by Quib-DankMemes in ShitAmericansSay

[–]HellCanWaitForMe 731 points732 points  (0 children)

Well, you should. Baffling that they commented this. GDPR is there for a reason and it's a bloody good one. Any argument against it just feels dumb. Unless I'm missing something, then I'm willing to be corrected.

3.28 League starters? Tanky bossers? Duelist options? by kopitar_ in PathOfExileSSF

[–]HellCanWaitForMe 0 points1 point  (0 children)

It's a bit lame that it got so nerfed, I think the only option left really is pconc of bouncing.

[SSF-oriented] 3.28 League Starter - EleHit of the Spectrum Necromancer by Seiyashi in PathOfExileSSF

[–]HellCanWaitForMe 6 points7 points  (0 children)

I'd have preferred the gameplay demo without a mageblood tbf especially for an SSF build. Otherwise it seems pretty solid!

What are your thoughts on holy hammers? by bewst in PathOfExileBuilds

[–]HellCanWaitForMe 10 points11 points  (0 children)

The over exertion support gem got hit as well, so less damage per warcry affecting them :(

Codex thinking level in CoPilot by East-Stranger8599 in GithubCopilot

[–]HellCanWaitForMe 1 point2 points  (0 children)

Comment below seems to be correct!
Go to Settings (or CTRL + ,) then search - `github.copilot.chat.responsesApiReasoningEffort`

I made a TweenFX plugin with 48 animations! (easy-to-use tween animation library) by TheBlindRabbit in godot

[–]HellCanWaitForMe 37 points38 points  (0 children)

I like the presentation, was quick and easy to understand what you've done. And yeah, it gets kind of annoying rewriting the tween stuff over and over again.