diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c6529..435acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Visibility mode now should be consistent with the 1st message (public, private, gm...). - DiceSoNice will now not show the new dice(s) for explosive in non-public mode. - Fixed Title's embed items tooltips. +- Rarity is now stored in string to allow range. - Minor fixe on editable state. - Updated compatibility to Foundry VTT v0.8.9 diff --git a/system/template.json b/system/template.json index bdbbba3..bbcfcdc 100644 --- a/system/template.json +++ b/system/template.json @@ -176,8 +176,8 @@ "equipped": false, "quantity": 1, "weight": 0, - "rarity": 0, - "zeni": 0, + "rarity": "0", + "zeni": "0", "properties": [] } }, @@ -196,7 +196,7 @@ "category": "", "skill": "melee", "readied": false, - "range": 0, + "range": "0", "damage": 0, "deadliness": 0, "grip_1": "", diff --git a/system/templates/items/item/item-value.html b/system/templates/items/item/item-value.html index bdf4a88..33a17c0 100644 --- a/system/templates/items/item/item-value.html +++ b/system/templates/items/item/item-value.html @@ -8,7 +8,7 @@