mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
|
{
|
||
|
"AbilityName": "Affix_CannonStart_DamageUp",
|
||
|
"AbilitySpecials": {
|
||
|
"AddedDamageRatio": {
|
||
|
"Value": 0.1
|
||
|
},
|
||
|
"MultipleCannonDamageAdded": {
|
||
|
"Value": 0
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnBattleEnter": [
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialAction",
|
||
|
"ModifyFunction": "Replace",
|
||
|
"Param": 0,
|
||
|
"ParamName": "MultipleCannonDamageAdded",
|
||
|
"ParamType": "Float"
|
||
|
}
|
||
|
],
|
||
|
"OnBattleExit": [
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialAction",
|
||
|
"ModifyFunction": "Replace",
|
||
|
"Param": 0,
|
||
|
"ParamName": "MultipleCannonDamageAdded",
|
||
|
"ParamType": "Float"
|
||
|
}
|
||
|
],
|
||
|
"OnHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimTagList",
|
||
|
"TagList": [
|
||
|
"Cannon"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%MultipleCannonDamageAdded",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnSkillStart": [
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialAction",
|
||
|
"ModifyFunction": "Add",
|
||
|
"Param": 0.1,
|
||
|
"ParamName": "MultipleCannonDamageAdded",
|
||
|
"ParamType": "Float",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "Cannon",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|