Skip to content

Commit

Permalink
Fixing angel_level
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 6, 2024
1 parent f4e46ef commit c10db35
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion source/behavior/entities/format/components/anger_level.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,24 @@
},
"on_increase_sounds": {
"title": "On Increase Sounds",
"$ref": "../../filters/filters.json"
"type": "array",
"items": {
"type": "object",
"additionalProperties": false,
"required": ["condition", "sound"],
"properties": {
"condition": {
"title": "Condition",
"type": "string",
"description": "The event that will trigger the sound"
},
"sound": {
"title": "Sound",
"type": "string",
"description": "The sound to play"
}
}
}
},
"remove_targets_below_angry_threshold": {
"title": "Remove Targets Below Angry Threshold",
Expand Down

0 comments on commit c10db35

Please sign in to comment.