Rarity is now stored in string to allow range
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user