diff --git a/Ducktown/CustomReportingMarks/ReportingMarks.json b/Ducktown/CustomReportingMarks/ReportingMarks.json index 593efd28..7a327604 100644 --- a/Ducktown/CustomReportingMarks/ReportingMarks.json +++ b/Ducktown/CustomReportingMarks/ReportingMarks.json @@ -6,90 +6,6 @@ ] }, - { - "identifier": "xm-bnbox1-legoexpress", - "reportingMarks": [ - "BN" - - ] - }, - { - "identifier": "xm-bnbox2-legoexpress", - "reportingMarks": [ - "BN" - - ] - }, - { - "identifier": "xm-conbox1-legoexpress", - "reportingMarks": [ - "CR" - - ] - }, - { - "identifier": "xm-csxbox1-legoexpress", - "reportingMarks": [ - "CSXT" - - ] - }, - { - "identifier": "xm-ttxbox1-legoexpress", - "reportingMarks": [ - "TBOX" - - ] - }, - { - "identifier": "xm-ttxbox2-legoexpress", - "reportingMarks": [ - "TBOX" - - ] - }, - { - "identifier": "xm-bnbox1", - "reportingMarks": [ - "BN" - - ] - }, - { - "identifier": "xm-bnbox2", - "reportingMarks": [ - "BN" - - ] - }, - { - "identifier": "xm-conbox1", - "reportingMarks": [ - "CR" - - ] - }, - { - "identifier": "xm-csxbox1", - "reportingMarks": [ - "CSXT" - - ] - }, - { - "identifier": "xm-ttxbox1", - "reportingMarks": [ - "TBOX" - - ] - }, - { - "identifier": "xm-ttxbox2", - "reportingMarks": [ - "TBOX" - - ] - }, { "identifier": "bnbox1", "reportingMarks": [ diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressBN1.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressBN1.json deleted file mode 100644 index 0b85364e..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressBN1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "identifier": "bnbox1", - "newIdentifier": "xm-bnbox1-legoexpress", - "name": "Lego's Express bnbox1", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" -} \ No newline at end of file diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressBN2.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressBN2.json deleted file mode 100644 index abe36085..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressBN2.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "identifier": "bnbox2", - "newIdentifier": "xm-bnbox2-legoexpress", - "name": "Lego's Express bnbox2", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" -} \ No newline at end of file diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressCON1.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressCON1.json deleted file mode 100644 index 595037ad..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressCON1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "identifier": "conbox1", - "newIdentifier": "xm-conbox1-legoexpress", - "name": "Lego's Express conbox1", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" -} \ No newline at end of file diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressCSX1.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressCSX1.json deleted file mode 100644 index e593fc08..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressCSX1.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "identifier": "csxbox1", - "newIdentifier": "xm-csxbox1-legoexpress", - "name": "Lego's Express csxbox1", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" - -} \ No newline at end of file diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX1.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX1.json deleted file mode 100644 index 647c908b..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "identifier": "ttxbox1", - "newIdentifier": "xm-ttxbox1-legoexpress", - "name": "Lego's Express ttxbox1", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" -} \ No newline at end of file diff --git a/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX2.json b/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX2.json deleted file mode 100644 index 0f7fdef4..00000000 --- a/Ducktown/LegosLibraryOfStuff/Definitions/expressTTX2.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "identifier": "ttxbox2", - "newIdentifier": "xm-ttxbox2-legoexpress", - "name": "Lego's Express ttxbox2", - "description": "A DESCRIPTION", - "clone": true, - "cloneDefault": true, - "price": 0, - - "CarType": "EX" -} \ No newline at end of file