mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
|
{
|
||
|
"AbilityName": "Card_Blunt_1000705",
|
||
|
"AbilitySpecials": {
|
||
|
"ExSpAmount": {
|
||
|
"Value": 5
|
||
|
},
|
||
|
"QTEAmount": {
|
||
|
"Value": 5
|
||
|
},
|
||
|
"StunAmount": {
|
||
|
"Value": 5
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnSkillStart": [
|
||
|
{
|
||
|
"$type": "ModifyTeamFeverAction",
|
||
|
"Amount": "%QTEAmount",
|
||
|
"ModifyFunction": "Add",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByOr",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "QTE",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"$type": "ModifyTeamFeverAction",
|
||
|
"Amount": "%ExSpAmount",
|
||
|
"ModifyFunction": "Add",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByOr",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "ExSp",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"OnStunDestroyOtherActions": [
|
||
|
{
|
||
|
"$type": "ModifyTeamFeverAction",
|
||
|
"Amount": "%StunAmount",
|
||
|
"ModifyFunction": "Add"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|