ZenlessData/Data/Yanagi_UniqueSkill.json
2024-11-04 02:05:40 -03:00

80 lines
1.8 KiB
JSON

{
"AbilityName": "Yanagi_UniqueSkill",
"AbilitySpecials": {
"AS_AddedDamageRatio_Unique": {
"Value": 0.3
},
"AS_DisorderDamagePercentage": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiTrembleModifer",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
],
"Target": "Other"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiDisorderDamageModifer",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"YanagiDisorderDamageModifer": {
"Buff": {
"BuffID": 3000152,
"IsOverrideDuration": true
},
"Duration": 15,
"ModifierStacking": "RefreshByLongTime",
"Properties": {
"Actor_DisorderDamagePercentage": "%AS_DisorderDamagePercentage"
}
},
"YanagiTrembleModifer": {
"Buff": {
"BuffID": 3000151,
"IsOverrideDuration": true
},
"Duration": 15,
"ModifierStacking": "RefreshByLongTime",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Other",
"TemplateID": 1221
}
],
"PropertyKey": "Actor_AddedDamageRatio_Elec",
"PropertyValue": "%AS_AddedDamageRatio_Unique",
"Target": "Other"
}
]
}
}
}