mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|