mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
111 lines
2.4 KiB
JSON
111 lines
2.4 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "WatchEntityMixin",
|
|
"EntityTypes": [
|
|
"Avatar"
|
|
],
|
|
"OnEntityAwaked": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AriaBuffDurationModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
],
|
|
"Relationships": [
|
|
"Allied"
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Aria_MathSkill",
|
|
"AbilitySpecials": {
|
|
"AS_BuffAddDuration": {
|
|
"Value": 3
|
|
},
|
|
"AS_CreateCD": {
|
|
"Value": 4,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnCustomEventReceived": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "CreateEnergy_ByThemeSpace_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCustomEvent",
|
|
"EventKey": "OnThemeSpaceStart"
|
|
},
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
}
|
|
],
|
|
"Target": "Caster"
|
|
}
|
|
],
|
|
"OnTeamAvatarConstructed": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "AriaBuffDurationModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"AriaBuffDurationModifier": {
|
|
"BuffRevises": [
|
|
{
|
|
"FilterType": "ByBuffGroup",
|
|
"GroupName": "Erosion",
|
|
"Params": [
|
|
{
|
|
"Delta": "%AS_BuffAddDuration",
|
|
"Name": "Duration"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"FilterType": "ByBuffGroup",
|
|
"GroupName": "Chaos",
|
|
"Params": [
|
|
{
|
|
"Delta": "%AS_BuffAddDuration",
|
|
"Name": "Duration"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique"
|
|
},
|
|
"CreateEnergy_ByThemeSpace_Modifier": {
|
|
"DelayHandlers": [
|
|
{
|
|
"DelayTime": 0.066,
|
|
"IgnoreTimeScale": false,
|
|
"TimeUpActions": [
|
|
{
|
|
"$type": "TriggerAbilityAction",
|
|
"AbilityName": "Aria_CreateEnergy_ByThemeSpace_Gragh",
|
|
"Target": "Caster"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Duration": "%AS_CreateCD",
|
|
"ModifierStacking": "Unique"
|
|
}
|
|
}
|
|
} |