From Dark and Darker Wiki

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

{

   "loot_drop_groups": {
       "order": [
           "0",
           "1001",
           "2001",
           "3001",
           "4001",
           "5001"
       ],
       "data": {
           "0": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon",
                   "roll_count": 1
               }
           ],
           "1001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon_1001",
                   "roll_count": 1
               }
           ],
           "2001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon_2001",
                   "roll_count": 1
               }
           ],
           "3001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon_3001",
                   "roll_count": 1
               }
           ],
           "4001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon_4001",
                   "roll_count": 1
               }
           ],
           "5001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_SturdyCloth",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon_5001",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Spawn_SturdyCloth": {
           "items_per_luck_grade": {
               "2": 1
           },
           "items_order": [
               "Sturdy Cloth"
           ],
           "items_data": {
               "Sturdy Cloth": [
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_QuestItemDefaultCommon": {
           "0": 0.5,
           "2": 0.15,
           "3": 0.2,
           "4": 0.1,
           "5": 0.05
       },
       "ID_Droprate_QuestItemDefaultCommon_1001": {
           "0": 0.5,
           "2": 0.15,
           "3": 0.2,
           "4": 0.1,
           "5": 0.05
       },
       "ID_Droprate_QuestItemDefaultCommon_2001": {
           "0": 0.2,
           "2": 0.1,
           "3": 0.2,
           "4": 0.2,
           "5": 0.2,
           "6": 0.1
       },
       "ID_Droprate_QuestItemDefaultCommon_3001": {
           "2": 0.05,
           "3": 0.15,
           "4": 0.25,
           "5": 0.3,
           "6": 0.2,
           "7": 0.05
       },
       "ID_Droprate_QuestItemDefaultCommon_4001": {
           "0": 0.2,
           "2": 0.1,
           "3": 0.2,
           "4": 0.2,
           "5": 0.2,
           "6": 0.1
       },
       "ID_Droprate_QuestItemDefaultCommon_5001": {
           "0": 0.14,
           "1": 0.2,
           "2": 0.25,
           "3": 0.17,
           "4": 0.13,
           "5": 0.08,
           "6": 0.02,
           "7": 0.01
       }
   }

}