diff --git a/source/behavior/loot_tables/functions/set_actor_id.json b/source/behavior/loot_tables/functions/set_actor_id.json index 829727e0f..f44526853 100644 --- a/source/behavior/loot_tables/functions/set_actor_id.json +++ b/source/behavior/loot_tables/functions/set_actor_id.json @@ -5,7 +5,18 @@ "title": "Set Actor Id", "type": "object", "properties": { - "function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, - "id": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Id" } + "function": { + "type": "string", + "const": "set_actor_id", + "description": "UNDOCUMENTED.", + "$comment": "UNDOCUMENTED", + "title": "Function" + }, + "id": { + "type": "string", + "description": "UNDOCUMENTED.", + "$comment": "UNDOCUMENTED", + "title": "Id" + } } } diff --git a/source/behavior/loot_tables/functions/set_count.json b/source/behavior/loot_tables/functions/set_count.json index 08f52efb1..0b3a04dd4 100644 --- a/source/behavior/loot_tables/functions/set_count.json +++ b/source/behavior/loot_tables/functions/set_count.json @@ -5,6 +5,12 @@ "description": "The function set_count.", "title": "Set Count", "properties": { + "add": { + "title": "Add", + "description": "UNDOCUMENTED.", + "$comment": "UNDOCUMENTED", + "type": "boolean" + }, "function": { "type": "string", "const": "set_count", diff --git a/source/behavior/loot_tables/functions/set_damage.json b/source/behavior/loot_tables/functions/set_damage.json index 613f6f064..5464c5403 100644 --- a/source/behavior/loot_tables/functions/set_damage.json +++ b/source/behavior/loot_tables/functions/set_damage.json @@ -5,7 +5,19 @@ "title": "Set Damage", "type": "object", "properties": { - "function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }, + "add": { + "title": "Add", + "description": "UNDOCUMENTED.", + "$comment": "UNDOCUMENTED", + "type": "boolean" + }, + "function": { + "type": "string", + "const": "set_damage", + "description": "UNDOCUMENTED.", + "$comment": "UNDOCUMENTED", + "title": "Function" + }, "damage": { "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED",