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

84 lines
2.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"RBLModifier",
"DamageTakeRatioModifier",
"ListenHitEffectModifier"
],
"ZoneTag": "Singing"
}
]
}
],
"AbilityName": "Astra_DamageReduction",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": -0.8
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"DamageTakeRatioModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
},
"ListenHitEffectModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnBeAttackLanded": [
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_ScreenImage_06",
"Target": "Self",
"key": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_ScreenImage_06"
},
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_OverrideOutline_06",
"Target": "Self",
"key": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_OverrideOutline_06"
}
],
"OnRemoved": [
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_ScreenImage_06",
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Avatar_Female_Size03_Astra_MA_Attack_Branch_02_Singing_Loop_OverrideOutline_06",
"Target": "Self"
}
]
},
"RBLModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetRBLAction",
"RBL": 4,
"Tag": "Astra_Singing",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "UnsetRBLAction",
"Tag": "Astra_Singing",
"Target": "Self"
}
]
}
}
}