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",
           "1023",
           "2023",
           "3023",
           "4023",
           "5023"
       ],
       "data": {
           "0": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs",
                   "roll_count": 1
               }
           ],
           "1023": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs_1023",
                   "roll_count": 1
               }
           ],
           "2023": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs_2023",
                   "roll_count": 1
               }
           ],
           "3023": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs_3023",
                   "roll_count": 1
               }
           ],
           "4023": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs_4023",
                   "roll_count": 1
               }
           ],
           "5023": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_Lifeleaf",
                   "drop_rate_id": "ID_Droprate_Herbs_5023",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Spawn_Lifeleaf": {
           "items_per_luck_grade": {
               "1": 1,
               "2": 1,
               "3": 1,
               "4": 1,
               "5": 1,
               "6": 1,
               "7": 1
           },
           "items_order": [
               "Lifeleaf"
           ],
           "items_data": {
               "Lifeleaf": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   },
                   {
                       "luck_grade": 3,
                       "rarity": 3,
                       "count": 1
                   },
                   {
                       "luck_grade": 4,
                       "rarity": 4,
                       "count": 1
                   },
                   {
                       "luck_grade": 5,
                       "rarity": 5,
                       "count": 1
                   },
                   {
                       "luck_grade": 6,
                       "rarity": 6,
                       "count": 1
                   },
                   {
                       "luck_grade": 7,
                       "rarity": 7,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_Herbs": {
           "2": 0.6,
           "3": 0.35,
           "4": 0.05
       },
       "ID_Droprate_Herbs_1023": {
           "2": 0.6,
           "3": 0.35,
           "4": 0.05
       },
       "ID_Droprate_Herbs_2023": {
           "2": 0.5,
           "3": 0.4,
           "4": 0.1
       },
       "ID_Droprate_Herbs_3023": {
           "2": 0.25,
           "3": 0.55,
           "4": 0.2
       },
       "ID_Droprate_Herbs_4023": {
           "2": 0.25,
           "3": 0.55,
           "4": 0.2
       },
       "ID_Droprate_Herbs_5023": {
           "2": 0.5,
           "3": 0.4,
           "4": 0.1
       }
   }

}