• 1 Post
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle

  • Couldnt agree more.

    It is a roleplaying game after all. Conflict resolution can even be fun if the players are into it.

    For longer campaings with a set group of friends we dont even start the campaing with “all PCs are friends”. I just make them meet and tie their interests together so they kinda have to work together. Friendships develop over time.

    But I would never, under any circumstance, allow for bullying or teasing even among characters.



  • miau@lemmy.sdf.orgtoGreentext@sh.itjust.worksAnon casts a healing spell
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    edit-2
    28 days ago

    I guess since in many cases you do actually need to roll a dice, like when peeforming a touch or ranged touch spell, people just assume it always happens.

    And even in this case. Cure wounds is a spell like any other and it is subject to a will saving throw. So to be correct the pc that was targeted by the spell would indeed roll in order to save from the unintended heal - but thats really just assuming the spell could be used like this, which in my interpretation it cannot.

    So again, even if the caster rolls no dice in this case, the target could. I think this leads to people thinking there must always be a roll.

    Edit: fix paragraphs









  • Thank you for your reply!

    Personally I am fine with nginx configuration, at least when using containers. The syntax is fine and all I need to do is map one file into the container

    But I took a look at the automatic cert feature and wow, that is very, very nice. I may give caddy a try for this feature only - it would simplify my current setup.

    I am also surprised it allows using HTTPS over port 443 for cert renewal. I didnt even know this was possible, so I was always stuck with DNS challanges.

    So again, thanks for your reply!



  • Honest question: why not use nginx?

    I have run it in so many different scenarios, both professionally and personally, its crazy. Nginx has never failed me, literally. My homeserver is quite limited but nginx has a very small footprint, it performs beautifully well and it satisfies all my hosting, proxying, redirecting and streaming needs.

    It works for modern and legacy applications, custom code, webhosting, supports all the modern features and its configuration is very easy with literal thousandsof examples available online.

    Apache probably can do all that but I hate how unintuitive its configuration is to me personally. HAproxy cant do half the stuff nginx does.

    As for caddy Ive heard of it but never really used it. What does it offer that nginx doesnt?


  • I am with you on that one. I was speaking from the point of view of someone who didnt buy ow1 because I only got into the game after ow2 so I completely forgot it wasnt free before. Its sad how nowadays you cannot ever have “complete” games. Most games just few unpolished and unfinished and they just throw things at it trying to make money. Which for me is so ironic because I think ow has a solid gameplay mechanic - it just gets completely shadowed by all the financial decisions.



  • Not familiar with obsidian nor logsec, but silverbullet is a programmable notebook. Everything is indexed and can be used, acessed and manipulated using javascript.

    You can then write queries to fetch the data and then use templates to display it.

    I have a very simple query that displays all my pending tasks for each project I am working on.

    I also have created a template for displaying ttrpg character sheets, and the data is polulated by a yaml object which contains the actual character data. Custom javascript code automatically calculates stats, skills, checks and carry weight for me.

    So basically I believe that you can do what you’re looking for on silverbullet but maybe not out of the box.