mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
|
{
|
||
|
"AbilityName": "QuickGuideTutorialLevel_102",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnSkillStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "Quest1Modifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "Sp",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"StackCount": 1,
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "Quest2Modifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "ExSp",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"StackCount": 1,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"Quest1Modifier": {
|
||
|
"Duration": 1,
|
||
|
"ModifierStacking": "Replace",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "QuickGuideTutorialLevel_102_1"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Quest2Modifier": {
|
||
|
"Duration": 1,
|
||
|
"ModifierStacking": "Replace",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "QuickGuideTutorialLevel_102_2"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|