How do I add scaling number into my subclass feature descriptions to show up on the character sheet as different values as they level up? Example: Fighter second wind scaling by level shows what level they're at. Also how do I add scaling level + intelligence modifier?
Hello Donoflan! The fighter's second wind is just done through the "Snippet" -- AKA, what appears when you look at the feature on the character sheet.
Specifically the snippet used there is {{classlevel}}, so when it views for a 5th level Fighter as 1d10 + 5 on the sheet, it is written as 1d10 + {{classlevel}} in order to connect that value.
If you're looking for a feature to read similarly on the sheet to be adding the level and the Intelligence modifier, you would want something like: {{classlevel+modifier:int}}. This would give a character of level 3 in the class, with a +2 modifier to Intelligence a value of +5 displaying on the sheet.
How do I add scaling number into my subclass feature descriptions to show up on the character sheet as different values as they level up? Example: Fighter second wind scaling by level shows what level they're at. Also how do I add scaling level + intelligence modifier?
Thanks
Hello Donoflan! The fighter's second wind is just done through the "Snippet" -- AKA, what appears when you look at the feature on the character sheet.
Specifically the snippet used there is {{classlevel}}, so when it views for a 5th level Fighter as 1d10 + 5 on the sheet, it is written as 1d10 + {{classlevel}} in order to connect that value.
If you're looking for a feature to read similarly on the sheet to be adding the level and the Intelligence modifier, you would want something like: {{classlevel+modifier:int}}. This would give a character of level 3 in the class, with a +2 modifier to Intelligence a value of +5 displaying on the sheet.
You can find out more about snippets here.
Awesome, perfect and useful thread i'll use a lot now.