ZenlessData/Data/Card_DailyUse_1005001.json

44 lines
1.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Card_DailyUse_1005001",
"AbilitySpecials": {
"NewAS_IceAccumulationRatio_Elite": {
"Value": 2.0
},
"NewAS_IceAccumulationRatio_Normal": {
"Value": 3.0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%NewAS_AccumulationRatio_Normal",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%NewAS_AccumulationRatio_Elite",
"Target": "Self"
}
]
}
}