Skip to content

Commit

Permalink
Fix availability info for standard iATM ammo
Browse files Browse the repository at this point in the history
iATMs use the same ammunition as standard ATMs, exclusive munitions
aside. As such, the availability is actually the same as for ATMs.
  • Loading branch information
Saklad5 committed Aug 25, 2023
1 parent e6a5766 commit c3249ff
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions megamek/src/megamek/common/AmmoType.java
Original file line number Diff line number Diff line change
Expand Up @@ -5528,8 +5528,8 @@ private static AmmoType createCLIATM3Ammo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5553,8 +5553,8 @@ private static AmmoType createCLIATM6Ammo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5578,8 +5578,8 @@ private static AmmoType createCLIATM9Ammo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5603,8 +5603,8 @@ private static AmmoType createCLIATM12Ammo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5630,8 +5630,8 @@ private static AmmoType createCLIATM3ERAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5655,8 +5655,8 @@ private static AmmoType createCLIATM6ERAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5681,8 +5681,8 @@ private static AmmoType createCLIATM9ERAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5707,8 +5707,8 @@ private static AmmoType createCLIATM12ERAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5734,8 +5734,8 @@ private static AmmoType createCLIATM3HEAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5760,8 +5760,8 @@ private static AmmoType createCLIATM6HEAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5786,8 +5786,8 @@ private static AmmoType createCLIATM9HEAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand All @@ -5812,8 +5812,8 @@ private static AmmoType createCLIATM12HEAmmo() {
ammo.rulesRefs = "65, IO";
ammo.techAdvancement.setTechBase(TECH_BASE_CLAN).setIntroLevel(false).setUnofficial(false)
.setTechRating(RATING_F).setAvailability(RATING_X, RATING_X, RATING_D, RATING_D)
.setClanAdvancement(3054, 3070, DATE_NONE, DATE_NONE, DATE_NONE)
.setClanApproximate(true, false, false, false, false).setPrototypeFactions(F_CCY)
.setClanAdvancement(3052, 3053, 3054, DATE_NONE, DATE_NONE)
.setClanApproximate(true, true, true, false, false).setPrototypeFactions(F_CCY)
.setProductionFactions(F_CCY);
return ammo;
}
Expand Down

0 comments on commit c3249ff

Please sign in to comment.