Afterword
[AI ERROR / SAFETY BLOCK - RAW ENGLISH RETAINED]
TheRascalfinale really got to me.
I, too, saw faces in the ceiling as a kid.
The house I lived in then no longer exists, but I wish I’d gone to check if that face was still there before it was taken down.
Looking back at my own life, I didn’t really have any major troubles in my adolescence, but it’s possible I was just in the eye of the storm and objectively had a ton of problems.
Sometimes you take movies, novels, and manga you loved as a teenager and go back to them as an adult only to wonder why they got under your skin so bad. I guess that’s one version of the monster in the ceiling.
I’m pleased to have been a part of this series.
Thank you very much.
Rascal Does Not Dreamanime series composition/screenwriterMasahiro Yokotani
Yazar Olmak İster Misin
Kendi novelini yaz, binlerce okuyucuya ulaş!
Bölüm Hissi
🔥
0
🤯
0
💖
0
😂
0
😭
0
anime
laugh
cry
wow
angry
😀 😁 😂 🤣
😊 😍 😘 😎
😭 😡 😱 🤯
😏 🙃 😴 😈
👍 👎 👏 🙏
🔥 ✨ 💀 💜
❤️ 👑 ⚔️ 🛡️
📚 ⭐ 🌙 🍿
Bölüm Tamamlandı
Sırada ne var
Sonraki Bölüm ➜
Yorumlara Git & İncele
NOVZON OKUYUCU TOPLULUĞU
Okuma keyfin yarıda kalmasın.
Bu seriden birkaç bölüm tükettin! Hesabını oluşturarak okuma deneyimini kesintisiz hale getir:
Kaldığın Yeri Asla Kaybetme
Tüm cihazlarında okuduğun son bölüm ve sayfa otomatik senkronize olur.
Özel Kütüphane & Geçmiş
Favori serilerini listene ekle, okuma geçmişini dilediğin gibi yönet.
Yeni Bölüm Bildirimleri
Takip ettiğin serilere yeni bölüm geldiğinde anında haberdar ol.
Okumaya devam etmek için hesap zorunlu değildir.
Sorun Bildir
Bölüm: Afterword
Sorun Türü
Çeviri Hatası
Yazım Yanlışı
Site Hatası / Bug
Diğer
Açıklama
İptal
Gönder
Çerez Tercihleriniz ve Gizlilik
NovZon'da deneyiminizi geliştirmek, site trafiğini analiz etmek ve kişiselleştirilmiş içerik/reklam sunmak amacıyla çerezler kullanıyoruz.
Çerez Politikası
Yapılandır
Sadece Zorunlu
Tümünü Kabul Et
Platformumuzda kullanılan çerez türlerini aşağıdan özelleştirebilirsiniz. Zorunlu çerezler temel platform güvenliği ve oturum işlevleri için gereklidir.
Sadece Zorunlu
Tercihleri Kaydet
Tümünü Kabul Et
addBadge(badge));
}
if (triggers.academyXpUpdate) {
const data = triggers.academyXpUpdate;
// Update UI if elements exist
const rankLabel = document.getElementById('academy-rank-label');
const expLabel = document.getElementById('academy-exp-label');
const expBar = document.querySelector('#academy-exp-bar .bg-gradient-to-t');
if (rankLabel) rankLabel.innerText = data.rank;
if (expLabel) expLabel.innerHTML = `
${data.total_exp} / ${data.next_threshold} EXP`;
if (expBar) expBar.style.height = `${data.progress_percent}%`;
if (data.rank_changed) {
// CELEBRATION!
confetti({
particleCount: 150,
spread: 70,
origin: { y: 0.6 },
colors: ['#a855f7', '#22d3ee', '#f911e2']
});
Swal.fire({
title: 'TEBRİKLER!',
html: `Yeni Rütbe Kazandın:
${data.rank} `,
icon: 'success',
background: '#16161E',
color: '#fff',
confirmButtonColor: '#a855f7',
confirmButtonText: 'Harika!',
backdrop: `rgba(0,0,123,0.4)`
});
}
}
if (triggers.showToast) {
const toastData = triggers.showToast;
let bgColor = `linear-gradient(to right, rgba(147, 51, 234, 0.9), rgba(168, 85, 247, 0.9))`; // default purple
if (toastData.type === 'levelup') {
bgColor = `linear-gradient(to right, rgba(234, 179, 8, 0.9), rgba(249, 115, 22, 0.9))`; // gold/orange
} else if (toastData.type === 'error') {
bgColor = `linear-gradient(to right, rgba(239, 68, 68, 0.9), rgba(248, 113, 113, 0.9))`; // red
}
Toastify({
text: toastData.message,
duration: 4000,
close: true,
gravity: 'bottom', // top or bottom
position: 'right', // left, center or right
stopOnFocus: true, // Prevents dismissing of toast on hover
style: {
background: bgColor,
borderRadius: '12px',
boxShadow: '0 10px 30px rgba(0,0,0,0.5)',
backdropFilter: 'blur(10px)',
border: '1px solid rgba(255,255,255,0.1)',
color: '#fff',
fontFamily: 'Inter, sans-serif',
fontWeight: '600',
padding: '16px 24px'
},
}).showToast();
}
if (triggers.academyGraduation) {
document.getElementById('graduation-modal').style.display = 'flex';
}
} catch (e) {}
}
"
class="fixed bottom-6 right-6 z-[99999] flex flex-col gap-3 pointer-events-none">
S-SINIFI YAZAR
NovAI Akademi'den Mezun Oldunuz!
Tebrikler ! NovAI Akademi'nin zorlu müfredatını başarıyla tamamladın ve Başyapıt sınavını geçtin. Artık tescilli bir S-Sınıfı Yazarsın. Seninle gurur duyuyoruz.
Maceraya Devam Et
addBadge(badge));
}
if (triggers.academyXpUpdate) {
const data = triggers.academyXpUpdate;
// Update UI if elements exist
const rankLabel = document.getElementById('academy-rank-label');
const expLabel = document.getElementById('academy-exp-label');
const expBar = document.querySelector('#academy-exp-bar .bg-gradient-to-t');
if (rankLabel) rankLabel.innerText = data.rank;
if (expLabel) expLabel.innerHTML = `
${data.total_exp} / ${data.next_threshold} EXP`;
if (expBar) expBar.style.height = `${data.progress_percent}%`;
if (data.rank_changed) {
// CELEBRATION!
confetti({
particleCount: 150,
spread: 70,
origin: { y: 0.6 },
colors: ['#a855f7', '#22d3ee', '#f911e2']
});
Swal.fire({
title: 'TEBRİKLER!',
html: `Yeni Rütbe Kazandın:
${data.rank} `,
icon: 'success',
background: '#16161E',
color: '#fff',
confirmButtonColor: '#a855f7',
confirmButtonText: 'Harika!',
backdrop: `rgba(0,0,123,0.4)`
});
}
}
if (triggers.showToast) {
const toastData = triggers.showToast;
let bgColor = `linear-gradient(to right, rgba(147, 51, 234, 0.9), rgba(168, 85, 247, 0.9))`; // default purple
if (toastData.type === 'levelup') {
bgColor = `linear-gradient(to right, rgba(234, 179, 8, 0.9), rgba(249, 115, 22, 0.9))`; // gold/orange
} else if (toastData.type === 'error') {
bgColor = `linear-gradient(to right, rgba(239, 68, 68, 0.9), rgba(248, 113, 113, 0.9))`; // red
}
Toastify({
text: toastData.message,
duration: 4000,
close: true,
gravity: 'bottom', // top or bottom
position: 'right', // left, center or right
stopOnFocus: true, // Prevents dismissing of toast on hover
style: {
background: bgColor,
borderRadius: '12px',
boxShadow: '0 10px 30px rgba(0,0,0,0.5)',
backdropFilter: 'blur(10px)',
border: '1px solid rgba(255,255,255,0.1)',
color: '#fff',
fontFamily: 'Inter, sans-serif',
fontWeight: '600',
padding: '16px 24px'
},
}).showToast();
}
if (triggers.academyGraduation) {
document.getElementById('graduation-modal').style.display = 'flex';
}
} catch (e) {}
}
"
class="fixed bottom-6 right-6 z-[99999] flex flex-col gap-3 pointer-events-none">
Bölüm Tartışması
0 yorumHenüz yorum yok. İlk tartışmayı sen başlat.