mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
33 lines
890 B
JSON
33 lines
890 B
JSON
{
|
|
"TextDynamicParamConfig": {
|
|
"Params": [
|
|
{
|
|
"$type": "RPG.GameCore.TextDynamicParamExpr",
|
|
"Expr": {
|
|
"$type": "RPG.GameCore.ParamExprConfig",
|
|
"ExprType": "Mul",
|
|
"Value1": {
|
|
"$type": "RPG.GameCore.ParamConstantConfig",
|
|
"Value": 8
|
|
},
|
|
"Value2": {
|
|
"$type": "RPG.GameCore.ParamRoundingConfig",
|
|
"RoundingType": "Floor",
|
|
"Value": {
|
|
"$type": "RPG.GameCore.ParamExprConfig",
|
|
"ExprType": "Div",
|
|
"Value1": {
|
|
"$type": "RPG.GameCore.FateParamLevelParamConfig",
|
|
"ParamType": "LevelAddCoin"
|
|
},
|
|
"Value2": {
|
|
"$type": "RPG.GameCore.ParamConstantConfig",
|
|
"Value": 10
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |