Bribeable¶
文档版本:1.21.50.25
Defines the way an entity can get into the 'bribed' state.
架构¶
bribeable:
{
number "bribe_cooldown" : opt
array "bribe_items" : opt
{
descriptor "<any array element>"
}
}
bribe_cooldown:number- Time in seconds before the Entity can be bribed again.
bribe_items:array- The list of items that can be used to bribe the entity.
bribe_items<any array element>:descriptor- An item that can be used to bribe the entity.
item:identifier
item:object- An object that describes an item.
itemtags:0- [UNDOCUMENTED] A Molang expression ran against item or block to match.
item_tag:string- [UNDOCUMENTED] A tag to lookup item or block by.