Actualiser Routine
parent
4b3d2fa1cb
commit
5c13570faa
1 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,14 @@
|
||||||
AI can have some "Behavior Templates" called **Routine**
|
AI can have some "Behavior Templates" called **Routine**
|
||||||
|
|
||||||
Example :
|
Example :
|
||||||
|
```yaml
|
||||||
Routine : Woodcutter
|
Routine : Woodcutter
|
||||||
- Collect : wood
|
- Collect : wood
|
||||||
- Stock : wood
|
- Stock : wood
|
||||||
- Plant : trees
|
- Plant : trees
|
||||||
|
```
|
||||||
|
|
||||||
|
will be a json file with this syntax :
|
||||||
|
|
||||||
|
>[!Warning]
|
||||||
|
>This place need some work
|
Loading…
Reference in a new issue