Files
GenshinData-1/BinOutput/Ability/Temp/MonsterAbilities/9d3433ba.json

141 lines
4.8 KiB
JSON

[
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hound_Kanis_KanisTag",
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 1.0,
"key": "_KANIS_TAG_",
"maxValue": 0.0,
"minValue": 0.0
}
]
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hound_Kanis_Biting",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"Biting"
],
"modifierName": "Kanis_Biting_Actions"
}
],
"modifiers": {
"Kanis_Biting_Actions": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FixedMonsterRushMove",
"toPos": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 2.0
}
},
"timeRange": 0.800000011920929,
"animatorStateIDs": [
"Biting"
],
"overrideMoveCollider": ""
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hound_Kanis_WavePaw",
"abilityMixins": [
{
"$type": "AttachToStateIDMixin",
"stateIDs": [
"WavePaw"
],
"modifierName": "Kanis_WavePaw_Actions"
}
],
"modifiers": {
"Kanis_WavePaw_Actions": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "FixedMonsterRushMove",
"toPos": {
"$type": "ConfigBornBySelf",
"offset": {
"x": 0.0,
"y": 0.0,
"z": 2.5
}
},
"timeRange": 0.800000011920929,
"animatorStateIDs": [
"WavePaw"
],
"overrideMoveCollider": ""
}
]
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Monster_Hound_Kanis_ExitBattle",
"abilityMixins": [
{
"$type": "AttachToAIAlertnessMixin",
"alertness": [
0
],
"modifierName": "ExitBattle"
}
],
"modifiers": {
"ExitBattle": {
"modifierName": "",
"elementDurability": 100.0,
"onAdded": [
{
"$type": "SetGlobalValue",
"value": 0.0,
"key": "_KANIS_POSE_TAG_",
"maxValue": 0.0,
"minValue": 0.0
},
{
"$type": "SetChargeBarValue",
"value": 0.0
},
{
"$type": "SetPoseInt",
"intID": "ActivatedTag"
},
{
"$type": "SetAnimatorBool",
"boolID": "ActivatedTag"
},
{
"$type": "SetAnimatorBool",
"boolID": "ShaderActivatedTag"
}
]
}
}
}
}
]