mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 17:18:46 +00:00
Merge pull request #26 from SPGoding/patch-24
Fix weight and quality being an object
This commit is contained in:
@@ -71,12 +71,12 @@
|
||||
},
|
||||
{
|
||||
"id": "weight",
|
||||
"type": "range",
|
||||
"type": "int",
|
||||
"translate": "entry.weight"
|
||||
},
|
||||
{
|
||||
"id": "quality",
|
||||
"type": "range",
|
||||
"type": "int",
|
||||
"translate": "entry.quality",
|
||||
"luckBased": true
|
||||
},
|
||||
|
||||
@@ -100,12 +100,12 @@
|
||||
},
|
||||
{
|
||||
"id": "weight",
|
||||
"type": "random",
|
||||
"type": "int",
|
||||
"translate": "entry.weight"
|
||||
},
|
||||
{
|
||||
"id": "quality",
|
||||
"type": "random",
|
||||
"type": "int",
|
||||
"translate": "entry.quality",
|
||||
"luckBased": true
|
||||
},
|
||||
|
||||
@@ -111,12 +111,12 @@
|
||||
},
|
||||
{
|
||||
"id": "weight",
|
||||
"type": "random",
|
||||
"type": "int",
|
||||
"translate": "entry.weight"
|
||||
},
|
||||
{
|
||||
"id": "quality",
|
||||
"type": "random",
|
||||
"type": "int",
|
||||
"translate": "entry.quality",
|
||||
"luckBased": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user