mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"AbilityName": "Card_DailyUse_1000912",
|
|
"AbilitySpecials": {
|
|
"DamageTakeRatio": {
|
|
"Value": -0.9
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Controller"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Controller": {
|
|
"Block": -1,
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ImmuneModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSwitchInBegin": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ImmuneModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSwitchOutFinish": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "ImmuneModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"ImmuneModifier": {
|
|
"Block": -1,
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnBeingHitPre": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHitDataType",
|
|
"TheHitDataType": "Melee"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_DamageTakeRatio",
|
|
"PropertyValue": "%DamageTakeRatio",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ProcessModifierBlockAction",
|
|
"AbilityName": "Card_DailyUse_1000912",
|
|
"IsOpenBlock": true,
|
|
"ModifierName": "Controller"
|
|
},
|
|
{
|
|
"$type": "ProcessModifierBlockAction",
|
|
"AbilityName": "Card_DailyUse_1000912",
|
|
"IsOpenBlock": true,
|
|
"ModifierName": "ImmuneModifier"
|
|
}
|
|
],
|
|
"OnSwitchOutFinish": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "ImmuneModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |