ChaseAI{}, FleeAI{}, removal of monster/bystander tags

This commit is contained in:
Llywelwyn 2023-08-15 20:04:21 +01:00
parent 91607fb9ce
commit 198486df1d
13 changed files with 234 additions and 187 deletions

View file

@ -9,7 +9,7 @@
},
{
"id": "neutral",
"responses": { "default": "ignore" }
"responses": { "default": "ignore", "hostile": "flee", "mindless": "flee", "carnivore": "flee" }
},
{
"id": "hostile",
@ -21,6 +21,6 @@
},
{
"id": "carnivore",
"responses": { "default": "ignore", "herbivores": "attack", "player": "attack" }
"responses": { "default": "ignore", "herbivores": "attack", "player": "attack", "neutral": "attack" }
}
]