muffin v7.4.18

This commit is contained in:
alydev 2026-03-26 14:56:12 +10:00
parent 53aa9fdee8
commit f82b9ce2a2
50 changed files with 142364 additions and 230361 deletions

View file

@ -90,6 +90,21 @@
"description": "The data id of the NPC/Object/Aetheryte/Aether Current",
"exclusiveMinimum": 0
},
"DataIds": {
"type": "array",
"description": "Multiple data ids to search for (e.g. for clearing randomly spawned objects)",
"items": {
"type": "integer",
"exclusiveMinimum": 0
}
},
"WaypointPositions": {
"type": "array",
"description": "Exit/waypoint positions to walk to after clearing all DataIds objects (e.g. doors between zones in a looping duty)",
"items": {
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-vector3.json"
}
},
"Position": {
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-vector3.json"
},
@ -624,8 +639,9 @@
}
},
"then": {
"required": [
"Position"
"anyOf": [
{ "required": ["Position"] },
{ "required": ["DataId"] }
]
}
},
@ -1416,7 +1432,10 @@
"Cheer Rhythm: Red",
"Cheer Rhythm: Blue",
"Cheer Rhythm: Green",
"Cheer Rhythm: Yellow"
"Cheer Rhythm: Yellow",
"Pruning Pirouette",
"Roaring Eggscapade",
"The Spriganator"
]
}
},

File diff suppressed because it is too large Load diff