Files
PetitPlanet-Data/Json/InstantReactionConfig.json
2025-11-11 07:21:48 +07:00

52 lines
1002 B
JSON

{
"Wave": {
"reactionEvent": 3,
"range": {
"$type": "miHoYo.HYG.AI.InSenderFanRange, Assembly-CSharp",
"range": 10.0,
"angle": 100.0
},
"effects": [
{
"predicates": [
{
"$type": "miHoYo.HYG.CheckNPCAction, Assembly-CSharp",
"actionType": 41,
"isEqual": false
}
],
"result": {
"pauseGoal": false,
"goalID": 0,
"next": null
}
},
{
"predicates": null,
"result": {
"pauseGoal": true,
"goalID": 1501,
"next": null
}
}
]
},
"Happy": {
"reactionEvent": 4,
"range": {
"$type": "miHoYo.HYG.AI.InSenderFanRange, Assembly-CSharp",
"range": 5.0,
"angle": 100.0
},
"effects": [
{
"predicates": null,
"result": {
"pauseGoal": true,
"goalID": 1502,
"next": null
}
}
]
}
}