mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
330 lines
7.9 KiB
JSON
330 lines
7.9 KiB
JSON
[
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_AIStateInitial",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "MoleMole.Config.DoActionByPoseIDMixin",
|
|
"poseIDs": [
|
|
1
|
|
],
|
|
"enterActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ReTriggerAISkillInitialCD",
|
|
"skillIDs": [
|
|
202
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.DoActionByPoseIDMixin",
|
|
"poseIDs": [
|
|
2
|
|
],
|
|
"enterActions": [
|
|
{
|
|
"$type": "MoleMole.Config.ReTriggerAISkillInitialCD",
|
|
"skillIDs": [
|
|
101,
|
|
102,
|
|
103,
|
|
104,
|
|
201
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_Random",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"FlyDown",
|
|
"TakeOff",
|
|
"FlyUp",
|
|
"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.1,
|
|
"valueRangeMin": -0.1,
|
|
"overrideMapKey": "RandomSpeed"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyDown",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "MoleMole.Config.AttachToStateIDMixin",
|
|
"stateIDs": [
|
|
"FlyDown"
|
|
],
|
|
"modifierName": "FlyState_Down"
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"Land"
|
|
],
|
|
"modifierName": "FlyDown_Land"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"FlyState_Down": {
|
|
"modifierName": "",
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "FlyState",
|
|
"value": true
|
|
}
|
|
],
|
|
"onRemoved": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "FlyState"
|
|
}
|
|
]
|
|
},
|
|
"FlyDown_Land": {
|
|
"modifierName": "",
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"properties": {
|
|
"Actor_AddGravityScale": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -1.99
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "FlyState"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyUp",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "FlyState",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_ToWander",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "WanderState",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_ToIdle",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.SetPoseBool",
|
|
"boolID": "WanderState"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_Disappear",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "MoleMole.Config.AttachToAnimatorStateIDMixin",
|
|
"stateIDs": [
|
|
"Disappear"
|
|
],
|
|
"modifierName": "DisappearTimer"
|
|
}
|
|
],
|
|
"modifiers": {
|
|
"DisappearTimer": {
|
|
"modifierName": "",
|
|
"elementDurability": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 100.0
|
|
},
|
|
"onAdded": [
|
|
{
|
|
"$type": "MoleMole.Config.StartDither",
|
|
"duration": 4.0
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.SetAnimatorBool",
|
|
"boolID": "Disappear",
|
|
"value": true
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.KillSelf",
|
|
"duration": 3.5,
|
|
"banDrop": true,
|
|
"banExp": true,
|
|
"killSelfType": "Disappear"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_FlyEffect",
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.FireEffect",
|
|
"effectPattern": {
|
|
"isDynamic": false,
|
|
"fixedValue": "Eff_Animal_Common_Feather"
|
|
},
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByTarget",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": -0.75
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.75
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "MoleMole.Config.FireEffect",
|
|
"effectPattern": {
|
|
"isDynamic": false,
|
|
"fixedValue": "Eff_Animal_Common_Feather"
|
|
},
|
|
"born": {
|
|
"$type": "MoleMole.Config.ConfigBornByTarget",
|
|
"offset": {
|
|
"x": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.75
|
|
},
|
|
"y": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.75
|
|
},
|
|
"z": {
|
|
"isFormula": false,
|
|
"isDynamic": false,
|
|
"fixedValue": 0.0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"Default": {
|
|
"$type": "MoleMole.Config.ConfigAbility",
|
|
"abilityName": "Animal_Crane_Scared",
|
|
"abilityMixins": [
|
|
{
|
|
"$type": "MoleMole.Config.SteerAttackMixin",
|
|
"steerStateIDs": [
|
|
"Alert"
|
|
],
|
|
"angularSpeed": 150.0,
|
|
"attackTrigger": "",
|
|
"attackDistance": 1.5
|
|
}
|
|
],
|
|
"onAdded": [
|
|
{
|
|
"$type": "MoleMole.Config.SetAnimatorBool",
|
|
"boolID": "DistanceFaraway"
|
|
}
|
|
],
|
|
"onAbilityStart": [
|
|
{
|
|
"$type": "MoleMole.Config.SetAnimatorBool",
|
|
"boolID": "DistanceFaraway",
|
|
"value": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |