mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "Rina_TutorialAbility",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest1Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "Normal",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest2Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Quest1Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_Rina_1"
|
|
}
|
|
]
|
|
},
|
|
"Quest2Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_Rina_2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |