2022-04-23 07:55:31 +05:30

260 lines
6.4 KiB
JSON

[
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_AIStateInitial",
"abilityMixins": [
{
"$type": "MoleMole.Config.DoActionByPoseIDMixin",
"poseIDs": [
1
],
"enterActions": [
{
"$type": "MoleMole.Config.ReTriggerAISkillInitialCD",
"skillIDs": [
103,
202
]
}
]
},
{
"$type": "MoleMole.Config.DoActionByPoseIDMixin",
"poseIDs": [
2
],
"enterActions": [
{
"$type": "MoleMole.Config.ReTriggerAISkillInitialCD",
"skillIDs": [
101,
102,
201
]
}
]
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_Random",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
"stateIDs": [
"Run",
"Disappear"
],
"modifierName": "Random_MoveSpeedRatio"
}
],
"abilitySpecials": {
"RandomSpeed": {
"type": "float",
"dynamicValue": 0.0
}
},
"modifiers": {
"Random_MoveSpeedRatio": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"properties": {
"Animator_MoveSpeedRatio": {
"isFormula": false,
"isDynamic": true,
"dynamicKey": "RandomSpeed"
}
}
}
},
"onAdded": [
{
"$type": "MoleMole.Config.SetRandomOverrideMapValue",
"valueRangeMax": 0.25,
"overrideMapKey": "RandomSpeed"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_GetUp",
"onAbilityStart": [
{
"$type": "MoleMole.Config.SetPoseBool",
"boolID": "WanderState",
"value": true
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_GetDown",
"onAbilityStart": [
{
"$type": "MoleMole.Config.SetPoseBool",
"boolID": "WanderState"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_Disappear",
"abilityMixins": [
{
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
"stateIDs": [
"Disappear",
"Disappear2"
],
"modifierName": "DisappearTimer"
}
],
"modifiers": {
"DisappearTimer": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"onAdded": [
{
"$type": "MoleMole.Config.StartDither",
"duration": 3.0
},
{
"$type": "MoleMole.Config.SetAnimatorBool",
"boolID": "Disappear",
"value": true
},
{
"$type": "MoleMole.Config.KillSelf",
"duration": 2.5,
"banDrop": true,
"banExp": true,
"killSelfType": "Disappear"
}
]
}
}
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_AwareTigger",
"abilityMixins": [
{
"$type": "MoleMole.Config.DoActionByPoseIDMixin",
"poseIDs": [
101
],
"enterActions": [
{
"$type": "MoleMole.Config.SetAnimatorTrigger",
"predicates": [
{
"$type": "MoleMole.Config.ByTargetPositionToSelfPosition",
"logic": "GreaterOrEqual",
"value": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 5.0
}
}
],
"triggerID": {
"isDynamic": false,
"fixedValue": "AwareTrigger"
}
}
]
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_02_GoToMHPoint",
"modifiers": {
"Animal_Fox_02_CheckPlayerArround": {
"modifierName": "",
"elementDurability": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 100.0
},
"thinkInterval": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
},
"onThinkInterval": [
{
"$type": "MoleMole.Config.Predicated",
"otherTargets": {
"$type": "MoleMole.Config.SelectTargetsByShape",
"shapeName": "CircleR5",
"campTargetType": "Enemy",
"sizeRatio": {
"isFormula": false,
"isDynamic": false,
"fixedValue": 1.0
}
},
"targetPredicates": [
{
"$type": "MoleMole.Config.ByEntityTypes",
"entityTypes": [
"Avatar"
]
}
],
"successActions": [
{
"$type": "MoleMole.Config.SetNeuronEnable",
"neuronName": "SURROUND",
"enable": true
}
]
}
]
}
},
"onAdded": [
{
"$type": "MoleMole.Config.AttachModifier",
"modifierName": "Animal_Fox_02_CheckPlayerArround"
}
]
}
},
{
"Default": {
"$type": "MoleMole.Config.ConfigAbility",
"abilityName": "Animal_Fox_02_Alert",
"onAbilityStart": [
{
"$type": "MoleMole.Config.SetNeuronEnable",
"neuronName": "SURROUND",
"enable": true
}
]
}
}
]