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

WoD Macro

Hello everybody, I am a total noob at this stuff,but  my lazyness faroverweighs my ignorance. Toavoid switching to the sheet and back, I ma trying to setup a macro that will ask you for you attribute, your skill, and the difficulty. So far so good. It ask's you about thedifficulty before the skill wich isn't amazing, but a setback I could live with. The issue is I need sdf1 in there too, so it detracts 1 from successes and sorts the dice (which isn't totally necessary. Thesorting I mean.) It would be nice if it also doubles the successes of 10, but that is optional too... Now my issue is, where to put the sdf1? Sorry if that's a dumb question. /roll ?{/roll ?{Seleziona Attributo|    Forza,1|    Destrezza,6|    Costituzione,4|    Carisma,6|    Persuasione,3|    Aspetto,5|    Percezione,4|    Intelligenza,4|    Prontezza,3}d10>?{Difficulty?|0}+?{/roll ?{Seleziona Skill| Sesto senso,3| Atletica,4| Consapevolezza,3| Empatia,4| Espressività,4| Intimidire,3| Sotterfugio,3| Galateo,3| Exp. Artistica,5| Accadmiche,6| Occulto,3|}d10>?{Difficulty?|0}
I'm not sure if this is quite what you are after, it is done for use with Vampire the Masquerade V20 rules.  It asks for attribute, ability, any other modifiers to the dice pool, and the difficulty.  It then rolls the dice deducts any 1s from the successes and explodes any 10s.  If you have any health penalty then if you put that in your token's Bar 1, it will take that off the number of dice being rolled as well.  It also tells you how many dice were rolled, and if you hover over that number it will say what they were from as well. @{selected|token_name} rolls [[ [[ ?{Attribute| Strength, @{selected|strength} [Strength]| Dexterity, @{selected|dexterity} [Dexterity]| Stamina, @{selected|Stamina} [Stamina]| Charisma, @{selected|Charisma} [Charisma]| Manipulation, @{selected|Manipulation} [Manipulation]| Appearance, @{selected|Appearance} [Appearance]| Perception, @{selected|Perception} [Perception]| Intelligence, @{selected|Intelligence} [Intelligence]| Wits,@{selected|Wits} [Wits]} + ?{ability| Alertness, @{selected|Alertness} [Alertness]| Athletics, @{selected|athletics} [Athletics]| Awareness, @{selected|Awareness} [Awareness]| Brawl, @{selected|Brawl} [Brawl]| Empathy, @{selected|Empathy} [Empathy]| Expression, @{selected|Expression} [Expression]| Intimidation, @{selected|Intimidation} [Intimidation]| Leadership, @{selected|Leadership} [Leadership]| Streetwise, @{selected|Streetwise} [Streetwise]| Subterfuge, @{selected|Subterfuge} [Subterfuge]| Animal Ken, @{selected|AnimalKen} [Animal Ken]| Craft, @{selected|Crafts} [Crafts]| Drive, @{selected|Drive} [Drive]| Etiquette, @{selected|Etiquette} [Etiquette]| Firearms, @{selected|Firearms} [Firearms]| Larceny, @{selected|Larceny} [Larceny]| Melee, @{selected|Melee} [Melee]| Performance, @{selected|Performance} [Performance]| Stealth, @{selected|Stealth} [Stealth]| Survival, @{selected|Survival} [Survival]| Academics, @{selected|Academics} [Academics]| Computer, @{selected|Computer} [Computer]| Finance, @{selected|Finance} [Finance]| Investigation, @{selected|Investigation} [Investigation]| Law, @{selected|Law} [Law]| Medicine, @{selected|Medicine} [Medicine]| Occult, @{selected|Occult} [Occult]| Politics, @{selected|Politics} [Politics]| Science, @{selected|Science} [Science]| Technology, @{selected|Technology} [Technology]|} + ?{any additional dice|0} [other modifiers]+@{selected|bar1} [health] ]]d10>?{difficulty|6}f1! ]] success(es) from $[[0]] dice Hope it is of some help.