Skip to content

[Minor] Range.Maximum/Minimum#2227

Open
Coronia wants to merge 1 commit into
Phobos-developers:developfrom
Coronia:min-max-range
Open

[Minor] Range.Maximum/Minimum#2227
Coronia wants to merge 1 commit into
Phobos-developers:developfrom
Coronia:min-max-range

Conversation

@Coronia
Copy link
Copy Markdown
Contributor

@Coronia Coronia commented May 26, 2026

There're cases when we don't want weapon range AE or other range modifiers to change weapon's range infinitely. F.ex. if it's longer than the weapon's ProjectileRange it'll fail to hit the target beyond that. Adding a setting on weapon for theses cases to define the maximum/minimum value of its range

@Coronia Coronia added Minor Minor feature and/or fix, not a lot of changes or they are not significant ⚙️T1 T1 maintainer review is sufficient labels May 26, 2026
@github-actions
Copy link
Copy Markdown

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.

@TaranDahl
Copy link
Copy Markdown
Contributor

TaranDahl commented May 26, 2026

F.ex. if it's longer than the weapon's ProjectileRange it'll fail to hit the target beyond that

The proper approach should be to make ProjectileRange support RangeMultiplier.

AttachEffect.DisallowedMaxCounts= ; integer - maximum disallowed instance count (comma-separated) for cumulative types in order from first to last.
AttachEffect.IgnoreFromSameSource=false ; boolean
AttachEffect.CheckOnFirer=false ; boolean
Range.Maximum=2147483647 ; integer
Copy link
Copy Markdown
Collaborator

@DeathFishAtEase DeathFishAtEase May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps they are suitable for using the same series of prefixes in tag names?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Minor Minor feature and/or fix, not a lot of changes or they are not significant ⚙️T1 T1 maintainer review is sufficient

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants