From Dark and Darker Wiki

Revision as of 07:55, 7 May 2026 by Raw Salad (talk | contribs) (Automated edit.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{

   "loot_drop_groups": {
       "order": [
           "0",
           "1022",
           "2022",
           "3022",
           "4022",
           "5022"
       ],
       "data": {
           "0": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate",
                   "roll_count": 1
               }
           ],
           "1022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate_1022",
                   "roll_count": 1
               }
           ],
           "2022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate_2022",
                   "roll_count": 1
               }
           ],
           "3022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate_3022",
                   "roll_count": 1
               }
           ],
           "4022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate_4022",
                   "roll_count": 1
               }
           ],
           "5022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Drop_Potion",
                   "drop_rate_id": "ID_Droprate_VeryLowRate_5022",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Drop_Potion": {
           "items_per_luck_grade": {
               "1": 5,
               "2": 6
           },
           "items_order": [
               "Magic Protection Potion",
               "Potion of Clarity",
               "Potion of Healing",
               "Potion of Invisibility",
               "Potion of Protection",
               "Potion of Water Breathing"
           ],
           "items_data": {
               "Potion of Clarity": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ],
               "Potion of Healing": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ],
               "Potion of Invisibility": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ],
               "Potion of Protection": [
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ],
               "Magic Protection Potion": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ],
               "Potion of Water Breathing": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_VeryLowRate": {
           "2": 0.74,
           "3": 0.25,
           "4": 0.01
       },
       "ID_Droprate_VeryLowRate_1022": {
           "2": 0.675,
           "3": 0.3,
           "4": 0.025
       },
       "ID_Droprate_VeryLowRate_2022": {
           "2": 0.1,
           "3": 0.58,
           "4": 0.3,
           "5": 0.02
       },
       "ID_Droprate_VeryLowRate_3022": {
           "3": 0.2,
           "4": 0.675,
           "5": 0.125
       },
       "ID_Droprate_VeryLowRate_4022": {
           "3": 0.2,
           "4": 0.675,
           "5": 0.125
       },
       "ID_Droprate_VeryLowRate_5022": {
           "2": 0.2,
           "3": 0.48,
           "4": 0.3,
           "5": 0.02
       }
   }

}