ChaseAI{}, FleeAI{}, removal of monster/bystander tags
This commit is contained in:
parent
91607fb9ce
commit
198486df1d
13 changed files with 234 additions and 187 deletions
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue