Skip Navigation
Jump
I've been told this is offensive
  • I think an awesome way to use them would be to have the BBEG be a planeswalker. When the fight starts, the DM pulls out a Magic deck and starts playing Magic against D&D.

    7
  • Jump
    Those poor fools
  • But you only gave them your name. You never submitted to control.

    There's often stuff in fantasy about knowing a being's true name giving you power over them, so you wouldn't want to tell it to a fey. But if they literally took your name, then that would make it theirs, and now you know their true name. Also, according to the forgotten realms wiki, most people don't know their own true name. It's not the same as the name you go by.

    1
  • Jump
    Trapped in a Cabin with Lord Byron - A One Page RPG
  • Barely. You can throw a potato to get rid of an orc. But this is only occasionally useful and only in the early game. Once it starts costing two or more potatoes to get rid of one orc, it's a bad idea.

    4
  • Jump
    I swear to Lathandar...
  • I'm assuming that even though the DM pretends to be annoyed, he actually thinks all these shenanigans are awesome and is bending the rules to let them work.

    9
  • Jump
    You will fear him again
  • I want to see a campaign where you have to protect an endangered tarrasque from a group of aarakocra that are trying to poach it.

    3
  • Jump
    You will fear him again
  • I'm not a fan of the reflect ability. It's just immunity, but a bit worse if the party doesn't know about it ahead of time.

    It would be much more interesting if it didn't negate attacks it fails to reflect.

    2
  • Jump
    I do not think any of you actually played 3.5 you praise so much
  • In 3.5, a high level wizard could take it down.

    In 5e, you could have a mission to protect an endangered tarrasque from Aarakocra poachers.

    8
  • Jump
    I do not think any of you actually played 3.5 you praise so much
  • The best way I've seen to defeat an enemy without killing it is Flesh to Stone, Stone to Mud, Purify Food and Drink, and then boil the water away. That was more for keeping an enemy from being resurrected, but it would be a cool overkill way to get rid of a tarrasque without using Wish.

    3
  • Jump
    I do not think any of you actually played 3.5 you praise so much
  • That’s true of anything without a fly speed,

    And without a burrow speed, and without a ranged attack, and without an ability that lets it ground all flying enemies. Maybe a skilled DM could make it work, but in other editions it wouldn't have been an issue.

    Though the other problem is that you can deal limitless damage just by dropping sufficiently many 100 pound boulders. In 5e, they got rid of damage from falling objects, but you just need to drop enough creatures. Or ignite enough horns of gunpowder with a single Bonfire.

    2
  • Jump
    I do not think any of you actually played 3.5 you praise so much
  • I've been thinking it would be cool to have a campaign set after the town has gotten smaller. You go on your first mission to fight a cave full of kobolds or some such, there's an earthquake that blocks the exist, and you have to fight through it and escape before later tremors cause it to cave in. It's fairly standard, until you leave, and find out what was causing the tremors. At some point decades or even centuries ago, the rate they dealt damage to the tarrasque dropped below the rate it regenerates. Then it spent all that time slowly losing the nonlethal damage, until finally it was enough to regain consciousness. The city is left in ruins, and now the nations of the world have to deal with the tarrasque acting like a roving natural disaster. Maybe at the end, you have a choice to rebuild Salt in the Wound and get that source of alchemical supplies back, or kill it for good as the only way to be sure this never happens again.

    3
  • Jump
    I do not think any of you actually played 3.5 you praise so much
  • Later in that game, we abused gate spells to crash rocks into the Abyss at 80% the speed of light.

    But that requires using real-life physics to figure out damage. It's better if you stick entirely to game physics, like the Locate City nuke.

    3
  • Jump
    Fight me on it
  • Eugenics is interesting from a dragon's perspective. They might live long enough to actually see the results.

    2
  • Right now, the only method I found is to click on the expando, then right click on the image and open it in a new tab. Is there a way to make it so I can just click it once? I can't imagine any possible scenario where I'd want to see a large but not full size image.

    I'm using the browser on my computer if that's relevant.

    Edit: I got it to work using the Stylus addon and:

    .img-expanded:not(.banner, .avatar-overlay) { max-height: unset; max-width: 100vw; position: absolute; left: 50%; transform: translateX(-50%); outline: auto; outline-color: black; z-index: 1; }

    I also made it outline any expandos with:

    /*Note: Links are exactly the same except without bg-transparent, so using not(bg-transparent) instead will outline the links instead of the expandos. Also, they're outlined orange unless you change it, so you could take that off, give them all outlines, and you can tell which they are based on the color.*/ .thumbnail.rounded.overflow-hidden.d-inline-block.position-relative.p-0.border-0.bg-transparent { outline: auto; }

    17