Tamemount¶
文档版本:1.21.50.25
Allows the Entity to be tamed by mounting it.
架构¶
tamemount:
{
integer "attempt_temper_mod" : opt
object "auto_reject_items" : opt
{
descriptor "item"
}
array "auto_reject_items" : opt
{
object "<any array element>" : opt
{
}
}
string "feed_text" : opt
object "feed_items" : opt
{
descriptor "item"
number "temper_mod" : opt
}
array "feed_items" : opt
{
object "<any array element>" : opt
{
}
}
integer "max_temper" : opt
integer "min_temper" : opt
string "ride_text" : opt
event_object "tame_event"
}
attempt_temper_mod
:integer- The amount the entity's temper will increase when mounted.
auto_reject_items
:object- The list of items that this entity dislikes and will cause it to get angry if used while untamed.
auto_reject_items
item
:descriptor- Name of the item this entity dislikes and will cause it to get angry if used while untamed.
item
:identifier
item
:object- An object that describes an item.
item
tags
:0- [UNDOCUMENTED] A Molang expression ran against item or block to match.
item_tag
:string- [UNDOCUMENTED] A tag to lookup item or block by.
auto_reject_items
:array- The list of items that, if carried while interacting with the entity, will anger it.
auto_reject_items
<any array element>
:object- The list of items that this entity dislikes and will cause it to get angry if used while untamed.
<any array element>
feed_text
:string- The text that shows in the feeding interact button.
feed_items
:object- The list of items that can be used to increase the entity's temper and speed up the taming process.
feed_items
item
:descriptor- Name of the item this entity likes and can be used to increase this entity's temper.
temper_mod
:number- The amount of temper this entity gains when fed this item.
feed_items
:array- The list of items that can be used to increase the entity's temper and speed up the taming process.
feed_items
<any array element>
:object- The list of items that can be used to increase the entity's temper and speed up the taming process.
<any array element>
max_temper
:integer- The maximum value for the entity's random starting temper.
min_temper
:integer- The minimum value for the entity's random starting temper.
ride_text
:string- The text that shows in the riding interact button.
tame_event
:event_object- Event that triggers when the entity becomes tamed.