mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "Player_PerfectSwitchValue",
|
|
"AbilitySpecials": {
|
|
"AS_PerfectSwitchChargeValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierMixins": [],
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ModifyPerfectSwitchChargeValueAction",
|
|
"Amount": 0,
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "Counter",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "ModifyPerfectSwitchChargeValueAction",
|
|
"Amount": 120,
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "QTE",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "ModifyPerfectSwitchChargeValueAction",
|
|
"Amount": 360,
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |