Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Godbound Damage Converion Mapping

I'm currently playing a game of godbound, which handles damage in an unusual way. Instead of rolling damage straight, you take your total damage roll and convert it via table, i.e Damage Rolled Damage Dealt >=1 0 2-5 1 6-9 2 >=10 4 Is there any way to take my damage roll (say 1d8+3 for argument's sake) and convert it to the correct values?
1521019586

Edited 1521019720
Ziechael
Forum Champion
Sheet Author
API Scripter
Heres a cheeky little way to do it: [[ {2,6,10,10}<[[1d8+3]] ]] Should give you the right range of results depending on your roll:
1521039884
The Aaron
Pro
API Scripter
Wow, that's super clever!
1521041704
Ziechael
Forum Champion
Sheet Author
API Scripter
Most of these tricks are learned from Silvyre at one point or another lol... I'll take credit for vaguely remembering it though ;)
1521042165
Finderski
Pro
Sheet Author
Compendium Curator
You could also do something like this: &{template:default} {{Damage Roll=[[1d8+3]]}} {{Damaged Rolled = Damage Dealth}} {{1 or less = 0}} {{2-5 = 1}} {{6-9 = 2}} {{10+ = 4}} Which outputs: