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
description: "BLU pushes the cart down the track. RED need to stop them.",
22
+
detail: "BLU team wins by escorting the payload cart to the enemy base. Stand near the payload to make it move.\n\nRED team wins by preventing the payload cart from reaching the heart of their base.\n\nEnemies can block the payload by getting close to it.",
22
23
skill: 0,
23
24
img: payloadImg,
24
25
},
25
26
koth: {
26
27
name: "King of the Hill",
27
28
code: "koth",
28
29
description: "One team must control a single point until time runs out.",
30
+
detail: "Capture the Control Point and defend it until your team's timer runs out.\n\nThe Control Point cannot be captured while locked.\n\nIf the enemy team captures the Control Point, your team's timer will pause until you recapture the point.",
29
31
skill: 0,
30
32
img: kothImg,
31
33
},
32
34
attack_defense: {
33
35
name: "Attack / Defense",
34
36
code: "attack_defense",
35
37
description: "BLU wins by capturing all points. RED wins by stopping them.",
38
+
detail: "BLU team wins by capturing the Control Points on each stage before the time runs out.\n\nRED team wins by preventing all the points from being captured.",
36
39
skill: 1,
37
40
img: adImg,
38
41
},
39
42
ctf: {
40
43
name: "Capture the Flag",
41
44
code: "ctf",
42
45
description: "And by flag we mean a glowing briefcase.",
46
+
detail: "To win a point, steal the enemy's intelligence briefcase and return it to your base.\n\nYou should also prevent the opposing team from taking your intelligence briefcase to their base.",
43
47
skill: 1,
44
48
img: ctfImg,
45
49
},
46
50
capture_point: {
47
51
name: "Capture Points",
48
52
code: "capture_point",
49
53
description: "Capture all points to win.",
54
+
detail: "To win, each team must own all Control Points.\n\nSome Control Points will be locked until others are captured.",
50
55
skill: 1,
51
56
img: cpImg,
52
57
},
53
58
payload_race: {
54
59
name: "Payload Race",
55
60
code: "payload_race",
56
61
description: "Two teams. Two bombs. Two tracks. Hilarity ensues.",
62
+
detail: "Escort your payload cart to the finish line before the opposing team can deliver theirs.\n\nStand near the cart to make it move.",
description: "Game modes that don't fit into one of the other categories.",
76
+
detail: "Select this option to play game modes like Territorial Control, Special Delivery, Medieval, and Player Destruction.",
70
77
skill: 2,
71
78
img: miscImg,
72
79
},
@@ -78,6 +85,7 @@ export const baseGamemodes = {
78
85
name: "Arena",
79
86
code: "arena",
80
87
description: "Quick rounds. No respawns. It's like Counter-Strike!",
88
+
detail: "Arena is a fast-paced game mode with no respawns. Be the last team standing to win!\n\nAfter a set amount of time, a control point will become available to capture to win the round without hunting down the entire enemy team.",
description: "BLU pushes the cart down the track. RED need to stop them.",
93
-
detail: "Blue team wins by escorting the payload cart to the enemy base. Stand near the payload to make it move.\n\nRed team wins by preventing the payload cart from reaching the heart of their base.\n\nEnemies can block the payload by getting close to it.",
101
+
detail: "BLU team wins by escorting the payload cart to the enemy base. Stand near the payload to make it move.\n\nRED team wins by preventing the payload cart from reaching the heart of their base.\n\nEnemies can block the payload by getting close to it.",
description: "BLU wins by capturing all points. RED wins by stopping them.",
109
-
detail: "Blue team wins by capturing the Control Points on each stage before the time runs out.\n\nRed team wins by preventing all the points from being captured.",
117
+
detail: "BLU team wins by capturing the Control Points on each stage before the time runs out.\n\nRED team wins by preventing all the points from being captured.",
0 commit comments