Merge branch 'master' of https://github.com/misode/loot-table into dev/help-tooltips

This commit is contained in:
Misode
2019-12-19 00:40:39 +01:00
9 changed files with 95 additions and 61 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
{
"root": {
"id": "loot-table",
"fields": [
{
"id": "pools",
@@ -71,12 +72,12 @@
},
{
"id": "weight",
"type": "range",
"type": "int",
"translate": "entry.weight"
},
{
"id": "quality",
"type": "range",
"type": "int",
"translate": "entry.quality",
"luckBased": true
},