muffin v7.4.15
This commit is contained in:
parent
9bf3dbdf69
commit
0b1b2d38c7
14 changed files with 1215 additions and 1057 deletions
|
|
@ -52,6 +52,11 @@
|
|||
},
|
||||
"minItems": 1
|
||||
},
|
||||
"RequiredQuestId": {
|
||||
"description": "Quest ID that must be completed before this FATE can be farmed",
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"RequiredStatusId": {
|
||||
"description": "Status effect required to participate in the FATE",
|
||||
"type": "string"
|
||||
|
|
@ -65,6 +70,10 @@
|
|||
"description": "Position of the transform NPC",
|
||||
"$ref": "https://github.com/WigglyMuffin/Questionable/raw/refs/heads/main/Questionable.Model/common-vector3.json"
|
||||
},
|
||||
"StopAction": {
|
||||
"description": "Action to use when stopping FATE farming (e.g. to remove a transformation debuff). Only used if the player has RequiredStatusId.",
|
||||
"type": "string"
|
||||
},
|
||||
"EventExpiry": {
|
||||
"description": "If this is a seasonal/event FATE, the date and time (in UTC) when it is no longer available. Date-only values are treated as ending at daily reset (14:59:59 UTC).",
|
||||
"format": "date-time",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue