mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
141
Data/Prologue_ACT1_MoveGuide.json
Normal file
141
Data/Prologue_ACT1_MoveGuide.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"AbilityName": "Prologue_ACT1_MoveGuide",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "SetupUIAction",
|
||||
"HideUITags": [
|
||||
"InLevelFever"
|
||||
],
|
||||
"IgnoreFadeAnimation": true,
|
||||
"Priority": 0,
|
||||
"SetupTag": "HideUI_Guide_SetupTag_Basic"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "SkillBtnListenerModifier",
|
||||
"Target": "TeamAvatars"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "HighLightModifier",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "LockFeverModifier",
|
||||
"Target": "TeamAvatars"
|
||||
},
|
||||
{
|
||||
"$type": "MuteJoyStickUICollapseAction",
|
||||
"IsMute": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"DelayModifier": {
|
||||
"DelayHandlers": [
|
||||
{
|
||||
"DelayTime": 10,
|
||||
"TimeUpActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "HighLightModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Refresh"
|
||||
},
|
||||
"HighLightModifier": {
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Refresh",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "SetupUIAction",
|
||||
"HighLightTags": [
|
||||
"UIInLevelPlayerMove"
|
||||
],
|
||||
"IgnoreFadeAnimation": true,
|
||||
"Priority": 0,
|
||||
"SetupTag": "HighLight_MoveGuide_SetupTag"
|
||||
}
|
||||
],
|
||||
"OnRemoved": [
|
||||
{
|
||||
"$type": "InterruptSetupUIAction",
|
||||
"IgnoreFadeAnimation": true,
|
||||
"SetupTag": "HighLight_MoveGuide_SetupTag"
|
||||
}
|
||||
]
|
||||
},
|
||||
"LockFeverModifier": {
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Refresh",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "ModifyTeamFeverAddRatioAction",
|
||||
"FeverAddRatio": 0.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"SkillBtnListenerModifier": {
|
||||
"Duration": -1,
|
||||
"ModifierMixins": [
|
||||
{
|
||||
"$type": "SkillBtnListenerMixin",
|
||||
"BtnListeners": [
|
||||
{
|
||||
"BtnOperations": [
|
||||
{
|
||||
"ListenerType": "PointDown",
|
||||
"PressTime": 0.1,
|
||||
"TriggerActions": [
|
||||
{
|
||||
"$type": "InterruptSetupUIAction",
|
||||
"IgnoreFadeAnimation": true,
|
||||
"SetupTag": "HighLight_MoveGuide_SetupTag"
|
||||
},
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"ModifierName": "HighLightModifier",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"ModifierName": "DelayModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ListenerType": "PointUp",
|
||||
"PressTime": 0.1,
|
||||
"TriggerActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "DelayModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"SkillBtnIndex": 1000
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ModifierStacking": "Unique"
|
||||
}
|
||||
},
|
||||
"OnAbilityStart": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "HighLightModifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user