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

1052 lines
41 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_CreateBomb_Effect",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"CreateBomb"
],
"modifierName": "Attach_CreateBomb_Effect"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
104
],
"modifierName": "CreateBomb_Turn"
}
],
"modifiers": {
"CreateBomb_Turn": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"CreateBomb"
],
"endNormalizedTime": 0.5,
"angularSpeed": 360.0,
"attackTrigger": ""
}
]
},
"Attach_CreateBomb_Effect": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "BySceneSurfaceType",
"filters": [
"Water"
]
}
],
"successActions": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Fire_CreateBomb_Water",
"born": {
"$type": "ConfigBornBySelf"
}
}
]
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "BySceneSurfaceType",
"filters": [
"Ice"
]
}
],
"successActions": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CreateBomb_Ice",
"born": {
"$type": "ConfigBornBySelf"
}
}
]
},
{
"$type": "Predicated",
"targetPredicates": [
{
"$type": "BySceneSurfaceType",
"filters": [
"Ice",
"Water"
]
}
],
"failActions": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CreateBomb_Ice",
"born": {
"$type": "ConfigBornBySelf"
}
}
]
}
],
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "CreateBombOver"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_CreateBomb",
"abilityMixins": [
{
"$type": "AttachToNormalizedTimeMixin",
"stateID": "CreateBomb_AS",
"modifierName": "Monster_Hili_Ice_CreateBombModifier"
}
],
"abilitySpecials": {
"RandomHoldTime": 1.5
},
"modifiers": {
"Monster_Hili_Ice_CreateBombModifier": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "TriggerCreateGadgetToEquipPart",
"gadgetID": 42101019,
"equipPart": "equip03"
},
{
"$type": "SetPoseInt",
"intID": "equip03",
"value": 1
},
{
"$type": "AddGlobalValue",
"value": 0.0,
"key": "_HILI_ICE_BOMB_HOLDTIME",
"useLimitRange": true,
"randomInRange": true,
"maxValue": 4.0,
"minValue": 2.0
},
{
"$type": "SetGlobalValueToOverrideMap",
"globalValueKey": "_HILI_ICE_BOMB_HOLDTIME",
"overrideMapKey": "RandomHoldTime"
},
{
"$type": "ApplyModifier",
"modifierName": "UNIQUE_Monster_Hili_Ice_HoldBomb"
}
]
},
"UNIQUE_Monster_Hili_Ice_HoldBomb": {
"modifierName": "",
"isUnique": true,
"duration": "RandomHoldTime",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_Bomb_IceFog"
},
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_SLIMETHROWED_",
"maxValue": 0.0,
"minValue": 0.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "BombThrowTrigger"
},
{
"$type": "AddGlobalValue",
"value": -5.0,
"key": "_HILI_ICE_BOMB_HOLDTIME",
"useLimitRange": true,
"maxValue": 4.0,
"minValue": 0.0
}
]
}
},
"onKill": [
{
"$type": "RemoveModifier",
"modifierName": "UNIQUE_Monster_Hili_Ice_HoldBomb"
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "BombThrowTrigger"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_SlimeThrow_AddElement",
"modifiers": {
"SlimeThrow_AddElement": {
"modifierName": "",
"duration": 9.0,
"elementType": "Ice",
"elementDurability": 30.0,
"isElementDurabilityMutable": false
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "SlimeThrow_AddElement"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_SlimeThrow_LifeOver",
"modifiers": {
"SlimeThrow_LifeOverAnimator": {
"modifierName": "",
"duration": 6.400000095367432,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "DieTrigger"
}
]
},
"SlimeThrow_LifeOverExplode": {
"modifierName": "",
"duration": 8.0,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerAbility",
"abilityName": "Monster_Hili_Ice_SlimeThrow_Explode"
}
]
}
},
"onAdded": [
{
"$type": "ApplyModifier",
"modifierName": "SlimeThrow_LifeOverAnimator"
},
{
"$type": "ApplyModifier",
"modifierName": "SlimeThrow_LifeOverExplode"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_BombDrop",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"CreateBomb",
"CreateBombState_AS",
"ThrowBomb",
"NormalIdle",
"NormalMove",
"Turn"
],
"modifierName": "Monster_Hili_Ice_BombOnHand"
}
],
"modifiers": {
"Monster_Hili_Ice_BombOnHand": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Monster_Hili_Ice_HoldBomb"
},
{
"$type": "TriggerDropEquipParts",
"equipParts": [
"equip03"
]
},
{
"$type": "SetPoseInt",
"intID": "equip03"
},
{
"$type": "ResetAnimatorTrigger",
"triggerID": "BombThrowTrigger"
},
{
"$type": "DoWatcherSystemAction",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"target": "Self",
"key": "_SLIMETHROWED_",
"value": 1.0
}
],
"watcherId": 82066,
"inThreatListOnly": true
},
{
"$type": "SetPoseBool",
"canBeHandledOnRecover": true,
"boolID": "ThrowOver",
"value": true
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_BombThrow",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"ThrowBomb"
],
"endNormalizedTime": 0.4000000059604645,
"angularSpeed": 150.0,
"attackTrigger": "",
"attackDistance": 2.0
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"ThrowBomb"
],
"modifierName": "Monster_Hili_Ice_BombThrowDuring"
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"CreateBomb"
],
"modifierName": "Monster_Hili_Ice_BeginBomb"
}
],
"modifiers": {
"Monster_Hili_Ice_BombThrowDuring": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"canBeHandledOnRecover": true,
"boolID": "ThrowOver"
}
],
"onRemoved": [
{
"$type": "SetPoseBool",
"canBeHandledOnRecover": true,
"boolID": "ThrowOver",
"value": true
}
]
},
"Monster_Hili_Ice_BeginBomb": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetPoseBool",
"canBeHandledOnRecover": true,
"boolID": "ThrowOver"
},
{
"$type": "SetPoseInt",
"intID": "equip03",
"value": 1
}
]
}
},
"onAbilityStart": [
{
"$type": "TriggerThrowEquipPart",
"equipPart": "equip03",
"born": {
"$type": "ConfigBornByTarget",
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"maxAngleType": "Horizontal",
"maxAngle": 50.0
}
}
},
{
"$type": "SetPoseInt",
"intID": "equip03"
},
{
"$type": "TriggerAbility",
"otherTargets": {
"$type": "SelectTargetsByChildren",
"topLimit": 1,
"configID": 42101019
},
"abilityName": "Monster_Hili_SlimeThrow_OpenTrigger"
},
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_SLIMETHROWED_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_SlimeThrow_OpenTrigger",
"modifiers": {
"UNIQUE_Monster_Hili_Ice_SlimeThrow_Trial": {
"modifierName": "",
"isUnique": true,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_Bomb_Trail"
}
]
}
},
"onAdded": [
{
"$type": "EnableBulletCollisionPluginTrigger"
}
],
"onAbilityStart": [
{
"$type": "EnableBulletCollisionPluginTrigger",
"setEnable": true
},
{
"$type": "AttachModifier",
"modifierName": "UNIQUE_Monster_Hili_Ice_SlimeThrow_Trial"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hili_Ice_SlimeThrow_Explode",
"onAbilityStart": [
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Monster_Hili_Ice_SlimeThrow_Trial"
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Hili_Ice_SlimeThrow_Explode",
"born": {
"$type": "ConfigBornBySelf",
"onGround": true
}
},
{
"$type": "TriggerAttackEvent",
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"born": {
"$type": "ConfigBornByTarget"
},
"radius": 1.5
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 50.0,
"strikeType": "Blunt",
"enBreak": 101.0,
"attackType": "Range"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV5"
},
"cameraShake": {
"shakeRange": 2.0,
"shakeTime": 0.15000000596046448
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerSetVisible"
},
{
"$type": "KillSelf",
"duration": 1.2999999523162842,
"banDrop": true,
"banExp": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Ice_ShootArrow_WithRandom",
"abilityMixins": [
{
"$type": "SteerAttackMixin",
"steerStateIDs": [
"Aim_BS",
"Aim"
],
"angularSpeed": 120.0,
"attackTrigger": "",
"attackDistance": 3.75
},
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Aim"
],
"modifierName": "ShowAimingEffect"
}
],
"modifiers": {
"ShowAimingEffect": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CrossBow_Aim_01",
"born": {
"$type": "ConfigBornByAttachPoint",
"attachPointName": "WeaponR"
}
}
]
}
},
"onAbilityStart": [
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"randomAngleHor": 0.30000001192092896,
"randomAngleVer": 0.5,
"maxAngle": 60.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"maxAngle": 60.0,
"speedForPredictive": 30.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"angleOffset": {
"y": 5.0
},
"maxAngle": 60.0,
"speedForPredictive": 30.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"angleOffset": {
"y": 10.0
},
"maxAngle": 60.0,
"speedForPredictive": 30.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"angleOffset": {
"y": -5.0
},
"maxAngle": 60.0,
"speedForPredictive": 30.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "TriggerBullet",
"predicates": [
{
"$type": "ByTargetGlobalValue",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"bulletID": 42101010,
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.20000000298023224,
"y": 0.0,
"z": 0.10000000149011612
},
"direction": {
"$type": "ConfigDirectionByAttackTarget",
"angleOffset": {
"y": -10.0
},
"maxAngle": 60.0,
"speedForPredictive": 30.0
},
"attachPointName": "WeaponR"
}
},
{
"$type": "FireEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CrossBow_Arrow_AS"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_Ice_Arrow_Damage",
"modifiers": {
"FireEffectModifier": {
"modifierName": "",
"elementType": "Ice",
"elementDurability": 50.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CrossBow_Arrow_Particle"
},
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Ice_CrossBow_Arrow_Trail"
}
]
}
},
"onAdded": [
{
"$type": "AttachModifier",
"modifierName": "FireEffectModifier"
}
],
"onAbilityStart": [
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
},
{
"$type": "ByTargetGlobalValue",
"target": "Owner",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 0.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 50.0,
"strikeType": "Pierce",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeRange": 0.05999999865889549,
"shakeTime": 0.09000000357627869
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
},
{
"$type": "ByTargetGlobalValue",
"target": "Owner",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackSphere",
"triggerType": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint"
},
"radius": 0.75
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.699999988079071,
"damagePercentageRatio": 0.0,
"elementType": "Ice",
"elementDurability": 50.0,
"strikeType": "Pierce",
"enBreak": 50.0
},
"hitPattern": {
"onHitEffectName": "none",
"hitImpulseType": "LV2",
"hitHaltTimeScale": 0.009999999776482582
},
"cameraShake": {
"shakeRange": 0.05999999865889549,
"shakeTime": 0.09000000357627869
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
}
]
},
{
"$type": "ByTargetGlobalValue",
"target": "Owner",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 0.0,
"compareType": "NoneOrEqual"
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 1.0,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Pierce"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
},
{
"$type": "TriggerAttackEvent",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
}
]
},
{
"$type": "ByTargetGlobalValue",
"target": "Owner",
"key": "_ELITEAFFIX_ATTACK_ENHANCE",
"value": 1.0
}
],
"attackEvent": {
"attackPattern": {
"$type": "ConfigAttackBox",
"triggerType": "TriggerNoRepeat",
"checkHitLayerType": "Both",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": -0.5
}
},
"size": {
"x": 0.10000000149011612,
"y": 0.10000000149011612,
"z": 1.0
}
},
"attackInfo": {
"attackTag": "",
"attenuationTag": "",
"attenuationGroup": "default",
"attackProperty": {
"damagePercentage": 0.699999988079071,
"damagePercentageRatio": 0.0,
"elementDurability": 100.0,
"strikeType": "Pierce"
},
"hitPattern": {
"onHitEffectName": "default",
"hitImpulseType": "LV1",
"hitHaltTimeScale": 0.009999999776482582
}
}
},
"targetType": "Enemy"
},
{
"$type": "FireEffect",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
}
],
"effectPattern": "Eff_Monster_Hili_Ice_CrossBow_ArrowHit",
"born": {
"$type": "ConfigBornByCollisionPoint",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.3499999940395355
}
}
},
{
"$type": "FireHitEffect",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
}
],
"hitEntity": "",
"hitScene": {
"defaultEffect": "Eff_Monster_Hili_Ice_CrossBow_ArrowHit",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
},
{
"$type": "FireHitEffect",
"predicates": [
{
"$type": "ByNot",
"predicates": [
{
"$type": "ByHasElement",
"element": "Ice"
}
]
}
],
"hitEntity": "Eff_Arrow_Hit_Monster",
"hitScene": {
"defaultEffect": "Eff_Arrow_Hit_Earth",
"surfaceEffect": {
"Water": "Eff_Arrow_Hit_Water"
}
}
},
{
"$type": "RemoveModifier",
"modifierName": "FireEffectModifier"
}
]
}
}
]