mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
39 lines
852 B
JSON
39 lines
852 B
JSON
{
|
|
"AbilityName": "Card_Ashes_2000109",
|
|
"AbilitySpecials": {
|
|
"AS_CritDamageRatio": {
|
|
"Value": 0.15
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FireCritDamageUp",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"FireCritDamageUp": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Fire"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
|
"PropertyValue": "%AS_CritDamageRatio",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |