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

[5e Community] Roll20:DnD5e Character Sheet assistance

I am trying to make a pretty roll using the Roll20:DnD5e template but cannot seem to get it to work. I am a Ranger/Beastmaster class. I have a wolf which would use my Proficency bonus to all attack and damage rolls plus the wolfs strength which is 14 (+2), Damage is 2d4. I am also trying to make it show my DM that this is the wolf attack. Here is what I am trying to modify but not having much luck... New to scripting and trying to understand what the language is telling me. I am an armature at best. I would use the NPC section on My character sheet but there does not apprear to be a weapon box so i added a wolf attack to my sheet to at least work with the macro. &{template:5eDefault} {{character_name=@{Krishkan StalkingWolf|character_name}}} {{title=@{Krishkan StalkingWolf|meleeweaponname3}}} {{subheader=@{Krishkan StalkingWolf|character_name}}} {{subheaderright=Melee attack}} {{weapon=1}} {{simple=1}} {{rollname=Attack}} {{roll1=[[ 1d20cs>@{Krishkan StalkingWolf|meleeweaponcritrange3} + @{PB} + 2 ]]}} {{weapondamage=[[@{Krishkan StalkingWolf|meleedmg3} + [[@{Krishkan StalkingWolf|meleedmgbonus3}]] + [[(@{Krishkan StalkingWolf|global_melee_damage_bonus})]] ]] @{Krishkan StalkingWolf|meleedmgtype3}}} {{weaponcritdamage=Additional [[@{Krishkan StalkingWolf|meleecritdmg3}]] damage}} @{Krishkan StalkingWolf|classactionmeleeweapon}} @{Krishkan StalkingWolf|ro_melee3} @{Krishkan StalkingWolf|classactionmeleeweapon}
I'm guessing your problem is that you are appending your character's name with "Wolf". Only use the true name of the character when referencing it. I'm assuming your character's name is Krishkan Stalking. Using the NPC section will not work as you can only have one at a time. Your best bet would be to add a weapon attack to your sheet for the Wolf. Make it a + 2 for magic and 2d4 for damage.
I think i have it figured out and was able to use the fields in the NPC sheet. My Biggest problem is the roll wants to use my STR and not the Wolfs STR. The 2nd challenge is my Proficency Bonus needs to be added to both to hit and damage rolls. The Sheet references a @{PB} but this does not work when putting into the forumula. Here is what i have and it seems to be ok. I did have to use my survival_prof_mod to use the proficiency mod.  My final challenge is put inside the box "On hit,DC 11 Strength or be knocked prone" not sure how to do that as freetext is not working for me. &{template:5eDefault} {{character_name=@{Krishkan StalkingWolf|character_name}}} {{title=@{Krishkan StalkingWolf|meleeweaponname3}}} {{subheader=Cresense}}} {{subheaderright=Melee attack}} {{weapon=1}} {{simple=1}} {{rollname=Attack}} {{roll1=[[ 1d20cs>@{Krishkan StalkingWolf|meleeweaponcritrange3} + [[@{Krishkan StalkingWolf|npc_strength_mod}]] + [[@{Krishkan StalkingWolf|survival_prof_exp}]]]]}} {{weapondamage=[[@{Krishkan StalkingWolf|meleedmg3} + [[@{Krishkan StalkingWolf|npc_strength_mod}]] + [[@{Krishkan StalkingWolf|survival_prof_exp}]]]] @{Krishkan StalkingWolf|meleedmgtype3}}} {{weaponcritdamage=Additional [[@{Krishkan StalkingWolf|meleecritdmg3}]] damage}} @{Krishkan StalkingWolf|classactionmeleeweapon}} @{Krishkan StalkingWolf|ro_melee3} @{Krishkan StalkingWolf|classactionmeleeweapon} On hit,DC 11 Strength or be knocked prone
Add these lines to the macro end of the macro {{spellshowsavethrow=1}} {{spellsavedc=[[11]]}} {{spellsavestat=STR}} {{spellshoweffects=1}} {{spelleffect= Target knocked **PRONE**}} {{spellsavesuccess=Damage only}}
Ed Any ideas???/ When it does the 2nd d20 for advantage or disadvantage rolls its cancels out the +3 and uses +5 which is my bonus.I was referencing npc_strength_mod to differntiate my bonus vs the wolf which is a +1
It's the sheet workers that are built in referencing your character's stats. The @{Krishkan StalkingWolf|ro_melee3} line adds those. Like I said in my first post I think making a weapon attack on your character sheet for the wolf would be the easiest thing to do. Just adjust the magic bonus and the stat used until you get the bonus to attack and damage that you require. Then add the damage type as Piercing (**DC** [[11]] STR save or be knocked **Prone**) Here is how I did it. I changed the Attack stat to something that either matches the wolf's or has zero then adjust the magic bonus and damage accordingly.