You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newModeSettingCollection("Control",true).Competitive().AddCaptureSpeed().Add(LimitValidControlPoints).AddIntRange("Score To Win",false,1,3,2,"Score To Win 1-3").Add(ScoringSpeedModifier),
@@ -334,6 +340,8 @@ public static void Init()
334
340
.AddSwitch("Control Point A",true).AddSwitch("Control Point B",true).AddSwitch("Control Point C",true).AddSwitch("Control Point D",true).AddSwitch("Control Point E",true)
335
341
.AddSelect("First Active Control Point","A","B","C","D","E","Random")
336
342
.AddIntRange("Score To Win",false,1,10,3).Add(ScoringSpeedModifier),
newModeSettingCollection("Bounty Hunter").Add(Enabled_DefaultOff).AddIntRange("Base Score For Killing A Bounty Target",false,0,100,300).AddIntRange("Bounty Increase Per Kill As Bounty Target",false,0,1000,0).AddIntRange("Bounty Target Count",false,1,1,1).AddIntRange("Score Per Kill",false,0,1000,100).AddIntRange("Score Per Kill As Bounty Target",false,0,1000,300)
0 commit comments