Skip to content

General

29 Topics 619 Posts

A space for discussing topics of general interest with fellow Adventurers.

This category can be followed from the open social web via the handle general@wanderingadventure.party

  • Chronicler Nature Statblock Template

    1
    0 Votes
    1 Posts
    26 Views
    KichaeK
    --- title: "[Creature Name]" Description: "[Creature Description]" Level: "[Level]" Perception: "[Mod] ([Senses])" Languages: "[Languages]" Skills: "[Skill +Mod], [Skill +Mod]" Items: "[Items carried]" Origin: "[Creature's town, biome, or plane of origin]" Motivation: "[Creature Motivations]" Personality: "[Creature Personality]" Notes: "[Flavor or behavior notes]" Tactics: "[Tactical combat or encounter notes]" tags: [Add, Your, Tags] --- <div style="max-width: 700px; margin: 20px auto; padding: 25px; background: radial-gradient(circle at center, #3d240a 0%, #1a0f02 100%); border: 3px solid #ffd700; outline: 1px solid #ffd700; outline-offset: 2px; border-radius: 15px; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2), inset 0 0 50px rgba(0,0,0,0.5); font-family: 'Georgia', serif; color: #fff;"> <!-- HEADER --> <div style="display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #ffd700; padding-bottom: 10px; margin-bottom: 15px;"> <div> <h2 style="margin: 0; color: #ffd700; text-transform: uppercase; letter-spacing: 4px; font-size: 30px; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);"> <!-- ================================================================ --> [CREATURE NAME] <!-- ================================================================ --> </h2> <span style="color: #ffaa00; font-variant: small-caps; font-weight: bold; font-size: 16px; letter-spacing: 1px;"> <!-- ================================================================ --> [Title/Epithet] <!-- ================================================================ --> </span> </div> <div style="background: linear-gradient(to bottom, #ffd700, #b8860b); color: #1a0f02; padding: 8px 18px; border-radius: 50% 50% 5px 5px; font-weight: bold; font-size: 22px; border: 1px solid #fff;"> <!-- ================================================================ --> [LVL] <!-- ================================================================ --> </div> </div> <!-- TRAITS --> <div style="display: flex; gap: 8px; margin-bottom: 15px; flex-wrap: wrap;"> <span style="border: 1px solid #ffd700; color: #ffd700; background: rgba(0,0,0,0.4); padding: 3px 12px; border-radius: 4px; font-size: 11px; text-transform: uppercase; font-weight: bold;"> [ALIGNMENT] </span> <span style="border: 1px solid #ffd700; color: #ffd700; background: rgba(0,0,0,0.4); padding: 3px 12px; border-radius: 4px; font-size: 11px; text-transform: uppercase; font-weight: bold;"> [SIZE] </span> <span style="border: 1px solid #ffd700; color: #1a0f02; background: #ffd700; padding: 3px 12px; border-radius: 4px; font-size: 11px; text-transform: uppercase; font-weight: bold; box-shadow: 0 0 8px #ffd700;"> [TRAIT 1] </span> <span style="border: 1px solid #ffd700; color: #1a0f02; background: #ffd700; padding: 3px 12px; border-radius: 4px; font-size: 11px; text-transform: uppercase; font-weight: bold; box-shadow: 0 0 8px #ffd700;"> [TRAIT 2] </span> </div> <!-- BIO/FLAVOR BLOCK --> <div style="background: rgba(255, 215, 0, 0.05); padding: 15px; border-radius: 10px; margin-bottom: 15px; border: 1px solid rgba(255, 215, 0, 0.2);"> <p style="margin: 0 0 5px 0; font-size: 14px; color: #eee;"> <b style="color: #ffd700;">Languages:</b> [LANGUAGES] </p> <p style="margin: 0 0 5px 0; font-size: 14px; color: #eee;"> <b style="color: #ffd700;">Items:</b> [ITEMS] </p> <p style="margin: 0; font-size: 14px; color: #ccc;"> <b style="color: #ffd700;">Notes:</b> [FLAVOR_NOTES] </p> </div> <!-- STAT MODS --> <div style="display: flex; justify-content: space-between; padding: 8px; background: rgba(0,0,0,0.3); border-radius: 5px; margin-bottom: 15px; font-size: 14px; border: 1px solid #444;"> <span>STR <b>+[STR_MOD]</b></span> <span>DEX <b>+[DEX_MOD]</b></span> <span>CON <b>+[CON_MOD]</b></span> <span>INT <b>+[INT_MOD]</b></span> <span>WIS <b>+[WIS_MOD]</b></span> <span>CHA <b>+[CHA_MOD]</b></span> </div> <!-- SKILLS --> <div style="background: rgba(255, 215, 0, 0.08); padding: 10px; border-radius: 8px; border: 1px dashed rgba(255,215,0,0.4); margin-bottom: 20px;"> <div style="font-size: 10px; text-transform: uppercase; color: #ffd700; margin-bottom: 4px;">Skills</div> <div style="font-size: 14px;"> [SKILLS_LIST] </div> </div> <!-- SENSES & SPEED --> <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px;"> <div style="background: rgba(255, 215, 0, 0.15); padding: 8px; border-radius: 8px; border: 1px solid #ffd700;"> <div style="font-size: 10px; text-transform: uppercase; color: #ffd700; margin-bottom: 2px;">Perception</div> <div style="font-size: 20px; font-weight: bold; text-align: center;"> +[PERCEPTION_MOD] <span style="font-weight: normal; font-size: 12px; color: #ccc;"><br> ([SENSES]) </span> </div> </div> <div style="background: rgba(255, 215, 0, 0.15); padding: 8px; border-radius: 8px; border: 1px solid #ffd700;"> <div style="font-size: 10px; text-transform: uppercase; color: #ffd700; margin-bottom: 2px;">Speed</div> <div style="font-size: 20px; font-weight: bold; text-align: center;"> [SPEED] ft. </div> </div> </div> <!-- VITALS --> <div style="display: flex; gap: 15px; margin-bottom: 10px;"> <div style="flex: 1; border-top: 3px solid #ffd700; background: rgba(255,255,255,0.05); padding: 8px; text-align: center;"> <div style="font-size: 10px; text-transform: uppercase; color: #ffd700;">AC</div> <div style="font-size: 22px; font-weight: bold;"> [AC_VAL] </div> </div> <div style="flex: 1; border-top: 3px solid #ff4444; background: rgba(255,255,255,0.05); padding: 8px; text-align: center;"> <div style="font-size: 10px; text-transform: uppercase; color: #ff4444;">HP</div> <div style="font-size: 22px; font-weight: bold;"> [HP_VAL] </div> </div> </div> <!-- SAVES --> <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px;"> <div style="text-align: center; border-bottom: 1px solid #ffd700; background: rgba(255,255,255,0.05); padding: 5px; border-radius: 4px;"> <b>Fort</b><i> +[FORT_MOD] </i> </div> <div style="text-align: center; border-bottom: 1px solid #ffd700; background: rgba(255,255,255,0.05); padding: 5px; border-radius: 4px;"> <b>Ref</b><i> +[REF_MOD] </i> </div> <div style="text-align: center; border-bottom: 1px solid #ffd700; background: rgba(255,255,255,0.05); padding: 5px; border-radius: 4px;"> <b>Will</b><i> +[WILL_MOD] </i> </div> </div> <div style="font-size: 14px; color: #ffaa00; margin-bottom: 15px; font-style: italic;"> [Immunities/Resistances/Weaknesses] </div> <!-- DEFENSIVE ABILITIES --> <div style="font-size: 18px; line-height: 1.6; margin-top: 15px;"> <span style="color: #ffd700; font-weight: bold;"> <b>[Ability Name] </b> <span style="background: #ffd700; color: #1a0f02; margin-right: 5px; padding: 0 4px; border-radius: 3px; font-size: 12px;"> [2A] </span></span> ([Traits]) <b>Effect</b> <i>[Description]</i>. </div> <!-- DEFENSIVE REACTIONS --> <div style="border: 2px solid #ffd700; background: rgba(255, 215, 0, 0.1); padding: 12px; border-radius: 10px; margin-top: 15px; font-size: 18px;"> <span style="color: #ffd700; font-weight: bold;">Reaction <span style="background: #ffd700; color: #1a0f02; padding: 0 5px; border-radius: 3px; font-size: 14px;">[R]</span></span> <b>[Reaction Name]</b> <b>Trigger</b> <i>[Condition]</i>; <b>Effect</b> <i>[Description].</i> </div> <!-- OFFENSE SECTION --> <h4 style="color: #ffd700; border-bottom: 1px solid #ffd700; text-transform: uppercase; letter-spacing: 2px; margin: 25px 0 10px 0;">Offense</h4> <div style="font-size: 18px; line-height: 1.6;"> <!-- Melee Strike --> <div style="margin-bottom: 8px;"> <span style="color: #ffd700; font-weight: bold;"> Melee <span style="background: #ffd700; color: #1a0f02; margin-right: 5px; padding: 0 5px; border-radius: 3px; font-size: 14px;"> [1A] </span></span> <b>[Strike Name]</b> <i>+[MOD] / +[MOD-MAP] / +[MOD-2*MAP]</i> ([Traits]), <b>Damage</b> <i>[Dice] [Type]</i> </div> <!-- Ranged Strike --> <div style="margin-bottom: 8px;"> <span style="color: #ffd700; font-weight: bold;"> Ranged <span style="background: #ffd700; color: #1a0f02; margin-right: 5px; padding: 0 5px; border-radius: 3px; font-size: 14px;"> [1A] </span></span> <b>[Strike Name]</b> <i>+[MOD] / +[MOD-MAP] / +[MOD-2*MAP]</i> ([Traits]), <b>Damage</b> <i>[Dice] [Type]</i> </div> </div> <!-- OFFENSIVE SPECIALS --> <div style="font-size: 18px; line-height: 1.6; margin-top: 15px;"> <span style="color: #ffd700; font-weight: bold;"> [Ability Name] <span style="background: #ffd700; color: #1a0f02; margin-right: 5px; padding: 0 5px; border-radius: 3px; font-size: 12px;"> [2A] </span></span> ([Traits]) <b>Effect</b> <i>[Description]</i>. </div> <!-- SPELLS & MAGIC --> <div style="border-top: 1px dashed rgba(255,215,0,0.3); margin-top: 20px; padding-top: 10px;"> <h4 style="color: #ffd700; border-bottom: 1px solid #ffd700; text-transform: uppercase; letter-spacing: 2px; margin: 10px 0 15px 0;">Spells & Magic</h4> <!-- Innate/Class Spell Block --> <div style="background: rgba(255, 215, 0, 0.15); margin-top: 8px; padding: 10px; border-radius: 8px; border: 1px solid #ffd700;"> <div style="font-size: 14px; text-transform: uppercase; color: #ffd700; margin-bottom: 2px;"> <b>[Source] Spells</b> DC <i>[DC]</i>, Attack <i>+[MOD]</i> </div> <div style="font-size: 16px; font-weight: bold;"> <p style="margin: 0; padding-left: 10px; color: #c0c0c0;"> <b>Cantrips:</b> [Spell], [Spell]<br> <b>[RANK] Rank:</b> [Spell], [Spell] </p> </div> </div> <!-- Focus Spell Block --> <div style="background: rgba(0, 0, 0, 0.2); margin-top: 8px; padding: 10px; border-radius: 8px; border: 1px solid #ffd700;"> <div style="font-size: 14px; text-transform: uppercase; color: #ffd700; margin-bottom: 2px;"> <b>Focus Spells</b> DC <i>[DC]</i>, Attack <i>+[MOD]</i>, <i>[NUM_FPs]</i> FP </div> <div style="font-size: 16px; font-weight: bold;"> <p style="margin: 0; padding-left: 10px; color: #c0c0c0;"> <b>Cantrips:</b> [Spell]<br> <b>[RANK] Rank:</b> [Spell] </p> </div> </div> </div> </div>
  • 0 Votes
    31 Posts
    184 Views
    jd in .hu ๐ŸŒ๐Ÿ‡ช๐Ÿ‡บ๐Ÿ‡ญ๐Ÿ‡บ ๐Ÿš€J
    @Lily_and_frog I feel like the next Epstein batch of files might make us all reassess the Lizard People thing! Keep an open mind?? wtf ffs
  • 0 Votes
    3 Posts
    6 Views
    whooshW
    @FediTips @FediVideo Thank you. Good idea.
  • Let's do this.

    World
    406
    1 Votes
    406 Posts
    8k Views
    Judeau (EatTheRich)J
    @TechConnectify This was amazingly well researched and put together, like most of your videos.Hopefully this will get some people to understand the importance of moving on from fossil fuels many instances. I came for the video and stayed for the amazing rallying cry during the latter part.Keep up the amazing research and thank you for speaking out, though it's unfortunate that you felt like you had to.
  • 0 Votes
    1 Posts
    25 Views
    GlennMagusHarveyG
    Alert: new eBay user agreement - Goes into effect February 20, 2026.Includes an arbitration clause. You can opt-out. There's a deadline: 30 days from when you first accept this agreement, which means 30 days after Feb 20 if you already have an account.You have to mail them a form (no e-mail option); they have a form you can fill out and print.https://www.ebay.com/help/policies/member-behaviour-policies/user-agreement?id=4259Disclaimer: I am not a lawyer; please read the user agreement carefully yourself.#arbitration #ArbitrationClause #OptOut #eBay
  • Orion's Treasures over Snowy Mountains

    Astronomy astronomy
    5
    2
    110 Votes
    5 Posts
    48 Views
    chais@sh.itjust.worksC
    Was thinking more like satellite imagery as background. I feel like thereโ€™s no way such faint an object would be visible through the atmosphere. But maybe Iโ€™ve just never been far enough away from civilisation.
  • 1 Votes
    3 Posts
    115 Views
    KichaeK
    Iโ€™m never going to learn. I come across this kind of obtuseness painfully often in rpg discussions, and Iโ€™m always โ€“ and I mean always โ€“ caught off guard by it. I just expect TTRPG fans to be into things like world building and the deeper questions of setting, and they keep telling me that the only thing theyโ€™re cognizant of is stat blocks and rules interactions. To the point where Iโ€™ve been told that everything but grid-based combat and roll resolutions is just empty set dressing. Iโ€™ve come to, but seem incapable of holding on to, the conclusion that most TTRPG fans just want an XCOM game they can bully in order to get their way. Which is a shame, because @juergen_hubert@mementomori.social has a lot of interesting things to say on RPG settings, and the stories that inspire and underpin them, and having almost everyone completely talk past the prompt was disheartening.
  • 0 Votes
    13 Posts
    216 Views
    KichaeK
    @vortiwife@retro.pizza i just blocked someone for saying โ€œif you donโ€™t want to play board games in your rpg just go do theaterโ€ This is the kind of take that triggers my monthly crash out on r/Pathfinder2e. Usually in the comments of a post complaining about the various bits of the game that support things other than gridded combat.
  • "I don't want Politics in my Gaming!"

    Moved rpgmemes
    120
    2
    424 Votes
    120 Posts
    3k Views
    I
    My thought? The factory grows. This is good. You must shut up and let the factory grow. The factory grows. The factory must grow.
  • Fox News Sends Trump Quarterly Tithe Of 3 Blond Anchors

    theonion
    1
    1
    1 Votes
    1 Posts
    134 Views
    The OnionT
    Fox News Sends Trump Quarterly Tithe Of 3 Blond AnchorsWASHINGTONโ€”Saying the sumptuous gift should slake the administrationโ€™s thirst for the next few months, Fox News sent President Donald Trump its quarterly tithe of three blond anchors, White House sources confirmed Friday. โ€œWe have traveled south to the White House steps to present you with these three Kayleighs,โ€ said Fox Corporation CEO Lachlan Murdocโ€ฆ#theonionhttps://theonion.com/fox-news-sends-trump-quarterly-tithe-of-3-blond-anchors/
  • Know your Star Trek phenomena:

    8
    1 Votes
    8 Posts
    185 Views
    MalteS
    @katemorley I hate it when people mix these up!
  • 1 Votes
    5 Posts
    184 Views
    YoraY
    @Taskerland Do you actually like interacting with RPG people?
  • 0 Votes
    25 Posts
    978 Views
    Pteryx the Puzzle SecretaryP
    @Taskerland @dregntaelAs near as I can tell, his going the whole 'I hate performatist RPers, which I just made a term for now" route was caused by a mix of being confused by how people RP on Discord (though I'll grant that *ending* your descriptive prose with a straightforward "Action A, bonus action B, done" is helpful) and irritated by the way professional RP streams have influenced the hobby.
  • Playing FF7 Again

    ff7 rpg games game
    1
    0 Votes
    1 Posts
    368 Views
    KichaeK
    Itโ€™s been a loooong time since Iโ€™ve played FInal Fantasy 7. Like, probably 25 years now. Maybe 20. But definitely before I permanently moved away from home. Itโ€™s one of my favourite games of all time, but also, one of the hardest for me to revisit. Iโ€™m at the City of the Ancients now, and Iโ€™m finding myself woefully unprepared to handle it.
  • Am I the only person who likes removal of evil races?

    Moved rpgmemes
    6
    1
    190 Votes
    6 Posts
    351 Views
    U
    I explicitly looked for โ€œevil races ttrpgโ€ in YouTube and most of the results are from 2-5 years ago. Whoโ€™s blowing up the algorithm by raising a dead topic?
  • 1 Votes
    3 Posts
    340 Views
    Corb_The_LesserC
    @badastro The sky is full of rocks.
  • I give you a momentary reprieve from the madness:

    5
    1 Votes
    5 Posts
    436 Views
    Molly Cantrell-Kraig ๐Ÿ‡บ๐Ÿ‡ฆM
    @badastro โ€œIโ€™M SIGNIFICANT!โ€ โ€” Dust Speck
  • A huge cultural difference between Canada and U.S.

    3
    0 Votes
    3 Posts
    363 Views
    KichaeK
    Wild, people talk to me with an alarming frequency. Maybe Haligonians are just uncomfortably chatty.
  • 6 Votes
    1 Posts
    86 Views
    C
    This post did not contain any content.
  • just checking

    Moved
    6
    0 Votes
    6 Posts
    892 Views
    KichaeK
    Holy crap, it does!