Skip to content

Commit

Permalink
Add more quest phase script
Browse files Browse the repository at this point in the history
  • Loading branch information
narumi147 committed Sep 15, 2024
1 parent eec7442 commit 1b1b2cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/schemas/nice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2814,6 +2814,9 @@ class NiceQuestPhaseExtraDetail(BaseModelORJson):
interruptibleQuest: int | None = None
masterImageId: int | None = None
IgnoreBattlePointUp: list[int] | None = None
useEventDeckNo: int | None = None
masterSkillDelay: int | None = None
masterSkillDelayInfo: str | None = None


class NiceRestriction(BaseModelORJson):
Expand Down

0 comments on commit 1b1b2cf

Please # to comment.