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

Ambulance and Propaganda Tower swallow Emergency Repair burst #2186

Open
commy2 opened this issue Aug 1, 2023 · 7 comments
Open

Ambulance and Propaganda Tower swallow Emergency Repair burst #2186

commy2 opened this issue Aug 1, 2023 · 7 comments
Labels
Bug Something is not working right China Affects China faction Executable Is game code related Major Severity: Minor < Major < Critical < Blocker USA Affects USA faction

Comments

@commy2
Copy link
Collaborator

commy2 commented Aug 1, 2023

repair.mp4
@commy2 commy2 added Bug Something is not working right Major Severity: Minor < Major < Critical < Blocker China Affects China faction labels Aug 1, 2023
@xezon
Copy link
Collaborator

xezon commented Aug 1, 2023

Does the same happen with Ambulance Repair?

@xezon xezon added the Executable Is game code related label Aug 1, 2023
@commy2
Copy link
Collaborator Author

commy2 commented Aug 1, 2023

Yes. All repairs.

shot_20230801_200946_2

@commy2 commy2 added the USA Affects USA faction label Aug 1, 2023
@xezon
Copy link
Collaborator

xezon commented Aug 1, 2023

Ok. I expect that we would require a flag in AutoHealBehavior module to allow stacking. Many other auto heals do not need to stack.

A remotely related issue is

@commy2
Copy link
Collaborator Author

commy2 commented Aug 1, 2023

It works despite Junk Repair.

shot_20230801_202135_3

It also works despite Vet 2 repair

shot_20230801_202255_4

It also works despite Factory repair

shot_20230801_202442_5

@commy2 commy2 changed the title Propaganda Tower swallows Emergency Repair burst Ambulance and Propaganda Tower swallow Emergency Repair burst Aug 1, 2023
@xezon
Copy link
Collaborator

xezon commented Aug 1, 2023

It works despite Junk Repair.

Ok this is surprising.

Junk Repair

  Behavior = AutoHealBehavior ModuleTag_05
    HealingAmount = 2
    HealingDelay = 1000 ; msec
    TriggeredBy = Upgrade_GLAJunkRepair
  End

Ambulance

  Behavior = AutoHealBehavior ModuleTag_22
    HealingAmount     = 4
    HealingDelay      = 1000 ; msec
    Radius            = 100.0
    StartsActive      = Yes
    KindOf            = INFANTRY
  End
  Behavior = AutoHealBehavior ModuleTag_23
    HealingAmount     = 5
    HealingDelay      = 1000 ; msec
    Radius            = 100.0
    StartsActive      = Yes
    KindOf            = VEHICLE
    ForbiddenKindOf   = AIRCRAFT
    SkipSelfForHealing = Yes
  End

Setups are similar. Curious why it acts differently.

@commy2
Copy link
Collaborator Author

commy2 commented Aug 1, 2023

Veterancy and Junk Repair are modules on the object to repair, Emergency Repair and Ambulance is modules on another object nearby.

Factory repair is hard-coded stuff.

Just spitballing.

@xezon
Copy link
Collaborator

xezon commented Aug 1, 2023

Hmm yeah perhaps the stacking originally only works on self + 1x remote heal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working right China Affects China faction Executable Is game code related Major Severity: Minor < Major < Critical < Blocker USA Affects USA faction
Projects
None yet
Development

No branches or pull requests

2 participants