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

Kitsune Fox Form Pathfinder macro

I am trying to macro a buff for when a character is in fox form, so far I have: +4 to Dexterity -2 to Strength +1 to AC_Bonus -2 to CMB -2 to CMD +2 to AC +4 to fly +8 to Stealth I am trying to figure out a way how to also program that Climb and Swim now use Dex instead of Str to calculate.  Any help or ease of macro would be appreciated
1706039532

Edited 1706039664
Gauss
Forum Champion
Hi Nate B.,  Which character sheet are you using? If you don't know the name please supply a screenshot.  Also, does the game owner have a Pro account? 
The character is Yukina from my National Gaming Group Game.  I do not believe the owner has a Pro account.
1706043471

Edited 1706043582
Gauss
Forum Champion
Sorry, I think there was a miscommunication. I need the name of the character sheet that your group is using. Not your character's name.  I know you said you are playing Pathfinder, but there are multiple Pathfinder character sheets. If you don't know the name of the sheet, please supply a screenshot so that I can identify the sheet.
my mistake, Pathfinder by Roll20 sheet
1706044385

Edited 1706045358
Gauss
Forum Champion
So first, without API you cannot apply modifiers via a macro.  However, the Pathfinder 1e by Roll20 sheet has a section for buffs which I can help you with. When you switch to Kitsune form you just click the buff and everything is different.   Before I get into that, I need to know the kinds of buffs. To confirm:  +4 to Dexterity = size bonus -2 to Strength = penalty (penalties are untyped) +1 to AC = Natural Armor bonus -2 to CMB = due to size -2 to CMD = due to size +2 to AC = due to size modifier +4 to Fly = due to size modifier +8 to Stealth = due to size modifier If I am not mistaken, you also get a +2 to Attack due to size modifier? Also, it's been awhile but doesn't CMB switches from Strength based to Dexterity based due to being Tiny?  edit: I checked and yes, the rule is that CMB switches from Strength to Dexterity when you are Tiny. 
1706049072

Edited 1706049542
Gauss
Forum Champion
Ok, take two...I forgot to copy the post and...Roll20 ate it.  You can do this with two buffs. I tried it in one buff but it didn't like it for some reason.  Buff #1:  Name: Fox Form pt1 Mods:  -2 to Strength; +4 to Dexterity; +2 to AC; +1 to Natural; -2 to CMD; +4 to Fly; +8 to Stealth; +2 to Attack Buff #2:  Name: Fox Form pt2 Mods:  -2 -1*(@{strength_mod}) +@{dexterity_mod} to CMB; -1*(@{strength_mod}) +@{dexterity_mod} to Climb; -1*(@{strength_mod}) +@{dexterity_mod} to Swim What they do:  Fox Form pt 1 is the basics.  Size modifiers to AC, CMD, Fly, Stealth, and Attack plus the Strength, Dexterity, and Natural Armor modifiers from Beast Shape II Fox Form pt 2 uses a calculation to effectively flip Strength to Dexterity for CMB, Climb, and Swim.