File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ def remove_brackets(val_string: str) -> str:
6969 "SnapShotParamAddFieldIndv" ,
7070 "StartingPosition" ,
7171 "ShortenMaxCountEachSkill" ,
72+ "BackStepTargets" ,
73+ "ReplacePositionTargets" ,
7274 "TargetFunctionIndividuality" ,
7375 "TargetBuffIndividuality" ,
7476 "TriggeredFuncIndexAndCheckList" ,
Original file line number Diff line number Diff line change @@ -646,6 +646,8 @@ class BaseVals(BaseModel):
646646 ExecEvenCardSelectState : int | None = None
647647 OverwriteShift : int | None = None
648648 IgnoreShiftWhiteFade : int | None = None
649+ BackStepTargets : list [int ] | None = None
650+ ReplacePositionTargets : list [int ] | None = None
649651 # Extra dataval from SkillLvEntty.DIC_KEY_APPLY_SUPPORT_SVT
650652 ApplySupportSvt : Optional [int ] = None
651653 # These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
You can’t perform that action at this time.
0 commit comments