• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • There are several existing ways to regain 1 focus point in combat - however all of them are constrained with “Frequency once per day”.

    I could see adding some kind of similar constraint - or making it a reaction where the trigger is if the previous focus spell failed it gives you a flat check to regain the focus point.

    As for examples -

    Fire Ray - fire domain clerics are now neverending flamethrowers.

    Moonbeam - same for moon domain.

    Ki Strike - every turn a monk can now do ki strike flurry of blows to have +1 and 1d6 extra on both strikes.

    Hand of the Apprentice - wizards can become backline melee at range - thor hammers fly every round

    Additional edit: The change to recover magic would also pretty much destroy any need for resource management - if I’m a caster why not just dump every spell slot I have in this current fight, rest an hour and then do it again? Clerics could just dump all the heal spells from their healing font after combat to heal everyone up, then rest an hour and regain them all and do it again next fight.

    Extra Additional Edit: Both of these changes sound like fun cheat codes to make the players win, but it pretty much removes all challenge.



  • This is also against clean code examples, because Uncle Bob seems to be allergic against function arguments and return values.

    I think this is your strawman version of “Clean Code”… not anything that’s actually in it…

    I “like” some parts of your example more than the previous one, but a lot of this depends on where exactly in the whole program this method is - if this method is on a “Salesman” class - does it make sense to pass the “Contract” in? If there’s a Contract class available, why doesn’t the “calculateCommission” method exist on it?