Skip to content

Commit ea9e1ea

Browse files
author
Student
committed
Corrected as per Alexandru's requirements
1 parent 243ec23 commit ea9e1ea

File tree

1 file changed

+10
-42
lines changed

1 file changed

+10
-42
lines changed

2025/reefscape_config.js

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var config_data = `
1515
{ "name": "Event",
1616
"code": "e",
1717
"type": "event",
18-
"defaultValue": "2025ilpe",
18+
"defaultValue": "2025mibkn",
1919
"required": "true"
2020
},
2121
{ "name": "Match Level",
@@ -70,6 +70,14 @@ var config_data = `
7070
"code": "al",
7171
"type": "bool"
7272
},
73+
{ "name": "Processor Score",
74+
"code": "aps",
75+
"type": "counter"
76+
},
77+
{ "name": "Trough Score",
78+
"code": "ans",
79+
"type": "counter"
80+
},
7381
{ "name": "Coral L1",
7482
"code": "ac1",
7583
"type": "counter"
@@ -93,14 +101,6 @@ var config_data = `
93101
"dimensions": "6 6",
94102
"allowableResponses": "1 2 3 4 5 6 7 8 9 10 11 12 13 14 17 18 19 20 23 24 25 26 27 28 29 30 31 32 33 34 35 36",
95103
"shape": "circle 5 black red true"
96-
},
97-
{ "name": "Processor Score",
98-
"code": "aps",
99-
"type": "counter"
100-
},
101-
{ "name": "Net Score",
102-
"code": "ans",
103-
"type": "counter"
104104
}
105105
],
106106
"teleop": [
@@ -124,7 +124,7 @@ var config_data = `
124124
"code": "tps",
125125
"type": "counter"
126126
},
127-
{ "name": "Net Score",
127+
{ "name": "Trough Score",
128128
"code": "tns",
129129
"type": "counter"
130130
},
@@ -138,10 +138,6 @@ var config_data = `
138138
"x": "Not Attempted"
139139
},
140140
"defaultValue": "x"
141-
},
142-
{ "name": "Scored in<br>Opponent<br>Processor",
143-
"code": "opp",
144-
"type": "bool"
145141
}
146142
],
147143
"endgame": [
@@ -163,17 +159,6 @@ var config_data = `
163159
}
164160
],
165161
"postmatch": [
166-
{ "name": "Attained Coopertition Pt",
167-
"code": "cop",
168-
"type": "bool"
169-
},
170-
{ "name": "Algae Left in Reef",
171-
"code": "alr",
172-
"type": "number",
173-
"min": 0,
174-
"max": 9,
175-
"defaultValue": 0
176-
},
177162
{ "name": "Driver Skill",
178163
"code": "ds",
179164
"type": "radio",
@@ -213,23 +198,6 @@ var config_data = `
213198
"code": "die",
214199
"type": "bool"
215200
},
216-
{ "name": "Tippy<br>(almost tipped over)",
217-
"code": "tip",
218-
"type": "bool"
219-
},
220-
{ "name": "Dropped Coral (>2)",
221-
"code": "dc",
222-
"type": "bool"
223-
},
224-
{ "name": "Dropped Algae (>2)",
225-
"code": "da",
226-
"type": "bool"
227-
},
228-
{ "name": "Make good<br>alliance partner?",
229-
"tooltip": "Would you want this robot on your alliance in eliminations?",
230-
"code": "all",
231-
"type": "bool"
232-
},
233201
{ "name": "Comments",
234202
"code": "co",
235203
"type": "text",

0 commit comments

Comments
 (0)