Coronia
Coronia
remove those duplicated 'Anims' tags, despite it might be a bit weird to not using plural for a list, it should remain backward compatibility and clearness. Also add random anim...
The definition of customizable `WarpAway` in Phobos seems to be wrong, as it should be the anim that the techno is erased by `Temporal` warheads rather than the anim used...
> The definition of customizable `WarpAway` in Phobos seems to be wrong, as it should be the anim that the techno is erased by `Temporal` warheads rather than the anim...
The cost (more perf tax for AE) doesn't really march what it can provide. 'Bonus' has rather limited usage and can be replaced by proper 'Multiplier' setting in many times....
Yeah I would be appreciated if there's a demo for this. I've looked into the pull request but not quite got it yet. I take it that we should define...
from design perspective https://github.com/Phobos-developers/Phobos/pull/1635 is clearer and more universal, but since that one is closed, I think we should tweak this PR a bit to make it use generic `Pip`...
These hooks didn't perform very well during performance test with profiler. But I guess there's no much options to optimize the code logic since it still needs to go through...
there's another way if the calculation can't be optimized: instead of checking the toggle inside the hooks, we can make it patch down these hooks directly if disabled. See https://github.com/Phobos-developers/Phobos/commit/2ff45a0a4b120b7980104b1280de04d588dbd59b...
now that this is proven to have impact on performance, it's not really good to enable it by default. Also this fix will change the behavior of aircrafts which might...
Think it's still better to batch these conditional conversion and AutoDeath in a same condition group, so it has the following benefits: - use same condition calculation logic, so more...