Actualiser Routine

Lucas 2025-07-21 09:32:47 +00:00
parent 4b3d2fa1cb
commit 5c13570faa

@ -1,7 +1,14 @@
AI can have some "Behavior Templates" called **Routine** AI can have some "Behavior Templates" called **Routine**
Example : Example :
Routine : Woodcutter ```yaml
- Collect : wood Routine : Woodcutter
- Stock : wood - Collect : wood
- Plant : trees - Stock : wood
- Plant : trees
```
will be a json file with this syntax :
>[!Warning]
>This place need some work