Josiah Bradbury

Results 9 comments of Josiah Bradbury

I'd like to take a stab at this. I am thinking about a PartyManagerService and a Party class. `public class Party { public Guid partyId { get; set; } public...

Here are my proposed changes: - Merge in my notes and restructure PR - pull out the actual combat manager part of the forms app. Creating something like CombatManagerService --...

I agree about .net core 3, it's actually one of the reasons why I made the update to 4.6.1 so I could have the core library be .net standard so...

Next, if you don't mind, along the lines of this issue I think I could take a stab at removing the core functionality from the UI and making a combatmanagerservice...

I did some research into .net core, and the first major thing that will change is that clickonce is not supported with .net core. That's not to say that an...

Officially 5e's rules are: > If a tie occurs, the DM decides the order among tied DM-controlled creatures, and the players decide the order among their tied characters. The DM...

Okay, I don't think we need to show the user the term subinitiative, or we just call it something else. But the idea is that initiative has a modifier to...

I am wondering if a character should just have an Initiative modifier field. With #6 it might be something to save on the character if they are going to be...

I meant have a mod field, so that rolling automatically doesn't need to be roll -> click + or -. So the character is storing, Initiative, Init Mod, and has...