Tootfinder

Opt-in global Mastodon full text search. Join the index!

@jamesthebard@social.linux.pizza
2025-09-05 03:46:01

New Pathfinder 2E character idea, new `git` repo...really works well managing all the stuff associated with my characters. Unfortunately, I still need to finish up her character background.
#pathfinder2e #git

A screenshot of a personal git server hosting a Pathfinder 2E character named Lily who is an 8th level gunslinger.
@jamesthebard@social.linux.pizza
2025-07-18 19:39:50

Another dice rolling post: checks are implemented! Probably not the most exciting thing for folks outside of #Pathfinder or #DnD but it's starting to look feature complete. I removed the floor for checks, added in advantage/disadvantage, and added a status that tells whether the first dic…

The output of multiple checks rolling 1d20 + 20 with advantage.  The first check shows that a natural 20 was rolled with a total check value of 40, the second showing a normal roll with a total of 28.
@jamesthebard@social.linux.pizza
2025-07-25 15:31:29

Got the Roll Dice dialog box themed up about as nice as its going to get. Still might make it a touch smaller though.
#pathfinder2e #python #programming

The Pathfinder 2E TUI character sheet's new feature of rolling dice in the TUI.  The dialog box for the dice roll is now themed like the rest of the information.
@jamesthebard@social.linux.pizza
2025-07-24 18:08:17

Got the initial dice rolling implementation in the #Pathfinder2E character sheet. Not the prettiest, but it works pretty damned well. `[Ctrl] [D]` to open the dialog window, `[Esc]` to close, and `[Enter]` rolls the dice.
#programming

A screenshot of the Pathfinder 2E TUI character sheet with a dice rolling dialog box open.  The roll shows a healing roll of 4d8+32 and a result of 59.