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

Technos keep range after firing #1288

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

CrimRecya
Copy link

  • Technos will maintain a suitable distance after firing if KeepRange is not set to 0.
    • KeepRange controls how long the distance to maintain when the techno's ROF timer is ticking. What is actually read is its absolute value. If it is a positive value, it will be stayed outside this distance, just like it has a special MinimumRange after firing. If it is a negative value, it will be kept as close as possible to this distance, just like it has a special Range after firing. In addition, if the effective range section is too small, it will be considered unable to fire. It is best to have an effective range of 1.0, and 2.0 is best for Infantry.
      • KeepRange.AllowAI controls whether this function is effective for computer.
      • KeepRange.AllowPlayer controls whether this function is effective for human.

In rulesmd.ini:

[SOMEWEAPON]                 ; WeaponType
KeepRange=0                  ; floating point value
KeepRange.AllowAI=false      ; boolean
KeepRange.AllowPlayer=false  ; boolean

Copy link

github-actions bot commented Jul 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant