
So this doesn't need to be the tidiest thing but what i'm looking for is a API for 5th edition dungeons and dragons npc's to all have 1 more hit die to their health or something like that. The method would be as follows: I go to the put in an API script: Something sorta like "NPC creature health = Standard + >insert value here<" It affects all creatures and maybe even the PC's but I can fix that afterwards. If mr goblin has 1d6+2 rolled for his health, then when I put "1" into "insert value here" in the formula it'll become 2d6+2, the average will update and so on. The purpose for this is so I can quickly "beef up" all creatures based on the team composition. I have a team of 6, all the creatures mysteriously beef up abit. If the team drops back to 4, I just set the value to "0" so nothing changes. Anyone got a possible solution for me?