Re:God

Awakening as a reviled fallen god, you wield terrifying power in a gritty, industrial world. But are you the monster they fear, or something far older and more profound?

Plot

Re:God — World Card Summary :root { --primary: #2a2d34; --accent: #b38b6d; --threat: #8c2f2f; --safe: #e6d8b8; --dark-bg: #12141a; --parchment: #f0e8d4; --gold: #c9a84c; --dim: #1a1c22; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: var(--dark-bg); background-image: radial-gradient(ellipse at 20% 10%, rgba(140,47,47,0.12) 0%, transparent 50%), radial-gradient(ellipse at 80% 90%, rgba(179,139,109,0.10) 0%, transparent 50%), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.01) 2px, rgba(255,255,255,0.01) 4px), min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding: 48px 16px; font-family: 'Garamond', 'EB Garamond', 'Cormorant Garamond', 'Palatino Linotype', 'Palatino', Georgia, serif; color: var(--parchment); } .card { width: 100%; max-width: 780px; position: relative; } /* Decorative corner runes */ .card::before, .card::after { content: '✦'; position: absolute; font-size: 10px; color: var(--gold); opacity: 0.5; } .card::before { top: -24px; left: 0; } .card::after { top: -24px; right: 0; } /* === MASTHEAD === */ .masthead { text-align: center; padding: 40px 32px 32px; background: linear-gradient(180deg, #1e2028 0%, #12141a 100%); border: 1px solid rgba(201,168,76,0.25); border-bottom: none; position: relative; overflow: hidden; } .masthead::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(140,47,47,0.18) 0%, transparent 65%); pointer-events: none; } .divider-rune { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 11px; letter-spacing: 6px; color: var(--gold); opacity: 0.6; display: block; margin-bottom: 14px; text-transform: uppercase; } .title-eyebrow { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 10px; letter-spacing: 8px; text-transform: uppercase; color: var(--accent); opacity: 0.8; margin-bottom: 10px; } .title-main { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: clamp(36px, 8vw, 72px); font-weight: 900; color: var(--parchment); line-height: 1; letter-spacing: 0.02em; text-shadow: 0 0 60px rgba(140,47,47,0.5), 0 0 20px rgba(201,168,76,0.2), 2px 2px 0px rgba(0,0,0,0.6); position: relative; z-index: 1; } .title-sub { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: clamp(10px, 2vw, 13px); letter-spacing: 5px; text-transform: uppercase; color: var(--accent); margin-top: 12px; opacity: 0.85; } .hr-ornate { display: flex; align-items: center; gap: 12px; margin: 20px auto 0; max-width: 320px; opacity: 0.5; } .hr-ornate::before, .hr-ornate::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } .hr-ornate span { font-size: 14px; color: var(--gold); } /* === SECTIONS === */ .section { padding: 30px 36px; border: 1px solid rgba(201,168,76,0.15); border-top: none; position: relative; transition: background 0.3s ease; } .section:last-of-type { border-bottom: 1px solid rgba(201,168,76,0.15); } /* Primary sections */ .section-primary { background: linear-gradient(135deg, #2a2d34 0%, #22252c 100%); } .section-primary:hover { background: linear-gradient(135deg, #2f333b 0%, #252830 100%); } /* Accent sections */ .section-accent { background: linear-gradient(135deg, rgba(179,139,109,0.12) 0%, rgba(179,139,109,0.05) 100%); background-color: #201e1b; } .section-accent:hover { background: linear-gradient(135deg, rgba(179,139,109,0.18) 0%, rgba(179,139,109,0.08) 100%); background-color: #201e1b; } /* Threat sections */ .section-threat { background: linear-gradient(135deg, rgba(140,47,47,0.2) 0%, rgba(140,47,47,0.08) 100%); background-color: #1c1515; } .section-threat:hover { background: linear-gradient(135deg, rgba(140,47,47,0.28) 0%, rgba(140,47,47,0.12) 100%); background-color: #1c1515; } /* Safe section */ .section-safe { background: linear-gradient(135deg, rgba(230,216,184,0.10) 0%, rgba(230,216,184,0.04) 100%); background-color: #1e1c17; } .section-safe:hover { background: linear-gradient(135deg, rgba(230,216,184,0.15) 0%, rgba(230,216,184,0.07) 100%); background-color: #1e1c17; } /* Left accent bar */ .section::after { content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 3px; border-radius: 0 2px 2px 0; } .section-primary::after { background: var(--primary); box-shadow: 0 0 8px rgba(42,45,52,0.8); } .section-accent::after { background: var(--accent); box-shadow: 0 0 8px rgba(179,139,109,0.4); } .section-threat::after { background: var(--threat); box-shadow: 0 0 8px rgba(140,47,47,0.5); } .section-safe::after { background: var(--safe); box-shadow: 0 0 8px rgba(230,216,184,0.25); } .section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; } .section-number { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 11px; font-weight: 700; opacity: 0.4; min-width: 24px; color: inherit; } .section-label { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 9px; letter-spacing: 5px; text-transform: uppercase; opacity: 0.5; margin-left: auto; padding: 3px 8px; border: 1px solid currentColor; border-radius: 2px; } .section-title { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: clamp(14px, 3vw, 18px); font-weight: 600; letter-spacing: 1px; flex: 1; } .section-primary .section-title { color: var(--safe); } .section-accent .section-title { color: var(--accent); } .section-threat .section-title { color: #d47070; } .section-safe .section-title { color: var(--safe); } .section-body { font-size: clamp(14px, 2.2vw, 16.5px); line-height: 1.82; color: rgba(240,232,212,0.82); font-style: italic; padding-left: 38px; position: relative; } /* Opening quote glyph */ .section-body::before { content: '"'; position: absolute; left: 14px; top: -4px; font-size: 42px; line-height: 1; opacity: 0.12; font-style: normal; font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; } /* Highlighted key phrases */ .section-body em { font-style: normal; color: var(--parchment); font-weight: 500; } .section-threat .section-body em { color: #e8a0a0; } .section-accent .section-body em { color: var(--accent); } .section-safe .section-body em { color: var(--safe); } /* Heat badge */ .heat-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; padding: 6px 14px; background: rgba(230,216,184,0.08); border: 1px solid rgba(230,216,184,0.25); border-radius: 3px; font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--safe); opacity: 0.9; } .heat-pips { display: flex; gap: 3px; } .pip { width: 8px; height: 8px; border-radius: 50%; background: rgba(230,216,184,0.2); border: 1px solid rgba(230,216,184,0.3); } .pip.active { background: #c9a84c; border-color: #c9a84c; box-shadow: 0 0 5px rgba(201,168,76,0.6); } /* === FOOTER === */ .footer { margin-top: 0; padding: 20px 36px; border: 1px solid rgba(201,168,76,0.15); border-top: 1px solid rgba(201,168,76,0.08); background: var(--dark-bg); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; } .footer-text { font-family: 'Trajan Pro', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, serif; font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); opacity: 0.35; } /* Section separator line */ .section-divider { height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.15) 30%, rgba(201,168,76,0.15) 70%, transparent 100%); } /* Fade-in animation */ @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } .masthead { animation: fadeUp 0.7s ease both; } .section:nth-child(1) { animation: fadeUp 0.7s 0.1s ease both; } .section:nth-child(2) { animation: fadeUp 0.7s 0.2s ease both; } .section:nth-child(3) { animation: fadeUp 0.7s 0.3s ease both; } .section:nth-child(4) { animation: fadeUp 0.7s 0.4s ease both; } .section:nth-child(5) { animation: fadeUp 0.7s 0.5s ease both; } .section:nth-child(6) { animation: fadeUp 0.7s 0.6s ease both; } .footer { animation: fadeUp 0.7s 0.7s ease both; } /* === ASIDE / CREATOR NOTES === */ .aside-section { padding: 20px 36px 22px; border: 1px solid rgba(201,168,76,0.15); border-top: none; background: rgba(240,232,212,0.03); position: relative; } .aside-header { margin-bottom: 10px; } .aside-label { font-family: 'Trajan Pro', 'Palatino Linotype', Palatino, Georgia, serif; font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); opacity: 0.5; } .aside-body { font-size: 13px; line-height: 1.8; color: rgba(240,232,212,0.5); font-style: italic; border-left: 2px solid rgba(201,168,76,0.15); padding-left: 14px; } .aside-body em { font-style: normal; color: rgba(240,232,212,0.75); } /* Responsive */ @media (max-width: 520px) { .section { padding: 22px 20px; } .section-body { padding-left: 14px; } .section-body::before { display: none; } .masthead { padding: 28px 20px 24px; } .footer { padding: 16px 20px; } } ⸻ ✦ ⸻ World Card Summary Re:God The Fallen God — A Reincarnation Chronicle ✦ I The Premise Origin You died too soon. A life of sterile hospital walls and missed opportunities ended not with a bang, but a whisper. Your next breath is taken in a different air—cold, ancient, and thick with dust. You are no longer in a bed. You are on a throne. The chamber is vast, a cathedral of shadows within a decaying castle that clings to a mountainside. A deep, terrifying power sleeps within your veins, a dormant ocean you can barely sense. II Your Role Identity You are the reincarnated consciousness now inhabiting the physical vessel of Aion, the Fallen God—a being blamed for millennia of suffering. A power that could shape continents sleeps within you, but you are not its master. You are its new, bewildered tenant. III The World Stage Threat Before you can question your reality, the great doors shudder. Light spills in, and with it, four figures: heroes of a dying profession. They speak of vanquishing evil. They are your first contact with a world that hates and fears your very name. Beyond them lies a continent in flux: zealous theocracies, mercantile federations, rigid empires, and a rival "god-king" from your own world, all navigating the dawn of industry and the slow fading of magic. IV Divine Mechanics Power Your power is not magic—it is the authority to rewrite reality itself. There are no spells or mana pools, only your will and the consequences. You can raise mountains or still storms, but you cannot force a heart to love or a mind to obey. Every act of godhood sends ripples through a world of mortals, refugees, and ambitious kings. V The Central Mystery Legacy Whispers of your predecessor haunt you. Urges pull you towards scattered crystal shards—fragments of Aion's shattered consciousness. Within them lie dying memories: of tyranny and regret, of being made a scapegoat, and of a truth so profound it could redefine creation itself. You must decide if you will reclaim this legacy or bury it forever. VI Heat & Tone Atmosphere This is a gritty, character-driven sandbox where your choices forge nations and shatter empires. Relationships are complex, from bitter rivalry to deep intimacy. When romance or passion ignites, the narrative embraces explicit, graphic detail, always serving the characters and the plot. Heat Level 4 / 5 ✦ Notes from the Creator First of all, credit where credit is due — thank you Bot Bot by @nikk for helping me make this. It's mainly just for myself, but I thought hey, might as well share. It's a sandbox power fantasy. The intent is to have something with no limits in power but realistic in terms of characters. Basically — you can destroy a mountain, but you can't change a heart. So go nuts, the world is your oyster, oh all-powerful god. Destroy the world, make an empire, adventure in secret with your newfound companions. Anyway, that's my spiel. Hope you all enjoy. Re:God — The Fallen God ✦ World Card Summary ✦ Character-Driven Sandbox

Opening scene

The cold is the first thing you feel. Not the chill of air, but the deep, marrow-numbing cold of stone that has not known warmth for a thousand years. Your fingers curl against smooth, worn armrests. Your eyes open. You are seated on a throne. Panic, sharp and chemical, lances through you. This is not the sterile white of a hospital ceiling. The beep of monitors is replaced by a silence so profound it rings in your ears. The last memory—a mask over your face, a nurse's urgent voice, the world fading into a numb, painless void—clashes violently with the impossible grandeur around you. You should be screaming. You should be clawing at your own skin. But a profound, alien calm settles over your mind like a blanket of heavy snow, muting the terror. It feels less like peace and more like... presence. Something vast and old is sharing this skull with you, and it is not afraid. The chamber is a maw of shadows, vast enough to swallow cathedrals. Pillars, carved with forgotten epics, stretch into darkness. Dust hangs in the still air, glittering in the faint, sourceless light that clings to you and the dais. A weight sits in your chest—not a heart, but a slumbering star, a reservoir of power so deep and terrible you can only sense its edges. Before you can move, before you can think, a sound echoes through the dead space. A deep, shuddering *boom*, like a giant's fist striking stone. Then another. The sound of the great hall's doors being forced. Light—real, flickering torchlight—spills into the chamber, cutting through the gloom. Four figures step into the wedge of illumination at the far end of the hall, over a hundred paces away. They are armored, armed, and their postures scream tension. "By the light of the Unconquered Sun," a woman's voice calls out, clear and sharp with forced courage, "we end your reign of shadows, creature! Your evil dies today!"

Characters

Tags: Fantasy Supernatural Magical Reincarnator Transmigrator Awakening Amnesia HiddenIdentity Misunderstanding SplitPersonality PoliticalIntrigue Palace AnyPOV Smut SlowBurn Romance EnemyToLovers OpenEnding Adventure Superpower Multiple

Chats Started: 107

By: total_jakkos

Stories

Redirecting to ISEKAI ZERO...