ZenlessData/Data/Affix_DeathRoar_Buff.json

90 lines
2.2 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "FieldRangeMixin",
"ColliderConfig": {
"ColliderType": "Sphere",
"SphereColliderRadius": 5.5
},
"FieldEnterActions": [
{
"$type": "ApplyModifier",
"ModifierName": "DeathRoar_Buff",
"Predicates": [
{
"$type": "ByCampType",
"Camp": "TeamEvil",
"Target": "Other"
}
],
"Target": "Other"
}
],
"FieldInitPosRot": {
"CoordsOption": "Self",
"NeedRaycastGround": true,
"TargetOption": {
"$type": "ConfigPosRotReferTarget"
}
},
"TotalDuration": 0.5
}
],
"AbilityName": "Affix_DeathRoar_Buff",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 1,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ShowTipAction",
"TipID": 74050162
}
]
},
"Modifiers": {
"DeathRoar_Buff": {
"Duration": 10,
"MaxStackingNumber": 99,
"ModifierStacking": "Multiple",
"OnAdded": [
{
"$type": "FireEffect",
"EffectPattern": "Buff_Common_Attack",
"Tag": "DeathRoar_BuffEffect"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Monster_Common_MA_Buff_Attack_RimGlow_01_DeathRoar",
"key": "Monster_Common_MA_Buff_Attack_RimGlow_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Monster_Common_MA_Buff_Attack_SecondaryEmission_DeathRoar",
"key": "Monster_Common_MA_Buff_Attack_SecondaryEmission"
}
],
"OnRemoved": [
{
"$type": "RemoveTagEffect",
"Tag": "DeathRoar_BuffEffect"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Monster_Common_MA_Buff_Attack_RimGlow_01_DeathRoar"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Monster_Common_MA_Buff_Attack_SecondaryEmission_DeathRoar"
}
],
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}