Skip to content

Commit

Permalink
Updating Tech Progession of Clan Prototype ER Small and Medium Lasers
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Dec 8, 2024
1 parent 6e563d5 commit 28c14ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ public class CLERLaserMediumPrototype extends LaserWeapon {

public CLERLaserMediumPrototype() {
super();
name = "Prototype ER Medium Laser";
name = "Prototype ER Medium Laser (CP)";
setInternalName("CLERMediumLaserPrototype");
shortName = "ER Medium Laser (P)";
shortName = "ER Medium Laser (CP)";
addLookupName("Prototype ER Medium Laser");
heat = 5;
damage = 5;
shortRange = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ public class CLERLaserSmallPrototype extends LaserWeapon {

public CLERLaserSmallPrototype() {
super();
name = "Prototype ER Small Laser";
name = "Prototype ER Small Laser (CP)";
setInternalName("CLERSmallLaserPrototype");
shortName = "ER Small Laser (P)";
shortName = "ER Small Laser (CP)";
addLookupName("Prototype ER Small Laser");
heat = 2;
damage = 3;
shortRange = 2;
Expand Down Expand Up @@ -57,7 +58,7 @@ public CLERLaserSmallPrototype() {
.setPrototypeFactions(F_CSJ)
.setStaticTechLevel(SimpleTechLevel.EXPERIMENTAL);
}

@Override
public boolean isAlphaStrikePointDefense() {
return true;
Expand Down

0 comments on commit 28c14ed

Please sign in to comment.