Files
GenshinData-1/BinOutput/Ability/Temp/MonsterAbilities/ConfigAbility_Monster_Oceanid_Crane.json
Dimbreath d633c8cfe5 BinOutput
2021-05-16 19:49:16 -03:00

210 lines
7.8 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Crane_WaterWave",
"modifiers": {
"FireWaterWave": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerBullet",
"bulletID": 42005001,
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.25,
"z": 2.5
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"maxAngle": 60.0
}
}
}
]
}
},
"onAbilityStart": [
{
"$type": "AttachModifier",
"modifierName": "FireWaterWave"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Crane_WaterWave_Explode",
"modifiers": {
"EffectModifier": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Crane_WaterWaveLoop"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Crane_WaterWaveLoop_Trail"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "EffectModifier"
}
],
"onAbilityStart": [
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Oceanid_Crane_WaterWaveAS"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"radius": 1.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Default",
"enBreak": 50.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV3",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
},
{
"$type": "KillSelf"
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Crane_WaterWave_LifeTimeOver",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Oceanid_Crane_WaterWaveAS"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Crane_Steer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"WaterWave"
],
"endNormalizedTime": 0.25,
"angularSpeed": 150.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Turn"
],
"endNormalizedTime": 0.6499999761581421,
"angularSpeed": 150.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackTraceMixin",
"steerStateIDs": [
"Dodge"
],
"endNormalizedTime": 0.6000000238418579,
"angularSpeed": 90.0,
"attackTrigger": "",
"attackDistance": 1.5
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Crane_ElementState",
"modifiers": {
"UNIQUE_ElementState": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 100.0,
"isElementDurabilityMutable": false
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_ElementState"
},
{
"$type": "AttachAbilityStateResistance",
"resistanceBuffDebuffs": [
"ElementWet",
"Struggle"
]
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Crane_CommonEffectLoop"
}
]
}
}
]