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",
           "1001",
           "2001",
           "3001",
           "4001",
           "5001"
       ],
       "data": {
           "0": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems",
                   "roll_count": 1
               }
           ],
           "1001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems_1001",
                   "roll_count": 1
               }
           ],
           "2001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems_2001",
                   "roll_count": 1
               }
           ],
           "3001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems_3001",
                   "roll_count": 1
               }
           ],
           "4001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems_4001",
                   "roll_count": 1
               }
           ],
           "5001": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_LargeScroll",
                   "drop_rate_id": "ID_Droprate_Gems_5001",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Spawn_LargeScroll": {
           "items_per_luck_grade": {
               "1": 1,
               "2": 1
           },
           "items_order": [
               "Ancient Scroll"
           ],
           "items_data": {
               "Ancient Scroll": [
                   {
                       "luck_grade": 1,
                       "rarity": 1,
                       "count": 1
                   },
                   {
                       "luck_grade": 2,
                       "rarity": 2,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_Gems": {
           "0": 0.445,
           "2": 0.35,
           "3": 0.15,
           "4": 0.05,
           "5": 0.005
       },
       "ID_Droprate_Gems_1001": {
           "0": 0.445,
           "2": 0.35,
           "3": 0.15,
           "4": 0.05,
           "5": 0.005
       },
       "ID_Droprate_Gems_2001": {
           "0": 0.05,
           "2": 0.25,
           "3": 0.4,
           "4": 0.25,
           "5": 0.04,
           "6": 0.01
       },
       "ID_Droprate_Gems_3001": {
           "0": 0.05,
           "2": 0.05,
           "3": 0.315,
           "4": 0.45,
           "5": 0.1,
           "6": 0.03,
           "7": 0.005
       },
       "ID_Droprate_Gems_4001": {
           "0": 0.05,
           "2": 0.05,
           "3": 0.32,
           "4": 0.45,
           "5": 0.1,
           "6": 0.03
       },
       "ID_Droprate_Gems_5001": {
           "0": 0.05,
           "2": 0.21,
           "3": 0.36,
           "4": 0.32,
           "5": 0.05,
           "6": 0.01
       }
   }

}