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

1904 lines
71 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_Alert",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sleep"
},
{
"$type": "SetPoseBool",
"boolID": "Sit"
},
{
"$type": "SetPoseBool",
"boolID": "Practice"
},
{
"$type": "SetPoseBool",
"boolID": "Threat"
},
{
"$type": "SetPoseBool",
"boolID": "Surround"
},
{
"$type": "SetPoseBool",
"boolID": "Build"
},
{
"$type": "SetPoseBool",
"boolID": "Make"
},
{
"$type": "SetPoseBool",
"boolID": "Search"
},
{
"$type": "SetPoseBool",
"boolID": "Dance"
},
{
"$type": "SetPoseBool",
"boolID": "Watch"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_AwakeAlert",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sleep"
},
{
"$type": "SetPoseBool",
"boolID": "Sit"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToSleep",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sleep",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfSleep",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sleep"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToSit",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sit",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfSit",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Sit"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToPractice",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Practice",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfPractice",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Practice"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToThreat",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Threat",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfThreat",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Threat"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToSurround",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Surround",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfSurround",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Surround"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToBuild",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Build",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfBuild",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Build"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_Build_Effect",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Build"
],
"modifierName": "Build_Effect_Timer"
}
],
"modifiers": {
"Build_Effect": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Common_Build",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"scale": 0.5
}
]
},
"Build_Effect_Timer": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveModifier",
"modifierName": "Build_Effect"
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "Build_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToMake",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Make",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfMake",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Make"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_Make_Effect",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Make"
],
"modifierName": "Make_Effect_Timer"
}
],
"modifiers": {
"Make_Effect": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Common_Make",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"scale": 0.5
}
]
},
"Make_Effect_Timer": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveModifier",
"modifierName": "Make_Effect"
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "Make_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToSearch",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Search",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfSearch",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Search"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_Search_Effect",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Search"
],
"modifierName": "Search_Effect_Timer"
}
],
"modifiers": {
"Search_Effect": {
"modifierName": "",
"duration": 1.5,
"elementDurability": 100.0,
"onAdded": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Monster_Hili_Common_Make",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"scale": 0.5
}
]
},
"Search_Effect_Timer": {
"modifierName": "",
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "RemoveModifier",
"modifierName": "Search_Effect"
}
]
}
},
"onAbilityStart": [
{
"$type": "ApplyModifier",
"modifierName": "Search_Effect"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_TurnToDance",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Dance",
"value": true
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_OutOfDance",
"onAbilityStart": [
{
"$type": "SetPoseBool",
"boolID": "Dance"
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_EquipFlagManager",
"abilityMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CLUB_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SetEquipFlag_Sword"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_TORCH_02",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SetEquipFlag_Sword"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_SHIELD_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SetEquipFlag_Shield"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CROSSBOW_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SetEquipFlag_CrossBow"
],
"removeAppliedModifier": false
}
],
"modifiers": {
"SetEquipFlag_Sword": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 1.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 0.0
}
]
},
"SetEquipFlag_Shield": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 2.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 0.0
}
]
},
"SetEquipFlag_CrossBow": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 3.0
}
],
"onRemoved": [
{
"$type": "SetAnimatorFloat",
"floatID": "EquipFlag",
"value": 0.0
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_ActionPointRegister",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9002
],
"modifierName": "ActionPointRegister_Sleep"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9003
],
"modifierName": "ActionPointRegister_Sit"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9010
],
"modifierName": "ActionPointRegister_Threat"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9011
],
"modifierName": "ActionPointRegister_Making"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9012
],
"modifierName": "ActionPointRegister_Dancing"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9013
],
"modifierName": "ActionPointRegister_Training"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9014
],
"modifierName": "ActionPointRegister_Surround"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9015
],
"modifierName": "ActionPointRegister_Building"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9016
],
"modifierName": "ActionPointRegister_Search"
}
],
"modifiers": {
"ActionPointRegister_Sleep": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "SleepPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SleepPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SleepPoint"
}
]
},
"ActionPointRegister_Sit": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "SitPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SitPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SitPoint"
}
]
},
"ActionPointRegister_Threat": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "ThreatPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "ThreatPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "ThreatPoint"
}
]
},
"ActionPointRegister_Making": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "MakingPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "MakingPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "MakingPoint"
}
]
},
"ActionPointRegister_Dancing": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "DancingPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "DancingPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "DancingPoint"
}
]
},
"ActionPointRegister_Training": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "TrainingPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "TrainingPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "TrainingPoint"
}
]
},
"ActionPointRegister_Surround": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "SurroundPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SurroundPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SurroundPoint"
}
]
},
"ActionPointRegister_Building": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "BuildingPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "BuildingPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "BuildingPoint"
}
]
},
"ActionPointRegister_Search": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "RegisterAIActionPoint",
"pointType": "SearchPoint"
}
],
"onRemoved": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SearchPoint"
}
],
"onKill": [
{
"$type": "ReleaseAIActionPoint",
"pointType": "SearchPoint"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_SpecialsState_Weapon",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9002,
9003,
9004,
9005,
9010,
9011,
9012,
9013,
9014,
9015,
9016
],
"modifierName": "SpecialsState"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9002,
9003
],
"modifierName": "SleepStateManager"
}
],
"modifiers": {
"SleepStateManager": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CLUB_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SleepState_Club"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_SHIELD_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SleepState_Shield"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CROSSBOW_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"SleepState_CrossBow"
],
"removeAppliedModifier": false
}
],
"onRemoved": [
{
"$type": "RemoveModifier",
"modifierName": "SleepState_Club"
},
{
"$type": "RemoveModifier",
"modifierName": "SleepState_Shield"
},
{
"$type": "RemoveModifier",
"modifierName": "SleepState_CrossBow"
}
]
},
"SpecialsState": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Entity_MassRatio": 9999.0,
"Entity_WeightRatio": 5.0
},
"onBeingHit": [
{
"$type": "SetPoseBool",
"boolID": "Sleep"
},
{
"$type": "SetPoseBool",
"boolID": "Sit"
},
{
"$type": "SetPoseBool",
"boolID": "Practice"
},
{
"$type": "SetPoseBool",
"boolID": "Threat"
},
{
"$type": "SetPoseBool",
"boolID": "Surround"
},
{
"$type": "SetPoseBool",
"boolID": "Build"
},
{
"$type": "SetPoseBool",
"boolID": "Make"
},
{
"$type": "SetPoseBool",
"boolID": "Search"
},
{
"$type": "SetPoseBool",
"boolID": "Dance"
},
{
"$type": "SetPoseBool",
"boolID": "Watch"
}
]
},
"SleepState_Club": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"place": true,
"equipPartName": "equip01",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 0.0,
"maxRandomRange": 0.5
},
"onGround": true,
"alongGround": true
}
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
]
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip01"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onKill": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip01"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
]
},
"SleepState_Shield": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"place": true,
"equipPartName": "equip02",
"born": {
"$type": "ConfigBornByTarget",
"offset": {
"x": -1.25,
"y": 0.0,
"z": 0.0
},
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 0.0,
"maxRandomRange": 0.5
},
"onGround": true,
"alongGround": true
}
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"hitBoxNames": [
"HitBox"
]
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip02"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onKill": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip02"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
]
},
"SleepState_CrossBow": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"place": true,
"equipPartName": "equip01",
"born": {
"$type": "ConfigBornByAttachPoint",
"offset": {
"x": 0.0,
"y": 0.10000000149011612,
"z": 1.25
},
"bornRandom": {
"$type": "BornRandomFromCenter",
"minRandomRange": 0.0,
"maxRandomRange": 0.25
},
"onGround": true,
"useRotation": true,
"attachPointName": "SetWeaponBindAttachPoint"
}
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
]
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onRemoved": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip01"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
],
"onKill": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "SetWeaponBindState",
"equipPartName": "equip01"
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_SpecialsState_HideWeapon",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9012,
9014
],
"modifierName": "SpecialsState"
},
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
9012,
9014
],
"modifierName": "HideWeaponManager"
}
],
"modifiers": {
"HideWeaponManager": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CLUB_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"HideWeapon_Club"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_SHIELD_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"HideWeapon_Shield"
],
"removeAppliedModifier": false
},
{
"$type": "AttachModifierToSelfGlobalValueMixin",
"globalValueKey": "_IS_CROSSBOW_01",
"defaultGlobalValueOnCreate": 0.0,
"valueSteps": [
0.8999999761581421,
1.5
],
"modifierNameSteps": [
"HideWeapon_CrossBow"
],
"removeAppliedModifier": false
}
],
"onRemoved": [
{
"$type": "RemoveModifier",
"modifierName": "HideWeapon_Club"
},
{
"$type": "RemoveModifier",
"modifierName": "HideWeapon_Shield"
},
{
"$type": "RemoveModifier",
"modifierName": "HideWeapon_CrossBow"
}
]
},
"SpecialsState": {
"modifierName": "",
"elementDurability": 100.0,
"properties": {
"Entity_MassRatio": 9999.0,
"Entity_WeightRatio": 5.0
},
"onBeingHit": [
{
"$type": "SetPoseBool",
"boolID": "Sleep"
},
{
"$type": "SetPoseBool",
"boolID": "Sit"
},
{
"$type": "SetPoseBool",
"boolID": "Practice"
},
{
"$type": "SetPoseBool",
"boolID": "Threat"
},
{
"$type": "SetPoseBool",
"boolID": "Surround"
},
{
"$type": "SetPoseBool",
"boolID": "Build"
},
{
"$type": "SetPoseBool",
"boolID": "Make"
},
{
"$type": "SetPoseBool",
"boolID": "Search"
},
{
"$type": "SetPoseBool",
"boolID": "Dance"
}
]
},
"HideWeapon_Club": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"canBeHandledOnRecover": true,
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "TriggerHideWeapon",
"canBeHandledOnRecover": true,
"partNames": [
"equip01"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"canBeHandledOnRecover": true,
"hitBoxNames": [
"HitBox"
]
}
],
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "UnhideWeapon_Club"
}
]
},
"UnhideWeapon_Club": {
"modifierName": "",
"duration": 0.25,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip01"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
},
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
}
]
},
"HideWeapon_Shield": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"canBeHandledOnRecover": true,
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "TriggerHideWeapon",
"canBeHandledOnRecover": true,
"partNames": [
"equip02"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"canBeHandledOnRecover": true,
"hitBoxNames": [
"HitBox"
]
}
],
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "UnhideWeapon_Shield"
}
]
},
"UnhideWeapon_Shield": {
"modifierName": "",
"duration": 0.25,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip02"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip02"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
}
]
},
"HideWeapon_CrossBow": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"canBeHandledOnRecover": true,
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "TriggerHideWeapon",
"canBeHandledOnRecover": true,
"partNames": [
"equip01"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"canBeHandledOnRecover": true,
"hitBoxNames": [
"HitBox"
]
}
],
"onRemoved": [
{
"$type": "ApplyModifier",
"modifierName": "UnhideWeapon_CrossBow"
}
]
},
"UnhideWeapon_CrossBow": {
"modifierName": "",
"duration": 0.25,
"elementDurability": 100.0,
"onRemoved": [
{
"$type": "FireEffect",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"effectPattern": "Eff_Monster_Weapon_Disappear"
},
{
"$type": "TriggerHideWeapon",
"visible": true,
"partNames": [
"equip01"
]
},
{
"$type": "EnableHitBoxByName",
"otherTargets": {
"$type": "SelectTargetsByEquipParts",
"equipPartNames": [
"equip01"
]
},
"hitBoxNames": [
"HitBox"
],
"setEnable": true
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_SpecialsState_AIStateInitial",
"abilityMixins": [
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
9002
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
124,
125,
126
]
}
]
},
{
"$type": "DoActionByPoseIDMixin",
"poseIDs": [
9003
],
"enterActions": [
{
"$type": "ReTriggerAISkillInitialCD",
"skillIDs": [
127,
123
]
}
]
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Hili_None_Passive_Absolute_Defense",
"abilityMixins": [
{
"$type": "AttachToPoseIDMixin",
"poseIDs": [
1001,
1201,
1101,
1401,
1402,
1301
],
"modifierName": "Passive_Absolute_Defense_Handler"
}
],
"modifiers": {
"Passive_Absolute_Defense_Handler": {
"modifierName": "",
"elementDurability": 100.0,
"modifierMixins": [
{
"$type": "RecycleModifierMixin",
"modifierName": "UNIQUE_Passive_Absolute_Defense_A"
}
]
},
"UNIQUE_Passive_Absolute_Defense_A": {
"modifierName": "",
"isUnique": true,
"duration": 5.0,
"elementDurability": 100.0,
"state": "Invincible",
"onBeingHit": [
{
"$type": "SetAnimatorTrigger",
"triggerID": "PD_Blink"
},
{
"$type": "ClearEndura"
},
{
"$type": "RemoveUniqueModifier",
"predicates": [
{
"$type": "ByHitDamage",
"logic": "GreaterOrEqual",
"damage": 1.0
}
],
"modifierName": "UNIQUE_Passive_Absolute_Defense"
}
]
},
"UNIQUE_Passive_Absolute_Defense_B": {
"modifierName": "",
"isUnique": true,
"duration": 5.0,
"elementDurability": 100.0,
"onBeingHit": [
{
"$type": "ApplyModifier",
"modifierName": "Passive_Absolute_Defense_Window"
},
{
"$type": "RemoveUniqueModifier",
"modifierName": "UNIQUE_Passive_Absolute_Defense"
}
]
},
"Passive_Absolute_Defense_Window": {
"modifierName": "",
"duration": 0.5,
"elementDurability": 100.0,
"state": "Invincible",
"onBeingHit": [
{
"$type": "SetAnimatorTrigger",
"predicates": [
{
"$type": "ByHitDamage",
"logic": "GreaterOrEqual",
"damage": 1.0
}
],
"triggerID": "PD_Blink"
},
{
"$type": "ClearEndura",
"predicates": [
{
"$type": "ByHitEnBreak",
"logic": "GreaterOrEqual",
"enBreak": 1.0
}
]
}
]
}
}
}
}
]