mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
33 lines
666 B
JSON
33 lines
666 B
JSON
{
|
|
"AbilityName": "Card_Ashes_2000102",
|
|
"AbilitySpecials": {
|
|
"AS_BuffDamgeRatio": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "FireResistModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAvatarElementType",
|
|
"ElementType": 201
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"FireResistModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_BuffDamageRatio": "%AS_BuffDamgeRatio"
|
|
}
|
|
}
|
|
}
|
|
} |