We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4be1d commit 210ad29Copy full SHA for 210ad29
app/schemas/nice.py
@@ -674,6 +674,7 @@ class BaseVals(BaseModel):
674
SubstituteEffectList: list[int] | None = None
675
ResistEffectList: list[int] | None = None
676
EnablePassiveBuffConvert: int | None = None
677
+ FieldBuffApplyTarget: int | None = None
678
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
679
Individuality: Optional[int] = None
680
EventId: Optional[int] = None
0 commit comments