Skip to content

Commit 22416d9

Browse files
committed
Added parse settings for dataval
1 parent c5fdf75 commit 22416d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/core/nice/func.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def remove_brackets(val_string: str) -> str:
7676
"TriggeredFuncIndexAndCheckList",
7777
"CondParamAddTargetId",
7878
"CondParamRangeTargetId",
79+
"SubstituteEffectList",
80+
"ResistEffectList",
7981
}
8082
LIST_2D_DATAVALS = {
8183
"ParamAddSelfIndividualityAndCheck",
@@ -93,6 +95,8 @@ def remove_brackets(val_string: str) -> str:
9395
"TriggeredTargetHpRange",
9496
"TriggeredTargetHpRateRange",
9597
"DisplayNoEffectCauses",
98+
"SubstitutePopupText",
99+
"ResistPopupText",
96100
}
97101
STRING_LIST_DATAVALS = {"ApplyValueUp", "CheckOverChargeStageRange"}
98102

0 commit comments

Comments
 (0)