The gear list is generated based on `/gear/gear.json`, which contains a list of objects following the schema defined in `/gear/gear.mjs`.
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"bondage": {
|
|
"name": "Bondage",
|
|
"id": "bondage",
|
|
"values": [
|
|
{
|
|
"name": "Rope",
|
|
"id": "rope",
|
|
"desc": "10m pink, black, or purple"
|
|
}
|
|
]
|
|
}
|
|
}
|