muffin v6.12

This commit is contained in:
alydev 2025-10-09 07:53:51 +10:00
parent cfb4dea47e
commit c8197297b2
58 changed files with 40038 additions and 58059 deletions

View file

@ -1,13 +1,13 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://qstxiv.github.io/schema/gatheringlocation-v1.json",
"$id": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/GatheringPaths/gatheringlocation-v1.json",
"title": "Gathering Location V1",
"description": "A series of gathering locationsk",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"const": "https://qstxiv.github.io/schema/gatheringlocation-v1.json"
"const": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/GatheringPaths/gatheringlocation-v1.json"
},
"Author": {
"description": "Author of the gathering location data",
@ -22,7 +22,7 @@
"Steps": {
"type": "array",
"items": {
"$ref": "https://qstxiv.github.io/schema/quest-v1.json#/$defs/Step"
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/QuestPaths/quest-v1.json#/$defs/Step"
},
"minItems": 1
},
@ -63,7 +63,7 @@
"type": "object",
"properties": {
"Position": {
"$ref": "https://qstxiv.github.io/schema/common-vector3.json"
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-vector3.json"
},
"MinimumAngle": {
"type": "number",