Experience Reward¶
文档版本:1.21.50.25
Defines the amount of experience rewarded when the entity dies or is successfully bred.
架构¶
on_bred
:['string', 'number']- A molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.
on_death
:['string', 'number']- A molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.