changed the json formatting to not utilize dynamic keys
This commit is contained in:
13
drops.json
13
drops.json
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"drops": [
|
||||
{
|
||||
"RedDrop": {
|
||||
"itemsets": {
|
||||
"WeaponsTier1": {
|
||||
"class": "RedDrop",
|
||||
"itemsets": [
|
||||
{
|
||||
"set_name": "WeaponsTier1",
|
||||
"probability": 75.00,
|
||||
"items": [
|
||||
{
|
||||
"blueprint": {
|
||||
"item_bp": "blueprint",
|
||||
"quality_low": "Apprentice",
|
||||
"quality_high": "Journeyman",
|
||||
"quality_probability_outside": 5.00,
|
||||
@@ -18,11 +19,9 @@
|
||||
"percent_chance_in_set": 60.00,
|
||||
"is_blueprint_chance": 30.00
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user