Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -16,13 +16,13 @@
"properties": {
"on_fire": {
"title": "On Fire",
"description": "Checks if the entity is on fire or not",
"description": "Checks if the entity is on fire or not.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"on_ground": {
"title": "On Ground",
"description": "Checks if the entity is on the ground or not",
"description": "Checks if the entity is on the ground or not.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
}

View File

@@ -14,7 +14,7 @@
"value": {
"type": "integer",
"default": "0",
"description": "Tests for the actor's mark variant (if it has one)",
"description": "Tests for the actor's mark variant (if it has one).",
"title": "Value"
}
}

View File

@@ -5,6 +5,6 @@
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -5,6 +5,6 @@
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player Or Pets Or Pets",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -5,8 +5,8 @@
"description": "Sets a random chance of the specified value.",
"title": "Random Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Maximum Chance" }
}
}

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.",
"title": "Random Chance With Looting",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
"looting_multiplier": {
"type": "number",

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value based on the level difficulty.",
"title": "Random Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,

View File

@@ -5,14 +5,14 @@
"description": "Sets a Maximum regional difficulty random chance of the specified value.",
"title": "Random Regional Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,
"description": "The default random chance if the level difficulty is not assigned.",
"title": "Default Chance"
},
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"easy": {
"type": "number",
"default": 0,