1
0
ZenlessData/Data/_unsorted/Monster_Common_EtherManage.json

102 lines
2.4 KiB
JSON

{
"AbilityName": "Monster_Common_EtherManage",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Monster_Common_BornFromLiquidEther",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BornFromLiquidEther"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyAbilityAction",
"AbilityName": "Monster_Common_BornFromEtherPlant",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BornFromEtherPlant"
]
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_SpecialIdleType",
"ParamType": 3,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"EtherBoss"
],
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnAttackLanded": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Monster_Common_EtherAnomaly_Hit_01_01",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "MiddlePoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": false,
"OffsetReferTarget": "Self"
}
},
"Predicates": [
{
"$type": "ByAttackDataHasEtherInfection"
}
],
"Target": "Other"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"IsEtherInfection"
]
}
],
"PropertyKey": "Actor_IsEtherInfection",
"PropertyValue": 1,
"Target": "Self"
}
]
}
}