OSPRODWin1.1.0_R3563587_S3563587_D3563587

This commit is contained in:
Dimbreath
2024-08-13 22:59:23 -03:00
parent c41e9aec5e
commit c3a86751c1
4027 changed files with 4661713 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"AbilityName": "Affix_ShieldNotBeingHit_ReduceCD",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ShieldStartActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BeingHitRemove",
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "ReduceCD",
"Target": "Buddy"
}
]
},
"Modifiers": {
"BeingHitRemove": {
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "RemoveModifier",
"ModifierName": "ReduceCD",
"Target": "Buddy"
}
]
},
"ReduceCD": {
"ModifierStacking": "Unique",
"ShieldEmptyActions": [
{
"$type": "RemoveModifier",
"ModifierName": "ReduceCD",
"Target": "Self"
}
],
"ShieldTimesUpActions": [
{
"$type": "RemoveModifier",
"ModifierName": "BeingHitRemove",
"Target": "TeamAvatars"
},
{
"$type": "ModifySkillTypeCDAction",
"Ratio": -1,
"SkillType": "Shield"
},
{
"$type": "RemoveModifier",
"ModifierName": "ReduceCD",
"Target": "Self"
}
]
}
}
}