Autowalker now will grab healing when they need it and can grab it.
This commit is contained in:
parent
29ab9721af
commit
ed33a36bca
3 changed files with 16 additions and 4 deletions
|
@ -65,6 +65,18 @@
|
|||
"no_more_items": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "find_healing",
|
||||
"cost": 5,
|
||||
"needs": {
|
||||
"have_healing": false,
|
||||
"in_combat": false,
|
||||
"health_good": false
|
||||
},
|
||||
"effects": {
|
||||
"health_good": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "use_healing",
|
||||
"cost": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue