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"
       ],
       "data": {
           "0": [
               {
                   "loot_drop_id": "ID_Lootdrop_Spawn_WovenRattanBottle",
                   "drop_rate_id": "ID_Droprate_QuestItemDefaultCommon",
                   "roll_count": 1
               }
           ]
       }
   },
   "loot_drops": {
       "ID_Lootdrop_Spawn_WovenRattanBottle": {
           "items_per_luck_grade": {
               "3": 1
           },
           "items_order": [
               "Woven Rattan Bottle"
           ],
           "items_data": {
               "Woven Rattan Bottle": [
                   {
                       "luck_grade": 3,
                       "rarity": 3,
                       "count": 1
                   }
               ]
           }
       }
   },
   "drop_rates": {
       "ID_Droprate_QuestItemDefaultCommon": {
           "0": 0.5,
           "2": 0.15,
           "3": 0.2,
           "4": 0.1,
           "5": 0.05
       }
   }

}