Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 6, 2024
1 parent 5a2d70c commit 50f8ffe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
15 changes: 13 additions & 2 deletions source/behavior/loot_tables/functions/set_actor_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
6 changes: 6 additions & 0 deletions source/behavior/loot_tables/functions/set_count.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 13 additions & 1 deletion source/behavior/loot_tables/functions/set_damage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 50f8ffe

Please sign in to comment.