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:
83
Data/Corin_TutorialAbility.json
Normal file
83
Data/Corin_TutorialAbility.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"AbilityName": "Corin_TutorialAbility",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnHitOther": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest1Modifier",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByApplyPredicate",
|
||||
"PredicateName": "NormalHoldCondition"
|
||||
}
|
||||
],
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByApplyPredicate",
|
||||
"PredicateName": "BranchHoldCondition"
|
||||
}
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"Quest1Modifier": {
|
||||
"Duration": 1.0,
|
||||
"ModifierStacking": "Replace",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "LDListenEntityAction",
|
||||
"TargetKey": "AvatarTutorial_Corin_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Quest2Modifier": {
|
||||
"Duration": 1,
|
||||
"ModifierStacking": "Replace",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "LDListenEntityAction",
|
||||
"TargetKey": "AvatarTutorial_Corin_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Predicates": {
|
||||
"BranchHoldCondition": {
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimEventIDs",
|
||||
"AnimEventIDs": [
|
||||
"Corin_Attack_Branch_02_AttackProperty_02_02_01",
|
||||
"Corin_Attack_Branch_02_AttackProperty_02_02_02"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"NormalHoldCondition": {
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimEventIDs",
|
||||
"AnimEventIDs": [
|
||||
"Corin_Attack_Normal_03_AttackProperty_01_01",
|
||||
"Corin_Attack_Normal_03_AttackProperty_01_02",
|
||||
"Corin_Attack_Normal_05_AttackProperty_01_01",
|
||||
"Corin_Attack_Normal_05_AttackProperty_01_02",
|
||||
"Corin_Attack_Normal_05_AttackProperty_02",
|
||||
"Corin_Attack_Normal_05_AttackProperty_04_01",
|
||||
"Corin_Attack_Normal_05_AttackProperty_04_02"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user