"description":"A bucket for all other items in the game. Note this category is always least priority items.",
"title":"All Items"
},
"all_items_max_amount":{
"type":"integer",
"default":-1,
"description":"Maximum number of this item the mob will hold.",
"title":"All Items Maximum Amount"
},
"all_items_surplus_amount":{
"type":"integer",
"default":-1,
"description":"Number of this item considered extra that the entity wants to share.",
"title":"All Items Surplus Amount"
},
"all_items_want_amount":{
"type":"integer",
"default":-1,
"description":"Number of this item this entity wants to share.",
"title":"All Items Want Amount"
},
"items":{
"type":"array",
"description":"List of items that the entity wants to share",
"items":{
"type":"object",
"title":"Item",
"description":"An Item that the entity wants to share",
"additionalProperties":false,
"properties":{
"admire":{
"type":"boolean",
"description":"Mob will admire the item after picking up by looking at it. For this to happen the mob needs to have an Admire component and an Admire goal.",
"title":"Admire"
},
"barter":{
"type":"boolean",
"description":"Mob will barter for the item after picking it up. For this to work the mob needs to have a Barter component and a Barter goal.",