mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"TextDynamicParamConfig": {
|
|
"Params": [
|
|
{
|
|
"$type": "RPG.GameCore.TextDynamicParamExpr",
|
|
"Expr": {
|
|
"$type": "RPG.GameCore.ParamExprConfig",
|
|
"ExprType": "Mul",
|
|
"Value1": {
|
|
"$type": "RPG.GameCore.ParamConstantConfig",
|
|
"Value": 10
|
|
},
|
|
"Value2": {
|
|
"$type": "RPG.GameCore.FateParamFateBuffLevelSumConfig",
|
|
"SubTraitID": 206
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |