Dynamis - Rafflesia - Shirogane - Ward 6 - Plot 30

Lightless
LLS-MRDSZHUP0TXY
Th3BunH0use!

Playersync
MSS-UUMG06S4C0LL
Th3BunH0use!

Snow Cloak
SNOW-ZHKK5FF3EJ
Th3BunH0use!

Eastern Time

Friday 10PM-2AM

Saturday 10PM-2AM

Mountain Time

Friday 8PM-12AM

Saturday 8PM-12AM

UTC+1

Saturday 2AM-6AM

Sunday 2AM-6AM

Central Time

Friday 9PM-1AM

Saturday 9PM-1AM

Pacific Time

Friday 7PM-11PM

Saturday 7PM-11PM

UTC+9

Saturday 10AM-2PM

Sunday 10AM-2PM

Click the staff member's photo for more details about them.

Bun Owners

Eleeri & Kay

Eleeri & Kay

Owners

// ── Sparkle particle generator ── const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 30 + Math.random() * 65; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 22; i++) { createSparkle(); } // ── Mobile: tap to toggle text ── const card = document.getElementById('ownerCard'); card.addEventListener('touchstart', function() { card.classList.toggle('touched'); }, { passive: true });

Bunnagers

Laurenssen Maclain
Laurenssen Maclain
General Manager
Court
const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 20 + Math.random() * 70; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 20; i++) { createSparkle(); } // Mobile tap to toggle document.getElementById('singleCard').addEventListener('touchstart', function () { this.classList.toggle('touched'); }, { passive: true });
GAMBA MANAGER
BAR MANAGER
Aster Vandercamp
ASTER VANDERCAMP
Astra Nebula
ASTRA NEBULA
COURT MANAGER
GREETER MANAGER
const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 20 + Math.random() * 70; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 20; i++) { createSparkle(); } ['cardLeft', 'cardRight'].forEach(id => { document.getElementById(id).addEventListener('touchstart', function () { this.classList.toggle('touched'); }, { passive: true }); });

Greeters

Greeter
Dancer
Court
Andressa Nocturne
Andressa Nocturne
Grayfia Lucifuge
Grayfia Lucifuge
Greeter
Buntender
Dancer
Court
Waitress
const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 20 + Math.random() * 70; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 20; i++) { createSparkle(); } ['cardLeft', 'cardRight'].forEach(id => { document.getElementById(id).addEventListener('touchstart', function () { this.classList.toggle('touched'); }, { passive: true }); });

Buntenders

Buntender
Dancer
Court
Nannaya Hastharte
Nannaya Hastharte
Siobhan Leiche
Siobhan Leiche
Buntender
const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 20 + Math.random() * 70; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 20; i++) { createSparkle(); } ['cardLeft', 'cardRight'].forEach(id => { document.getElementById(id).addEventListener('touchstart', function () { this.classList.toggle('touched'); }, { passive: true }); });

Bun Dealers

Bun Dealer
Dancer
Court
Barbie Bambi
Siobhan Leiche
Freyja Yavara
Bun Dealer
const container = document.getElementById('sparkleContainer'); const colors = [ 'rgba(0, 224, 255, 0.9)', 'rgba(180, 0, 255, 0.85)', 'rgba(255, 0, 200, 0.85)', 'rgba(255, 255, 255, 0.95)', 'rgba(100, 200, 255, 0.9)', ]; function createSparkle() { const sparkle = document.createElement('div'); sparkle.classList.add('sparkle'); const x = Math.random() * 100; const y = 20 + Math.random() * 70; const size = 3 + Math.random() * 5; const color = colors[Math.floor(Math.random() * colors.length)]; const duration = 2 + Math.random() * 2.5; const delay = Math.random() * 4; sparkle.style.left = x + '%'; sparkle.style.bottom = y + '%'; sparkle.style.width = size + 'px'; sparkle.style.height = size + 'px'; sparkle.style.background = color; sparkle.style.boxShadow = `0 0 ${size * 2}px ${color}`; sparkle.style.animationDuration = duration + 's'; sparkle.style.animationDelay = delay + 's'; if (Math.random() > 0.5) { sparkle.style.borderRadius = '2px'; sparkle.style.transform = 'rotate(45deg)'; } container.appendChild(sparkle); setTimeout(() => { sparkle.remove(); createSparkle(); }, (duration + delay) * 1000 + 500); } for (let i = 0; i < 20; i++) { createSparkle(); } ['cardLeft', 'cardRight'].forEach(id => { document.getElementById(id).addEventListener('touchstart', function () { this.classList.toggle('touched'); }, { passive: true }); });

Kaal Haalie

Gamba Dealer

Bun Greeters

Nyx Astera

Greeter
Advertiser

Princess Sophia

Greeter

Bun Bouncers

Callie Elshantel

Bouncer
Court

Buntographers

Kazuma Lian

Phototographer

Bun Courts

Disclaimer
If any court is made to feel uncomfortable or certain established boundaries are pushed, they can always choose to cease services immediately. There will not be a refund issued. Management will not take complaints regarding a cease of service. Management will stand by any Bun Courts who have ceased services.

  • Hourly Services
    This is an NSFW service. You may hire a Bun Court of your choosing for any hours that the venue is open and gain access to a private room with them. All Bun Courts are allowed to set their hourly prices or charge additional for certain NSFW activities/acts requested from a client.
    Price: 400,000G / hour (Venue Set Minimum)

  • Lap Dance
    This is an NSFW service. You may hire a Bun Court for a 10, 15, or 30 minute lap dance. This will be done within the main quarters of the venue in party chat.
    Price: 66,000G / 10 mins, 100,000G / 15 mins, 200,000G / 30 mins.

  • Body Shot
    This is an NSFW service. See "The Bun Shot" in our drinks menu.
    Price: 100,000G

Barbie Bambi

Court

Celeste Faye

Court

Desiree Leahie

Court

Emerald Afia

Court

Fel Wynter

Court

Huntress Xx

Court

Lunariz Lumianeris

Court

Lurils Akunesi

Court

Shiba Cross

Court

Serrine Fenralei

Court

Trellain Drowvani

Court
Buntender

Disclaimer
Bar buyout does not apply to premium drinks.

Standard Drinks

Premium Drinks

Don't hesitate to ask our dealers to help better understand how to navigate any of the games you're interested in!

We've got several rooms available for our guests. You may hire a Bun Court to use these rooms or rent them out for personal use within venue hours.


To inquire about sponsoring or becoming a VIP, please approach any member of staff.

Kit

Price: 1,000,000G/Month.

Bar: 10% Off Drinks.

Gamba: Increased Gamba Multipliers.

Escorts: One 10 Min Lap Dance From A Bun Court Of Your Choice.

VIP: Access To VIP Lounge Area.

Bunny

Price: 2,000,000G/Month.

Bar: 20% Off Drinks.

Gamba: Increased Gamba Multipliers.

Escorts: 5% Off Bun Courts & One 15 Min Lap Dance From A Bun Court Of Your Choice.

VIP: Access To VIP Lounge Area.

Rabbit

Price: 4,000,000G/Month.

Bar: 30% Off Drinks & 50% Off Bar Buyout.

Gamba: Further Increased Gamba Multipliers.

Escorts: 10% Off Bun Courts, 1 Additional Roll For "Bun Tease" Per Month, & Two 15 Min Lap Dances From A Bun Court Of Your Choice.

Jack

Price: 6,000,000G/Month.

Bar: 50% Off Drinks & 75% Off Bar Buyout.

Gamba: Even Further Increased Gamba Multipliers.

Escorts: 20% Off Bun Courts, 2 Additional Rolls For "Bun Tease" Per Month, & One Free One Hour Session From A Bun Court Of Your Choice.

We're always looking for more Viera to join our fluffle! Take a moment to fill out the application and hit apply.

Thank you for being interested in joining our Fluffle.
Your application has been submitted.

Was it kind? Was it helpful? Was it interesting? Let's all be nice to each other.

General Guidlines

  • The Bun House is an 18+ NSFW venue.

  • Be kind, be respectful, and enjoy each other's company

  • This is a drama free zone. Any and all drama is to be left at the door.

  • Homophobic, transphobic, xenophobic, racial, sexist, or otherwise hateful speech will not be tolerated.

  • Any disagreements and personal issues are to be handled privately.

  • Anything posted in public channels is subject to public comment and conversation.

  • Do not DM any of the staff through Discord without getting permission from that staff member first.

  • ERP is to be done in private.

  • Courts have the right to deny services. No means no. Do not continuously pester for services.

  • Any threats, abuse, or harmful actions towards any member of staff will result in an immediate ban from the venue and Discord.

  • Any misrepresentation of the venue will result in an immediate removal and banishment from the discord.

  • We reserve the right to remove and/or ban anyone from the Bun House at our discretion.

Escorting Guidelines

  • Escorts are independent of the venue and set their own rules as for what they will or will not do. Please refer to the Escorts carrd/F-list pages.

  • Escort prices vary with a minimum of 300,000G for SFW and 500,000G for NSFW per hour unless specified otherwise.

  • Any termination of service will not result in a refund. If you violate boundaries or leave during your paid time, it is up to the escort whether or not you refunded for the time you've paid for.

  • All escort services are to be done within the venue's rooms unless stated otherwise.

Placeholder

[Discord] [Website]

Location

Eastern TimeCentral Time
Mountain TimePacific Time
UTC +1UTC +9

Placeholder

[Discord] [Website]

Location

Eastern TimeCentral Time
Mountain TimePacific Time
UTC +1UTC +9

Eleeri Swanfleir

Owner
Court

  • Gender: Male

  • Pronouns: He/Him

  • Sexual Orientation: Heterosexual (Gock Adored)

  • Bedroom Orientation: Switch (Submissive Lean)

  • Hourly Rate: 1,000,000G (NSFW) | 600,000G (SFW)

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Kayarya Urabito

Owner
Court

  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch (Submissive Lean)

  • Hourly Rate: 600,000G (NSFW) | 300,000G (SFW)

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Zalera

  • Website: N/A

Fabious Bile

Gamba Manager
Bun Dealer

  • Gender: Male

  • Pronouns: He/Him

  • Sexual Orientation: Gilsexual (Deep Pockets)

  • Bedroom Orientation: Pansexual. (You can't afford me)

  • Hourly Rate: ??????

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Laurenssen Maclain

Bar Manager
Buntender
Court

  • Gender: Male or Female

  • Pronouns: He/Him or She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: N/A

  • Hourly Rate: 500,000G

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Leah Liayse

Court Manager
Court

  • Gender: N/A

  • Pronouns: N/A

  • Sexual Orientation: N/A

  • Bedroom Orientation: N/A

  • Hourly Rate: 1,000,000G

  • Race: N/A

  • Data Center: N/A

  • Home World:

  • Website: N/A

Daisy Blaze

DJ

  • Gender: Male

  • Pronouns: She/Her (Online) | He/Him (Stream)

  • Sexual Orientation: Straight | Demisexual

  • Bedroom Orientation: N/A

  • Hourly DJ Rate: 1,000,000G

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Zalera

  • Website: Daisy Blaze's Twitch | Daisy Blaze's Carrd

Vox Morningstar

DJ

  • Gender: Male

  • Pronouns: He/Him

  • Sexual Orientation: Demisexual

  • Bedroom Orientation: Dominant

  • Hourly Rate: N/A

  • Race: Viera | Rava | Velezen

  • Data Center: Aether

  • Homeworld: Adamantoise

  • Website: Vox Morningstar's Twitch

Murasaki Shibukai

Buntender
Court

  • Gender: Shemale

  • Pronouns: She/They

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Dominant

  • Hourly Rate: 400,000G

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Balmung

  • Website: Murasaki Shibukai's F-List

Taniks Wolf

Buntender
Court

  • Gender: Male

  • Pronouns: He/Him

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Switch (Dominant Lean)

  • Hourly Rate: 500,000G

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Goblin

  • Website: N/A

Xana Vulcan

Buntender
Court

  • Gender: Female (Femboy on request)

  • Pronouns: She/Her

  • Sexual Orientation: Pansexual (Women Preferred)

  • Bedroom Orientation: Submissive

  • Hourly Rate: 800,000G (NSFW) | 400,000G (SFW)

  • Race: Viera | Rava

  • Data Center: Aether

  • Home World: Faerie

  • Website: N/A

  • Gender:

  • Pronouns:

  • Sexual Orientation:

  • Bedroom Orientation:

  • Hourly Rate:

  • Race:

  • Data Center:

  • Home World:

  • Website:

Princess Sophia

Bun Greeter


  • Gender:

  • Pronouns:

  • Sexual Orientation:

  • Bedroom Orientation:

  • Hourly Rate:

  • Race:

  • Data Center:

  • Home World:

  • Website:

Nyx Astera

Bun Greeter
Bunvertiser


  • Gender:

  • Pronouns:

  • Sexual Orientation:

  • Bedroom Orientation:

  • Hourly Rate:

  • Race:

  • Data Center:

  • Home World:

  • Website:

Callie Elshantel

Bun Bouncer


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Switch (Heavy Dominant Lean)

  • Hourly Rate: 450,000G

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Mateus

  • Website: N/A

Kazuma Lian

Buntographer


  • Gender: Non-Binary

  • Pronouns: They/Them

  • Sexual Orientation: Demi-Pansexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 500,000G

  • Race: Viera | Rava

  • Data Center: Primal

  • Home World: Famfrit

  • Website: Kazuma Lian's Carrd

Barbie Bambi

Court


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 650,000G | 1,000,000G (2 Hours)

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Celeste Faye

Court


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 400,000G

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Goblin

  • Website: N/A

Desiree Leahie

Court


  • Gender: Intersex

  • Pronouns: She/Her

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 400,000G

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Emerald Afia

Court


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Dominant

  • Hourly Rate: 600,000G (NSFW) | 300,000G (SFW)

  • Race: Viera | Rava

  • Data Center: Crystal

  • Home World: Balmung

  • Website: N/A

Fel Wynter

Court

  • Gender:

  • Pronouns:

  • Sexual Orientation:

  • Bedroom Orientation:

  • Hourly Rate:

  • Race:

  • Data Center:

  • Home World:

  • Website:

Huntress X

Court


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch (Soft Dom)

  • Hourly Rate: 800,000G

  • Race: Viera | Rava

  • Data Center: Primal

  • Home World: Exodus

  • Website: WIP

Lunariz Lumianeris

Court


  • Gender: Female

  • Pronouns: Any

  • Sexual Orientation: Pansexual

  • Bedroom Orientation: Submissive

  • Hourly Rate: 800,000G

  • Race: Viera | Veena

  • Data Center: Primal

  • Home World: Behemoth

  • Website: N/A

Lurils Akunesi

Court


  • Gender: Male

  • Pronouns: He/Him

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Dominant

  • Hourly Rate: 650,000G

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Goblin

  • Website: N/A

Serrine Fenralei

Court


  • Gender: Female

  • Pronouns: She/Her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 250,000G (SFW), 750,000G (NSFW) | 2,000,000G | (BUYOUT)

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Zalera

  • Website: Serrine Fenralei's Carrd

Shiba Cross

Court


  • Gender: Female.

  • Pronouns: She/Her.

  • Sexual Orientation: Heterosexual.

  • Bedroom Orientation: Switch

  • Hourly Rate: 300,000G

  • Race: Viera | Veena

  • Data Center: Aether.

  • Home World: Siren.

  • Website: Shiba Cross's Link Tree

Trellain Drowvani

Court
Buntender


  • Gender: Female

  • Pronouns: She/her

  • Sexual Orientation: Bisexual

  • Bedroom Orientation: Switch

  • Hourly Rate: 1,000,000 Gil

  • Race: Viera | Veena

  • Data Center: Crystal

  • Home World: Balmung

  • Website: Trellain Drowvani's Carrd