1
0
ZenlessData/Data/AbyssS2_AgentRushAbility_Billy.json
2025-01-21 21:25:26 -03:00

61 lines
1.4 KiB
JSON

{
"AbilityName": "AbyssS2_AgentRushAbility_Billy",
"AbilitySpecials": {
"AS_CriticalDamageDelta": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp"
]
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CriticalDamageDelta",
"Target": "Other"
}
],
"OnSkillStart": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1643,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
},
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1081
}
]
},
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1648,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
},
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1081
}
]
}
]
}
}