Added transform_to_item to behavior components
This commit is contained in:
@@ -34,6 +34,11 @@
|
|||||||
],
|
],
|
||||||
"title": "TODO Title"
|
"title": "TODO Title"
|
||||||
},
|
},
|
||||||
"grow_up": { "$ref": "../types/event.json", "description": "Event to run when this entity grows up.", "title": "TODO Title" }
|
"grow_up": { "$ref": "../types/event.json", "description": "Event to run when this entity grows up.", "title": "Grow up" },
|
||||||
|
"transform_to_item": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Transform to item",
|
||||||
|
"description": "The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -178,6 +178,11 @@
|
|||||||
"default": true,
|
"default": true,
|
||||||
"description": "If true, the entities need to be tamed first before they can breed.",
|
"description": "If true, the entities need to be tamed first before they can breed.",
|
||||||
"title": "Require Tame"
|
"title": "Require Tame"
|
||||||
|
},
|
||||||
|
"transform_to_item": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Transform To Item",
|
||||||
|
"description": "The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,9 +83,8 @@
|
|||||||
},
|
},
|
||||||
"transform_to_item": {
|
"transform_to_item": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"title": "Transform to item",
|
||||||
"description": "The item used will transform to this item upon successful interaction. Format: itemName:auxValue",
|
"description": "The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"
|
||||||
"title": "Transform To Item"
|
|
||||||
},
|
},
|
||||||
"use_item": { "type": "boolean", "default": false, "description": "If true, the interaction will use an item.", "title": "Use Item" }
|
"use_item": { "type": "boolean", "default": false, "description": "If true, the interaction will use an item.", "title": "Use Item" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user