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_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs",
                   "roll_count": 1
               }
           ],
           "1022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs_1022",
                   "roll_count": 1
               }
           ],
           "2022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs_2022",
                   "roll_count": 1
               }
           ],
           "3022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs_3022",
                   "roll_count": 1
               }
           ],
           "4022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs_4022",
                   "roll_count": 1
               }
           ],
           "5022": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_PhantomFlower",
                   "drop_rate_id": "ID_Droprate_Herbs_5022",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Spawn_PhantomFlower": {
           "items_per_luck_grade": {
               "1": 1,
               "2": 1,
               "3": 1,
               "4": 1,
               "5": 1,
               "6": 1,
               "7": 1
           },
           "items_order": [
               "Phantom Flower"
           ],
           "items_data": {
               "Phantom Flower": [
                   {
                       "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_1022": {
           "2": 0.6,
           "3": 0.35,
           "4": 0.05
       },
       "ID_Droprate_Herbs_2022": {
           "2": 0.5,
           "3": 0.4,
           "4": 0.1
       },
       "ID_Droprate_Herbs_3022": {
           "2": 0.25,
           "3": 0.55,
           "4": 0.2
       },
       "ID_Droprate_Herbs_4022": {
           "2": 0.25,
           "3": 0.55,
           "4": 0.2
       },
       "ID_Droprate_Herbs_5022": {
           "2": 0.5,
           "3": 0.4,
           "4": 0.1
       }
   }

}