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_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy",
                   "roll_count": 1
               }
           ],
           "1023": [
               {
                   "loot_drop_id": "ID_Lootdrop_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy_1023",
                   "roll_count": 1
               }
           ],
           "2023": [
               {
                   "loot_drop_id": "ID_Lootdrop_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy_2023",
                   "roll_count": 1
               }
           ],
           "3023": [
               {
                   "loot_drop_id": "ID_Lootdrop_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy_3023",
                   "roll_count": 1
               }
           ],
           "4023": [
               {
                   "loot_drop_id": "ID_Lootdrop_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy_4023",
                   "roll_count": 1
               }
           ],
           "5023": [
               {
                   "loot_drop_id": "ID_Lootdrop_HumanRemains",
                   "drop_rate_id": "ID_Droprate_FetchQuest_Easy_5023",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_HumanRemains": {
           "items_per_luck_grade": {
               "5": 1
           },
           "items_order": [
               "Human Remains"
           ],
           "items_data": {
               "Human Remains": [
                   {
                       "luck_grade": 5,
                       "rarity": 5,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_FetchQuest_Easy": {
           "0": 0.4,
           "5": 0.6
       },
       "ID_Droprate_FetchQuest_Easy_1023": {
           "0": 0.4,
           "5": 0.6
       },
       "ID_Droprate_FetchQuest_Easy_2023": {
           "0": 0.3,
           "5": 0.7
       },
       "ID_Droprate_FetchQuest_Easy_3023": {
           "0": 0.2,
           "5": 0.8
       },
       "ID_Droprate_FetchQuest_Easy_4023": {
           "0": 0.2,
           "5": 0.8
       },
       "ID_Droprate_FetchQuest_Easy_5023": {
           "0": 0.3,
           "5": 0.7
       }
   }

}