diff --git a/source/behavior/entities/format/behaviors/move_around_target.json b/source/behavior/entities/format/behaviors/move_around_target.json index 3841f49c..02328735 100644 --- a/source/behavior/entities/format/behaviors/move_around_target.json +++ b/source/behavior/entities/format/behaviors/move_around_target.json @@ -21,6 +21,13 @@ "description": "The range of distances from the target entity within which the goal should look for a position to move the owner entity to.", "$ref": "../../../../general/vectors/number2.json" }, + "destination_pos_spread_degrees": { + "title": "Desitnation Pos Spread Degrees", + "description": "UNDOCUMENTED", + "type": "number", + "minimum": 0, + "maximum": 360 + }, "height_difference_limit": { "title": "Height Difference Limit", "type": "number",