馃嵑 tavern Version control for worlds too big for Git DocsSign in
loot_table.json3 KB
Raw
{
  "version": 3,
  "currency": "copper",
  "rarity_weights": { "common": 100, "uncommon": 40, "rare": 12, "epic": 3, "legendary": 1 },
  "tables": {
    "eldenwood_wolf": {
      "rolls": { "min": 1, "max": 2 },
      "entries": [
        { "item": "wolf_pelt", "weight": 60, "count": [1, 1], "rarity": "common" },
        { "item": "wolf_fang", "weight": 30, "count": [1, 3], "rarity": "common" },
        { "item": "silverleaf_sprig", "weight": 8, "count": [1, 1], "rarity": "uncommon",
          "condition": { "biome": "eldenwood_deep" } },
        { "item": "moonlit_collar", "weight": 2, "count": [1, 1], "rarity": "rare",
          "condition": { "time": "night", "moon_phase": "full" } }
      ]
    },
    "hollow_warden": {
      "rolls": { "min": 2, "max": 4 },
      "guaranteed": [
        { "item": "heartwood_core", "count": [1, 1], "rarity": "epic" }
      ],
      "entries": [
        { "item": "barkplate_fragment", "weight": 50, "count": [2, 5], "rarity": "uncommon" },
        { "item": "root_bound_talisman", "weight": 25, "count": [1, 1], "rarity": "rare" },
        { "item": "green_ember", "weight": 20, "count": [1, 2], "rarity": "rare" },
        { "item": "crown_of_the_seventh_ring", "weight": 5, "count": [1, 1], "rarity": "legendary",
          "condition": { "quest_complete": "mist_over_bracken", "first_kill": true } }
      ]
    },
    "cairn_shade": {
      "rolls": { "min": 1, "max": 2 },
      "entries": [
        { "item": "grave_dust", "weight": 55, "count": [1, 4], "rarity": "common" },
        { "item": "barrow_stone", "weight": 30, "count": [1, 1], "rarity": "uncommon" },
        { "item": "singing_ingot", "weight": 12, "count": [1, 1], "rarity": "rare",
          "note": "returns to Cairn Hill if dropped" },
        { "item": "shade_lantern", "weight": 3, "count": [1, 1], "rarity": "epic" }
      ]
    },
    "chest_bracken_ford": {
      "rolls": { "min": 3, "max": 5 },
      "refresh_hours": 24,
      "entries": [
        { "item": "copper_coins", "weight": 45, "count": [8, 30], "rarity": "common" },
        { "item": "dried_trail_rations", "weight": 25, "count": [1, 3], "rarity": "common" },
        { "item": "silverleaf_oil", "weight": 15, "count": [1, 2], "rarity": "uncommon" },
        { "item": "fords_edge_dagger", "weight": 10, "count": [1, 1], "rarity": "rare" },
        { "table": "gem_pouch_small", "weight": 5 }
      ]
    },
    "gem_pouch_small": {
      "rolls": { "min": 1, "max": 3 },
      "entries": [
        { "item": "river_agate", "weight": 60, "count": [1, 2], "rarity": "common" },
        { "item": "mistglass_shard", "weight": 30, "count": [1, 1], "rarity": "uncommon" },
        { "item": "eldenwood_amber", "weight": 10, "count": [1, 1], "rarity": "rare",
          "note": "sometimes contains a preserved green ember mote" }
      ]
    },
    "fishing_bracken_river": {
      "rolls": { "min": 1, "max": 1 },
      "entries": [
        { "item": "brown_trout", "weight": 50, "count": [1, 1], "rarity": "common" },
        { "item": "silver_dace", "weight": 30, "count": [1, 1], "rarity": "common" },
        { "item": "waterlogged_boot", "weight": 12, "count": [1, 1], "rarity": "common" },
        { "item": "pale_eel", "weight": 6, "count": [1, 1], "rarity": "uncommon",
          "condition": { "weather": "mist" } },
        { "item": "pips_lucky_horseshoe", "weight": 2, "count": [1, 1], "rarity": "rare",
          "condition": { "unique": true } }
      ]
    }
  }
}