• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • How I feel about mana depends largely on how quickly it regenerates. It can be just a reskin of spells-per-day or spells-per-encounter, or it could be something more interesting.

    DA:O had unlimited mana potions, which meant essentially you spend a small amount of time to refresh mid fight. Not very deep tactically, but more or less fine.

    I don’t think resource management is really a thing most people actually enjoy. Most people don’t like timed missions, so you probably don’t want to use that to prevent people from resting a lot. You don’t want to soft-lock players by letting them blow their resources too soon, so they can’t win the fight but don’t have a way to restore. The dark souls style “you reset at the checkpoint but so do the monsters. Keep trying until you get it right” works for me, but a lot of people hate that.

    There are so many ways you could do magic, and it’s a bummer that vancian magic takes up so much space.

    DND just isn’t as good and universal as people think it is, but it’s hugely influential anyway.

    Side note: DND is balanced around like 6 “medium” encounters per day. You’re supposed to slowly trickle down your resources. Turns out most groups do one encounter per day on average, and then the system doesn’t work very well at all. There’s lot of patches (eg: gritty realism) but the problem remains people don’t seem to want to do that kind of cadence.









  • I use pycharm at work for most things. Work paid for it. It has some nice stuff i like. I’m sure other editors do all of this, too, but nothing’s been causing me enough pain to switch

    • Database integration. Little side panel shows me the tables, and I can do queries, view table structure, etc, right here
    • Find usages/declaration is pretty good. Goes into library code, too.
    • The autocomplete is pretty good. I think they have newfangled AI options now, but the traditional introspection autocomplete has been doing it for me.
    • Can use the python interpreter inside the docker container
    • The refactor functions are pretty good. Rename, move, etc
    • Naive search is pretty good. Can limit it to folders, do regex, filter by file name, etc

    It does have multiple cursors but I’ve rarely needed that.

    I use sublime for quick note taking. Mostly I like that it has syntax highlighting, and it doesn’t require me to explicitly save a tab for it to stay open