Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rampart's shield grants more energy than expected #58

Open
AuricImpulse opened this issue Nov 18, 2023 · 2 comments
Open

Rampart's shield grants more energy than expected #58

AuricImpulse opened this issue Nov 18, 2023 · 2 comments
Labels
bug-specific Bug related to a specific gameplay mechanics (e.g. glitching ability, broken mod)

Comments

@AuricImpulse
Copy link

Oceanus-3 - 0.7.4-3-g69c185e - 2023_11_17__17_20_06 turn 3.
When rampart blocked elle's lurker drone it granted rampart 3x energy. It could be because that skill would hit 3 players behind the shield.

@Zheneq
Copy link
Owner

Zheneq commented Dec 27, 2023

That's how it worked in vanilla, though still mot likely a bug

@Zheneq Zheneq added the bug-specific Bug related to a specific gameplay mechanics (e.g. glitching ability, broken mod) label Jan 27, 2024
@Zheneq
Copy link
Owner

Zheneq commented Jul 15, 2024

Primary barrier hit is added here

laserCoords.end = VectorUtils.GetLaserEndPoint(startPos, dir, maxDistanceInWorld, penetrateLos, caster, nonActorTargetsLocal, checkBarriers);

Two more hits can be added here

bool isAbilityBlockedA = BarrierManager.Get().AreAbilitiesBlocked(caster, srcVec + offset, dstVec + offset, list);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-specific Bug related to a specific gameplay mechanics (e.g. glitching ability, broken mod)
Projects
None yet
Development

No branches or pull requests

2 participants