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

846 lines
35 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Boar_Steer",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Turn"
],
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"RushAtk_BS"
],
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"MeleeAtk"
],
"endNormalizedTime": 0.30000001192092896,
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackTraceMixin",
"steerStateIDs": [
"RushAtk"
],
"endNormalizedTime": 2.0,
"angularSpeed": 60.0,
"attackTrigger": ""
},
{
"$type": "SteerAttackTraceMixin",
"steerStateIDs": [
"PowerRushAtk"
],
"endNormalizedTime": 10.0,
"angularSpeed": 120.0,
"attackTrigger": ""
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"ThrowBall"
],
"endNormalizedTime": 0.30000001192092896,
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 1.5
},
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"MeleeAttackTurn"
],
"startNormalizedTime": 0.30000001192092896,
"endNormalizedTime": 0.800000011920929,
"angularSpeed": 720.0,
"attackTrigger": "",
"attackDistance": 1.5
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Boar_RushAtk",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"RushAtk"
],
"modifierName": "RushAtk"
},
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "MeleeAttackThrow",
"modifierName": "Animal_Oceanid_Boar_MeleeAttackThrowDamage",
"normalizeStart": 0.5099999904632568
}
],
"modifiers": {
"RushAtk": {
"modifierName": "",
"elementDurability": 100.0,
"thinkInterval": 0.15000000596046448,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_RushAtk"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.75,
"z": 1.0
}
},
"radius": 1.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"canBeDefenceHalt": true,
"muteHitText": true
}
}
},
"targetType": "Enemy"
}
],
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"modifierName": "Oceanid_Boar_RushAtkFlag"
}
],
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.75,
"z": 1.0
}
},
"radius": 1.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"canBeDefenceHalt": true,
"muteHitText": true
}
}
},
"targetType": "Enemy"
}
]
},
"Oceanid_Boar_RushAtkFlag": {
"modifierName": "",
"duration": 2.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "DamageByAttackValue",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_OCEANID_BOAR_RUSHED_",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"born": {
"$type": "ConfigBornBySelf"
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 25.0,
"strikeType": "Blunt",
"enBreak": 200.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"retreatType": "ByTangent",
"canBeDefenceHalt": true
}
}
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_OCEANID_BOAR_RUSHED_",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_OCEANID_BOAR_RUSHED_",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
},
"Animal_Oceanid_Boar_MeleeAttackThrowDamage": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 1.0,
"z": 1.0
}
},
"radius": 1.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.30000001192092896,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 101.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV8",
"retreatType": "ByHitDirection"
}
}
},
"targetType": "Enemy"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Boar_02_RushAtk",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"PowerRushAtk"
],
"modifierName": "Monster_Oceanid_Boar_02_RushAtk"
}
],
"modifiers": {
"Monster_Oceanid_Boar_02_RushAtk": {
"modifierName": "",
"duration": 3.0,
"elementDurability": 100.0,
"thinkInterval": 0.15000000596046448,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_RushAtk"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.75,
"z": 1.0
}
},
"radius": 1.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"canBeDefenceHalt": true,
"muteHitText": true
}
}
},
"targetType": "Enemy"
}
],
"onAttackLanded": [
{
"$type": "ApplyModifier",
"target": "Target",
"modifierName": "Oceanid_Boar_RushAtkFlag"
},
{
"$type": "Predicated",
"target": "Target",
"targetPredicates": [
{
"$type": "ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "RushAtkStop"
}
]
}
],
"onThinkInterval": [
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.75,
"z": 1.0
}
},
"radius": 1.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV0",
"canBeDefenceHalt": true,
"muteHitText": true
}
}
},
"targetType": "Enemy"
}
]
},
"Oceanid_Boar_RushAtkFlag": {
"modifierName": "",
"duration": 3.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "DamageByAttackValue",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_OCEANID_BOAR_RUSHED_",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"born": {
"$type": "ConfigBornBySelf"
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 25.0,
"strikeType": "Blunt",
"enBreak": 200.0,
"attackType": "Melee"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"retreatType": "ByTangent",
"canBeDefenceHalt": true
}
}
},
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_OCEANID_BOAR_RUSHED_",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_OCEANID_BOAR_RUSHED_",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_OCEANID_ANIMAL_SP",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Oceanid_Boar_02_ThrowBall",
"onAbilityStart": [
{
"$type": "TriggerBullet",
"bulletID": 42005011,
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.20000000298023224,
"z": 1.600000023841858
}
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Animal_Oceanid_Boar_02_BallExplode",
"modifiers": {
"Animal_Oceanid_Boar_02_BallExplode_Trail": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_WaterBall"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_WaterBallTail"
}
]
},
"Animal_Oceanid_Boar_02_BallExplode_OpenColliderDelay": {
"modifierName": "",
"duration": 0.20000000298023224,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "EnableBulletCollisionPluginTrigger",
"setEnable": true
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "Animal_Oceanid_Boar_02_BallExplode_Trail"
},
{
"$type": "AttachModifier",
"modifierName": "Animal_Oceanid_Boar_02_BallExplode_OpenColliderDelay"
}
],
"onAbilityStart": [
{
"$type": "RemoveModifier",
"modifierName": "Animal_Oceanid_Boar_02_BallExplode_Trail"
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 2.0
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Water",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV4",
"retreatType": "ByHitDirection",
"hitHaltTimeScale": 0.05000000074505806
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_WaterBallExplode",
"born": {
"$type": "ConfigBornByCollisionPoint",
"alongGround": true
}
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Boar_HealHp",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_HEALHP_STATE_",
"defaultGlobalValueOnCreate": 1.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"Empty",
"UNIQUE_Boar_Water_HealHp"
]
}
],
"abilitySpecials": {
"HealHP": 0.05000000074505806
},
"modifiers": {
"UNIQUE_Boar_Water_HealHp": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"thinkInterval": 1.5,
"onBeingHit": [
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByAny",
"predicates": [
{
"$type": "ByHitElement",
"element": "Fire"
},
{
"$type": "ByTargetGlobalValue",
"key": "_OCEANID_ANIMAL_SP",
"value": 1.0
}
]
}
],
"modifierName": "HealHP_Pause"
}
],
"onThinkInterval": [
{
"$type": "HealHP",
"amountByCasterMaxHPRatio": "HealHP"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_Heal"
}
]
},
"HealHP_Pause": {
"modifierName": "",
"duration": 3.0,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_HEALHP_STATE_",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_HEALHP_STATE_",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
]
},
"Empty": {
"modifierName": "",
"elementDurability": 100.0
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Boar_ElementState",
"modifiers": {
"UNIQUE_ElementState": {
"modifierName": "",
"isUnique": true,
"elementType": "Water",
"elementDurability": 100.0,
"isElementDurabilityMutable": false
},
"Monster_Oceanid_Boar_CommonEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_Boar_CommonEffectLoop"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_ElementState"
},
{
"$type": "AttachAbilityStateResistance",
"resistanceBuffDebuffs": [
"ElementWet",
"Struggle"
]
},
{
"$type": "ApplyModifier",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_MONSTERAFFIX_OCEANID_ANIMAL_SPMASK",
"value": 1.0
}
]
}
],
"modifierName": "Monster_Oceanid_Boar_CommonEffect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Animal_BeingHit",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_BEINGHITSTATE_",
"defaultGlobalValueOnCreate": 1.0,
"valueSteps": [
-0.5,
0.5,
1.5
],
"modifierNameSteps": [
"Empty",
"BeingHit"
]
},
{
"$type": "AttachToAbilityStateMixin",
"abilityStates": [
"ElementPetrifaction",
"ElementFreeze"
],
"modifierName": "ChangeBeingHitState"
}
],
"modifiers": {
"BeingHit": {
"modifierName": "",
"elementDurability": 100.0,
"onBeingHit": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Oceanid_AnimalBeHit",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"attachPointName": "RootNode"
}
}
]
},
"ChangeBeingHitState": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_BEINGHITSTATE_",
"useLimitRange": true,
"maxValue": 0.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "AddGlobalValue",
"value": 1.0,
"key": "_BEINGHITSTATE_",
"useLimitRange": true,
"maxValue": 1.0,
"minValue": 1.0
}
]
},
"Empty": {
"modifierName": "",
"elementDurability": 100.0
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Oceanid_Animal_Die",
"onAbilityStart": [
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Oceanid_AnimalDie",
"born": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
}
]
}
}
]