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
+1 -1
View File
@@ -682,7 +682,7 @@
}, },
{ {
"id": "amount", "id": "amount",
"type": "float", "type": "random",
"translate": "attribute_modifier.amount" "translate": "attribute_modifier.amount"
}, },
{ {
+1 -1
View File
@@ -913,7 +913,7 @@
}, },
{ {
"id": "amount", "id": "amount",
"type": "float", "type": "random",
"translate": "attribute_modifier.amount" "translate": "attribute_modifier.amount"
}, },
{ {
+1 -1
View File
@@ -913,7 +913,7 @@
}, },
{ {
"id": "amount", "id": "amount",
"type": "float", "type": "random",
"translate": "attribute_modifier.amount" "translate": "attribute_modifier.amount"
}, },
{ {