Skip to content

Commit 210ad29

Browse files
committed
Add new data val
1 parent fe4be1d commit 210ad29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/schemas/nice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ class BaseVals(BaseModel):
674674
SubstituteEffectList: list[int] | None = None
675675
ResistEffectList: list[int] | None = None
676676
EnablePassiveBuffConvert: int | None = None
677+
FieldBuffApplyTarget: int | None = None
677678
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
678679
Individuality: Optional[int] = None
679680
EventId: Optional[int] = None

0 commit comments

Comments
 (0)