simonebaracchi / rpgbot

RPG character sheet helper bot for Telegram
GNU General Public License v3.0
12 stars 4 forks source link

Blank character sheet game mode? #3

Closed fizzy-drinks closed 4 years ago

fizzy-drinks commented 4 years ago

Hey, love the project!

Would it be possible to add a game type option that starts every player with a blank sheet? I play some simple one-shots from time to time which only use as few as one or two stats and the page gets really bloated.

simonebaracchi commented 4 years ago

Hi, thanks for your interest. It should be pretty easy to add. The template however is also used to decide what the default dice is (1d20 vs 4dF). Maybe there should be a choice for each.On Mar 13, 2020 13:56, Gabriel Chiconi notifications@github.com wrote: Hey, love the project! Would it be possible to add a game type option that starts every player with a blank sheet? I play some simple one-shots from time to time which only use as few as one or two stats and the page gets really bloated.

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

fizzy-drinks commented 4 years ago

I can think of two options. One is to assume 1d20 is the most 'standard' roll, as it works for the widest types of tests and it's safe to assume numeric dice are more popular. The other is to take a new argument on game start that saves a default roll in the rolls container.

Or maybe just add "D&D custom sheet" and "Fate custom sheet" options so as to not require changes in other parts of the code.

simonebaracchi commented 4 years ago

Should be good now. When creating a new game there are two new options to create a fate-based or d20-based game without a character sheet.

fizzy-drinks commented 4 years ago

Many thanks mate! Will test later today.