Reference Sheet

Brief Description
Sky blue eyes, ruby red earrings, black choker necklace with a ruby, light skinned, blonde and short hair with a side part cut (asymmetrical), double golden armbands on her left arm, black leather leg band on her left thigh with three golden pins crossing it vertically.

Backstory

let current = 0; const items = document.querySelectorAll('.carousel-item'); const total = items.length; const prevBtn = document.getElementById('prevBtn'); const nextBtn = document.getElementById('nextBtn'); function updateCarousel() { items.forEach((item, index) => { item.classList.toggle('active', index === current); }); prevBtn.disabled = current === 0; nextBtn.disabled = current === total - 1; } nextBtn.addEventListener('click', () => { if (current < total - 1) { current++; updateCarousel(); } }); prevBtn.addEventListener('click', () => { if (current > 0) { current--; updateCarousel(); } }); updateCarousel();

Roleplay Information

Age: 28 (Current)
Height: 175 cm
Weight: 61 kg
Body type: Human
Body shape: Slim, athletic, hourglass
Gender: Female
Personality: Shy, gullible, impulsive, caring, possessive
Relationship: Single
Desired post length: No preference
Desired RP length: No preference
Grammar competence: Fluent
Language preference: English
Post Perspective: Third Person

RP on Discord only! If you're interested, add me!

Gallery

Here are some of the pieces featuring Nora that I have commissioned in the past or were gifted to me by incredible artists.

Artworks

Animations

Animator: 3D_Dizzy