From 5c13570faab95fdd9ff5a4e34db604c44a74dbbf Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 21 Jul 2025 09:32:47 +0000 Subject: [PATCH] Actualiser Routine --- Routine.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Routine.md b/Routine.md index 5bf13e8..4ab5783 100644 --- a/Routine.md +++ b/Routine.md @@ -1,7 +1,14 @@ AI can have some "Behavior Templates" called **Routine** -Example : -Routine : Woodcutter -- Collect : wood -- Stock : wood -- Plant : trees \ No newline at end of file +Example : +```yaml +Routine : Woodcutter + - Collect : wood + - Stock : wood + - Plant : trees +``` + +will be a json file with this syntax : + +>[!Warning] +>This place need some work \ No newline at end of file