= Villager (Merchant) Attributes = Villager attributes extend from the more general ''mob attributes''. Visit [wiki:mobs mob attributes] for information on this ''base type''. ||= Name =||= Type =||= Description =|| ||`profession`||[#villagerprofession villager profession]||The general profession of the villager, determines what the villager looks like|| ||`career`||[#villagercareer villager career]||The current career of the villager, determines what sort of offers are available for trade|| ||`offers`||list of [#villageroffer villager offer]||The list of offers available for trade, defines the items offered and item(s) accepted as currency in exchange|| == villager profession == * `farmer` * `librarian` - * `priest` - Magical and potion items * `blacksmith` - Metallurgy and metal-working items * `butcher` - Meat and livestock-related * `generic` - No special profession * `igor` - A special ''Mad Martian Mod'' exclusive Halloween mob with a custom skin that looks sort of like a Zombie * `tzevee` - A special ''Mad Martian Mod'' exclusive Jewish villager who runs a Mikvah mini-game * `hemda` - A special ''Mad Martian Mod'' exclusive Jewish villager who runs the inn next to Tzevee's Mikvah game == villager career == * `none` - No particular trades * `farmer` - Crops * `fisherman` - Fish * `shepherd` - ??? * `fletcher` - ??? * `librarian` - Currency, books, music discs, and tuning crystals (I think) * `cleric` - ??? * `armorer` - Metallurgy * `weapons` - Weapons I suppose * `tools` - Tools I suppose * `butcher` - Meat and livestock * `leather` - Leather I guess == villager offer == These define the offers available for trade, a set of three [wiki:olivine/dsl/types/item item] [wiki:olivine/dsl/types/bundle bundle] ||= Name =||= Type =||= Description =|| ||`buy1`||`item bundle`||The first item bundle that is taken as currency in exchange for this offer|| ||`buy2`||`item bundle`||The second item bundle that is taken as currency in exchange for this offer, this is optional and can be omitted if there should be only one to trade|| ||`sell`||`item bundle`||The item bundle the villager is offering||