Skip to content

Conversation

CrimRecya
Copy link
Contributor

@CrimRecya CrimRecya commented Sep 6, 2025

  • When a guard command ([G] by default) or a area guard command ([Ctrl]+[Alt]) is issued, the aircraft will search for targets around the position (for guard is the current location, for area guard is the target position) and return immediately when ammos are depleted.
    • If the target is not found, or if there is still ammo when the target is destroyed, it will continue to hover over the guarded area.
    • ExtendedAircraftMissions.FastScramble controls whether the aircraft can scramble when its airport has been destroyed.
    • ExtendedAircraftMissions.UnlandDamage controls the damage suffered by the aircraft every 4 frames when there is no airport for the aircraft to land. If the value is negative, it will crash immediately. Not recommended to use when ExtendedAircraftMissions is not enabled.

In rulesmd.ini:

[General]
ExtendedAircraftMissions.UnlandDamage=-1  ; integer

[SOMEAIRCRAFT]                            ; AircraftType
ExtendedAircraftMissions.FastScramble=    ; boolean, default to [General] -> ExtendedAircraftMissions
ExtendedAircraftMissions.UnlandDamage=    ; integer, default to [General] -> ExtendedAircraftMissions.UnlandDamage

飞机守卫

Copy link

github-actions bot commented Sep 6, 2025

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 TaranDahl added Needs testing ⚙️T1 T1 maintainer review is sufficient labels Sep 10, 2025
@CrimRecya CrimRecya merged commit 6a3c01a into Phobos-developers:develop Sep 13, 2025
6 checks passed
DeathFishAtEase added a commit to DeathFishAtEase/Phobos that referenced this pull request Sep 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️T1 T1 maintainer review is sufficient Tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants