changed bmg-edit operation structure to fit the code

This commit is contained in:
Faraphel 2022-07-09 22:17:51 +02:00
parent dde5a134a5
commit bb99eac9d1
6 changed files with 24 additions and 24 deletions

View file

@ -2,8 +2,8 @@
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "regex", "mode": "regex",
"data": { "data": {
"CWF de Nintendo": "{{ONLINE_SERVICE}}", "CWF de Nintendo": "{{ONLINE_SERVICE}}",
@ -20,7 +20,7 @@
"Mario Kart Wii": "{{MOD_NICKNAME}} {{MOD_VERSION}} {{MOD_CUSTOMIZED}}" "Mario Kart Wii": "{{MOD_NICKNAME}} {{MOD_VERSION}} {{MOD_CUSTOMIZED}}"
} }
} }]
] }
} }
} }

View file

@ -1,8 +1,8 @@
{ {
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "id", "mode": "id",
"data": { "data": {
"0x703e": "\\c{white}Random: All tracks", "0x703e": "\\c{white}Random: All tracks",
@ -42,7 +42,7 @@
"M66": "\\c{YOR4}Game : 48 races", "M66": "\\c{YOR4}Game : 48 races",
"M67": "\\c{YOR4}Game : 64 races" "M67": "\\c{YOR4}Game : 64 races"
} }
} }]
] }
} }
} }

View file

@ -1,8 +1,8 @@
{ {
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "id", "mode": "id",
"data": { "data": {
"0x703e": "\\c{white}Aleatorio: Todas las pistas", "0x703e": "\\c{white}Aleatorio: Todas las pistas",
@ -42,7 +42,7 @@
"M66": "\\c{YOR4}Partido : 48 pistas", "M66": "\\c{YOR4}Partido : 48 pistas",
"M67": "\\c{YOR4}Partido : 64 pistas" "M67": "\\c{YOR4}Partido : 64 pistas"
} }
} }]
] }
} }
} }

View file

@ -1,8 +1,8 @@
{ {
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "id", "mode": "id",
"data": { "data": {
"0x703e": "\\c{white}Aléatoire: Toutes les pistes", "0x703e": "\\c{white}Aléatoire: Toutes les pistes",
@ -42,7 +42,7 @@
"M66": "\\c{YOR4}Partie : 48 courses", "M66": "\\c{YOR4}Partie : 48 courses",
"M67": "\\c{YOR4}Partie : 64 courses" "M67": "\\c{YOR4}Partie : 64 courses"
} }
} }]
] }
} }
} }

View file

@ -1,8 +1,8 @@
{ {
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "id", "mode": "id",
"data": { "data": {
"0x703e": "\\c{white}Zufällig: Alle Tracks", "0x703e": "\\c{white}Zufällig: Alle Tracks",
@ -42,7 +42,7 @@
"M66": "\\c{YOR4}Spiel : 48 Tracks", "M66": "\\c{YOR4}Spiel : 48 Tracks",
"M67": "\\c{YOR4}Spiel : 64 Tracks" "M67": "\\c{YOR4}Spiel : 64 Tracks"
} }
} }]
] }
} }
} }

View file

@ -1,8 +1,8 @@
{ {
"mode": "edit", "mode": "edit",
"operation": { "operation": {
"bmg-edit": [ "bmg-edit": {
{ "layers": [{
"mode": "id", "mode": "id",
"data": { "data": {
"0x703e": "\\c{white}Casuale: Tutte le tracce", "0x703e": "\\c{white}Casuale: Tutte le tracce",
@ -42,7 +42,7 @@
"M66": "\\c{YOR4}Gioco : 48 pistas", "M66": "\\c{YOR4}Gioco : 48 pistas",
"M67": "\\c{YOR4}Gioco : 64 pistas" "M67": "\\c{YOR4}Gioco : 64 pistas"
} }
} }]
] }
} }
} }