FurC.AchievementVendors[FURC_KITTY] = {
  ["Rimmen"] = {
    [GetString(FURC_KITTY_LATHA)] = {
      [151790] = {    --Akaviri Table, Stone
        itemPrice   = 10000,
        achievement = "Quest: Descendant of the Potentate",
      },
      [151781] = {    --Banner, Anequina
        itemPrice   = 10000,
        achievement = 2482,
      },
      [151780] = {    --Banner, Rimmen
        itemPrice   = 10000,
        achievement = 2485,
      },
      [151801] = {    --Barrel, Riverhold
        itemPrice   = 1000,
        achievement = "Quest: Riverhold Abduction",
      },
      [151800] = {    --Cage, Small Animal
        itemPrice   = 4000,
        achievement = "Quest: Riverhold Abduction",
      },
      [151791] = {    --Column, Fatal Warning
        itemPrice   = 3000,
        achievement = 2476,
      },
      [151802] = {    --Crate, Riverhold
        itemPrice   = 1000,
        achievement = "Quest: Riverhold Abduction",
      },
      [151625] = {    --Door, Akatosh Chancel
        itemPrice   = 100000,
        achievement = 2433,
      },
      [151782] = {    --Khajiit Burial Mound
        itemPrice   = 500,
        achievement = 2440,
      },
      [151787] = {    --Khajiit Lion Crest
        itemPrice   = 15000,
        achievement = 2486,
      },
      [151788] = {    --Khajiit Wagon, Burned
        itemPrice   = 500,
        achievement = 2474,
      },
      [151789] = {    --Khajiit Wagon, Merchant
        itemPrice   = 1000,
        achievement = 2475,
      },
      [151968] = {    --Map of Elsweyr, Hanging
        itemPrice   = 10000,
        achievement = 2404,
      },
      [151779] = {    --Moon Gate
        itemPrice   = 100000,
        achievement = 2488,
      },
      [151786] = {    --Moon Temple Pad
        itemPrice   = 20000,
        achievement = 2487,
      },
      [151799] = {    --Projection Stone, Moons
        itemPrice   = 20000,
        achievement = 2487,
      },
      [151783] = {    --Replica Dragon Horn, Large
        itemPrice   = 35000,
        achievement = 2486, -- Assassination Cessation
      },
      [151784] = {    --Replica Dragon Horn, Small
        itemPrice   = 12000,
        achievement = 2486, -- Assassination Cessation
      },
      [151796] = {    --Riverhold Defense Spikes, Piled
        itemPrice   = 500,
        achievement = 2484, -- Riverhold Defense
      },
      [151798] = {    --Riverhold Defense Spikes, Roof-Mounted
        itemPrice   = 1000,
        achievement =  2484, -- Riverhold Defense
      },
      [151797] = {    --Riverhold Defense Spikes, Tripod
        itemPrice   = 1000,
        achievement = 2484, -- Riverhold Defense
      },
      [151778] = {    --Statue, Lokkestiiz
        itemPrice   = 35000,
        achievement = 2470, -- Stormchaser
      },
      [151777] = {    --Statue, Yolnahkriin
        itemPrice   = 50000,
        achievement = 2469, -- Stoking the Fire
      },
      [151792] = {    --Tojay-Raht Statue, Monk
        itemPrice   = 75000,
        achievement = "Quest: The lunacy of the two moons",
      },
      [151785] = {    --Wrathstone, Replica
        itemPrice   = 50000,
        achievement = 2446, -- Tharn Collaborator
      },
      [147638] = {    --Replica Cursed Orb of Meridia
        itemPrice   = 100000,
        achievement = 2270,
      },

    },
    [GetString(FURC_KITTY_YATAVA)] = {
      [151805] = {    -- Elsweyr Rack, Poles
        itemPrice   = 350,
      },
      [151803] = {    -- Elsweyr Wagon Wheel, Ironshod
        itemPrice   = 250,
      },
      [151819] = {    -- Flower Patch, Prairie-Fire
        itemPrice   = 350,
      },
      [151817] = {    -- Flowers, Daedra Thorn
        itemPrice   = 250,
      },
      [151815] = {    -- Flowers, Desert Sunrise
        itemPrice   = 250,
      },
      [151818] = {    -- Shrub, Yellow Necklacepod
        itemPrice   = 250,
      },
      [151810] = {    -- Tree, Branched Succulent
        itemPrice   = 400,
      },
      [151814] = {    -- Tree, Desert Acacia
        itemPrice   = 550,
      },
      [151812] = {    -- Tree, Engulfing Termite Mound
        itemPrice   = 350,
      },
      [151811] = {    -- Tree, Tall Iroko
        itemPrice   = 400,
      },
      [151823] = {    -- Vines, Dragonfire Ivy Climber
        itemPrice   = 300,
      },
      [151809] = {    -- Trees, Fan Palm Cluster
        itemPrice   = 250,
      },
      [151822] = {    -- Vines, Dragonfire Ivy Swath
        itemPrice   = 450,
      },

    }
  },
}


FurC.AchievementVendors[FURC_WOTL] = {
  ["the Undaunted Enclaves"] = {
    ["Undaunted Quartermaster"] = {
      [147645] = {    --Dwarven Tonal Arc
        itemPrice   = 15000,
        achievement = 2260,
      },

      [147638] = {    --Replica Cursed Orb of Meridia
        itemPrice   = 100000,
        achievement = 2270,
      },

    },
  },
}
-- global function, needs to live in latest AchievementVendors.lua, YES FUTURE MANA, THIS IS YOU FROM THE PAST
-- But why does it have to live in the _latest_? Can't we solve this about manifest, future mana?
function FurC.InitAchievementVendorList()

  FurC.SetupHomesteadItems()
  FurC.SetupMorrowindItems()
  FurC.SetupReachItems()

  -- local generatedTable, listTable


end