ZenlessData/Data/CampIdle_buff_05.json
2024-09-23 09:11:37 -03:00

39 lines
954 B
JSON

{
"AbilityName": "CampIdle_buff_05",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.1
},
"CampAddRatio": {
"Value": 2
},
"TextAS_AddedElementAccumulationRatio": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_AddedElementAccumulationRatio)*specials(CampAddRatio)",
"ParamName": "AS_AddedElementAccumulationRatio",
"Predicates": [
{
"$type": "ByCampAvatarAmount",
"Camp": 4,
"CompareType": "GreaterEqual",
"Param": 2,
"Param2": 0
}
],
"Target": "Self",
"ValueType": "Float"
}
],
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedElementAccumulationRatio"
}
}
}