Skip to content

Commit b20d489

Browse files
authored
Point sheet update (#2003)
2 parents 548fced + 4bec0e1 commit b20d489

38 files changed

Lines changed: 4 additions & 5 deletions

Gamemode Mods/Starcore_Pointslist/Data/Scripts/Additions/PointAdditions.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,8 @@ internal class PointAdditions : MySessionComponentBase
685685
["381mmDualR"] = 350,
686686
["381mmDualNR"] = 350,
687687
["380mmMLE1935"] = 350,
688+
["OTO381mm"] = 350,
689+
["UK16Inch45Mark1"] = 350,
688690
["15cmSKC28R"] = 175,
689691
["15cmSKC28NR"] = 175,
690692
["128mmL45"] = 200,
@@ -693,6 +695,7 @@ internal class PointAdditions : MySessionComponentBase
693695
["127mmMk24"] = 150,
694696
["127mmMk32"] = 150,
695697
["127mmMk56"] = 150,
698+
["4_5Inch45"] = 150,
696699
["105mmTwin"] = 100,
697700
["PomPomMain"] = 75,
698701
["150mmCasemate"] = 150,
@@ -709,7 +712,7 @@ internal class PointAdditions : MySessionComponentBase
709712
["TorpBarbette"] = 500,
710713
["406alternate"] = 350,
711714
["Mk25Rangefinder"] = 10,
712-
["6InchTriple"] = 200,
715+
["6InchTriple"] = 150,
713716
["20InchTwin"] = 600,
714717
["Barbette1x1"] = 4,
715718
["Barbette3x3"] = 36,
@@ -960,10 +963,6 @@ private static MyTuple<string, float> ClimbingCostRename(string blockDisplayName
960963
blockDisplayName = "Defensive Generator";
961964
costMultiplier = 9999999f;
962965
break;
963-
case "[FAS] Neptune Torpedo":
964-
blockDisplayName = "[FAS] Neptune Torpedo";
965-
costMultiplier = 0.25f;
966-
break;
967966
}
968967

969968
return new MyTuple<string, float>(blockDisplayName, costMultiplier);
64.4 KB
Binary file not shown.
16.4 KB
Binary file not shown.
Binary file not shown.
8.42 KB
Binary file not shown.
64.4 KB
Binary file not shown.
8.42 KB
Binary file not shown.
64.4 KB
Binary file not shown.
64.4 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)