Darkest Dungeon Wiki

According to DarkestDungeon/dlc/580100_crimson_court/features/districts/campaign/town/districts/districts_districts.json 223-231 lines

               {
                   "type": "DistrictSupplyBuffData",
                   "name": "provision",
                   "item_type": "provision",
                   "target_inventory": "provision",
                   "item_name": "",
                   "range_min": 4,
                   "range_max": 10
               }

Food amount is indeed in 4-10 range (no need in "requires confirmation" string)

Not completely sure but it appears that the 15% food healing buff does not work correctly in my current game when having the granary built. May be a bug.

Unnecessary Info on other pages[]

Why do some of the hero pages (like Crusader, Occultist and Jester) have a copy of this page on their pages?

Broken code. Originally it was set up only to show the single relevant district for the hero (Alter of Light for Crusader, Athenaeum for Occultist and so on). But somewhere down the line this was broken.