Add fitment details for L-21 Wolf and update vehicle compatibility for Polaris and Idris

This commit is contained in:
Pakobbix 2025-08-16 16:58:51 +02:00
parent c8f9efa67c
commit 3fd5dcdfbe

View File

@ -247,7 +247,8 @@
{ "vehicle": "ROC", "fitment": "Comfortable fit" }, { "vehicle": "ROC", "fitment": "Comfortable fit" },
{ "vehicle": "Cyclone", "fitment": "Comfortable fit" }, { "vehicle": "Cyclone", "fitment": "Comfortable fit" },
{ "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, { "vehicle": "ROC-DS", "fitment": "Comfortable fit" },
{ "vehicle": "Ursa", "fitment": "Comfortable fit" } { "vehicle": "Ursa", "fitment": "Comfortable fit" },
{ "vehicle": "L-21 Wolf", "fitment": "Technically fits, not recommended" }
], ],
"doesNotFit": [ "doesNotFit": [
"Ballista", "Nova" "Ballista", "Nova"
@ -284,7 +285,9 @@
{ "vehicle": "Cyclone", "fitment": "Comfortable fit" }, { "vehicle": "Cyclone", "fitment": "Comfortable fit" },
{ "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, { "vehicle": "ROC-DS", "fitment": "Comfortable fit" },
{ "vehicle": "Ursa", "fitment": "Comfortable fit" }, { "vehicle": "Ursa", "fitment": "Comfortable fit" },
{ "vehicle": "Ballista", "fitment": "Comfortable fit" } { "vehicle": "Ballista", "fitment": "Comfortable fit" },
{ "vehicle": "Centurion", "fitment": "Comfortable fit" },
{ "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" }
], ],
"doesNotFit": [ "doesNotFit": [
"Nova" "Nova"
@ -304,7 +307,45 @@
{ "vehicle": "ROC-DS", "fitment": "Comfortable fit" }, { "vehicle": "ROC-DS", "fitment": "Comfortable fit" },
{ "vehicle": "Ursa", "fitment": "Comfortable fit" }, { "vehicle": "Ursa", "fitment": "Comfortable fit" },
{ "vehicle": "Ballista", "fitment": "Comfortable fit" }, { "vehicle": "Ballista", "fitment": "Comfortable fit" },
{ "vehicle": "Nova", "fitment": "Comfortable fit" } { "vehicle": "Nova", "fitment": "Comfortable fit" },
{ "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" }
]
},
{
"name": "Polaris",
"fits": [
{ "vehicle": "HoverQuad", "fitment": "Comfortable fit" },
{ "vehicle": "Nox", "fitment": "Comfortable fit" },
{ "vehicle": "Dragonfly", "fitment": "Comfortable fit" },
{ "vehicle": "PTV", "fitment": "Comfortable fit" },
{ "vehicle": "STV", "fitment": "Comfortable fit" },
{ "vehicle": "Mule", "fitment": "Comfortable fit" },
{ "vehicle": "ROC", "fitment": "Comfortable fit" },
{ "vehicle": "Cyclone", "fitment": "Comfortable fit" },
{ "vehicle": "ROC-DS", "fitment": "Comfortable fit" },
{ "vehicle": "Ursa", "fitment": "Comfortable fit" },
{ "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" }
],
"doesNotFit": [
"Ballista", "Centurion"
]
},
{
"name": "Idris",
"fits": [
{ "vehicle": "HoverQuad", "fitment": "Comfortable fit" },
{ "vehicle": "Nox", "fitment": "Comfortable fit" },
{ "vehicle": "Dragonfly", "fitment": "Comfortable fit" },
{ "vehicle": "PTV", "fitment": "Comfortable fit" },
{ "vehicle": "STV", "fitment": "Comfortable fit" },
{ "vehicle": "Mule", "fitment": "Comfortable fit" },
{ "vehicle": "ROC", "fitment": "Comfortable fit" },
{ "vehicle": "Cyclone", "fitment": "Comfortable fit" },
{ "vehicle": "ROC-DS", "fitment": "Comfortable fit" },
{ "vehicle": "Ursa", "fitment": "Comfortable fit" },
{ "vehicle": "Ballista", "fitment": "Comfortable fit" },
{ "vehicle": "Nova", "fitment": "Comfortable fit" },
{ "vehicle": "L-21 Wolf", "fitment": "Comfortable fit" }
] ]
} }
], ],
@ -316,4 +357,4 @@
"Fits, but can't enter/exit comfortably": "Caterpillar's elevator doors aren't implemented yet.", "Fits, but can't enter/exit comfortably": "Caterpillar's elevator doors aren't implemented yet.",
"Not confirmed": "Inferred from vehicles of similar dimensions fitting/not fitting." "Not confirmed": "Inferred from vehicles of similar dimensions fitting/not fitting."
} }
} }