Fix type of attribute modifier's amount

Fix #78.
This commit is contained in:
SPGoding
2020-04-18 23:41:01 -05:00
parent 194489dbf8
commit 3fb14df94b
3 changed files with 3 additions and 3 deletions

View File

@@ -682,7 +682,7 @@
},
{
"id": "amount",
"type": "float",
"type": "random",
"translate": "attribute_modifier.amount"
},
{

View File

@@ -913,7 +913,7 @@
},
{
"id": "amount",
"type": "float",
"type": "random",
"translate": "attribute_modifier.amount"
},
{

View File

@@ -913,7 +913,7 @@
},
{
"id": "amount",
"type": "float",
"type": "random",
"translate": "attribute_modifier.amount"
},
{