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

Airforce A10 Strike not shared with other USA factions #2434

Open
BKRFTTK opened this issue Jun 23, 2024 · 3 comments
Open

Airforce A10 Strike not shared with other USA factions #2434

BKRFTTK opened this issue Jun 23, 2024 · 3 comments
Assignees
Labels
Bug Something is not working right Minor Severity: Minor < Major < Critical < Blocker USA Affects USA faction

Comments

@BKRFTTK
Copy link

BKRFTTK commented Jun 23, 2024

Airforce can't use A10 Strike from other USA faction Command Centers and vise-versa for other USA factions using A10 strike from an Airforce Command Center.

Airforce A10 Strike has its own Special Power and Science requirements despite sharing the same statistical numbers and OCLs as the normal A10 Strike.

SpecialPower SuperweaponA10ThunderboltMissileStrike
  Enum                = SPECIAL_A10_THUNDERBOLT_STRIKE
  ReloadTime          = 240000   ; in milliseconds
  RequiredScience     = SCIENCE_A10ThunderboltMissileStrike1
  PublicTimer         = No
  SharedSyncedTimer   = Yes
  ViewObjectDuration  = 30000
  ViewObjectRange     = 250
  RadiusCursorRadius  = 50
  ShortcutPower       = Yes     ;Capable of being fired by the side-bar shortcut.
  AcademyClassify     = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End
SpecialPower AirF_SuperweaponA10ThunderboltMissileStrike
  Enum                = AIRF_SPECIAL_A10_THUNDERBOLT_STRIKE
  ReloadTime          = 240000   ; in milliseconds
  RequiredScience     = AirF_SCIENCE_A10ThunderboltMissileStrike1
  PublicTimer         = No
  SharedSyncedTimer   = Yes
  ViewObjectDuration  = 30000
  ViewObjectRange     = 250
  RadiusCursorRadius  = 50
  ShortcutPower       = Yes     ;Capable of being fired by the side-bar shortcut.
  AcademyClassify     = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End
  Behavior           = OCLSpecialPower ModuleTag_26
    SpecialPowerTemplate = SuperweaponA10ThunderboltMissileStrike
    UpgradeOCL           = SCIENCE_A10ThunderboltMissileStrike3 SUPERWEAPON_A10ThunderboltMissileStrike3
    UpgradeOCL           = SCIENCE_A10ThunderboltMissileStrike2 SUPERWEAPON_A10ThunderboltMissileStrike2
    OCL                  = SUPERWEAPON_A10ThunderboltMissileStrike1
    CreateLocation       = CREATE_AT_EDGE_NEAR_SOURCE
  End
  Behavior           = OCLSpecialPower ModuleTag_26
    SpecialPowerTemplate = AirF_SuperweaponA10ThunderboltMissileStrike
    UpgradeOCL           = AirF_SCIENCE_A10ThunderboltMissileStrike3 SUPERWEAPON_A10ThunderboltMissileStrike3
    UpgradeOCL           = AirF_SCIENCE_A10ThunderboltMissileStrike2 SUPERWEAPON_A10ThunderboltMissileStrike2
    OCL                  = SUPERWEAPON_A10ThunderboltMissileStrike1
    CreateLocation       = CREATE_AT_EDGE_NEAR_SOURCE
  End
@xezon xezon added Bug Something is not working right Minor Severity: Minor < Major < Critical < Blocker USA Affects USA faction labels Jun 23, 2024
@xezon
Copy link
Collaborator

xezon commented Jun 23, 2024

@commy2
Did you fix this already by any chance? I do remember you touched things like this.

@MTKing4
Copy link
Collaborator

MTKing4 commented Jun 23, 2024

Isn't it because airforce A10 has PDL?

What did we do about China Carpet Bomb vs Nuke Carpet bomb?

@MTKing4 MTKing4 assigned MTKing4 and commy2 and unassigned MTKing4 Jun 23, 2024
@Float1ngFree
Copy link

My guess is that they wanted to make it any different but ended up being the same. The special power itself doesn't matter much as it is OCLs that are specified that make difference in planes.

I actually took advantage of this in my project to make lvl 1 available from General 2 promotion for AirF.

@MTKing4 they don't have PDLs, but I guess that was the intention, since A10 object is listed separately in AirforceGeneral.ini.

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 Minor Severity: Minor < Major < Critical < Blocker USA Affects USA faction
Projects
None yet
Development

No branches or pull requests

5 participants