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

55 lines
1.1 KiB
JSON

{
"AbilityName": "Level_HandBookLevel_MonsterAbnormalTime",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AbnormalTimeModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AbnormalTimeModifier": {
"BuffRevises": [
{
"FilterType": "ByBuffGroup",
"GroupName": "Electric",
"Params": [
{
"Delta": 10,
"Name": "Duration"
}
]
},
{
"FilterType": "ByBuffGroup",
"GroupName": "Overload",
"Params": [
{
"Delta": 10,
"Name": "Duration"
}
]
},
{
"FilterType": "ByBuffGroup",
"GroupName": "Strike",
"Params": [
{
"Delta": 10,
"Name": "Duration"
}
]
}
],
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedElementAccumulationRatio": 5
}
}
}
}