User Tools

Site Tools


islandsintherift:roll20

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
islandsintherift:roll20 [2020/06/11 19:28] – created samislandsintherift:roll20 [2021/06/21 12:27] (current) sam
Line 3: Line 3:
 Since the campaign is being run in Roll20, I have written some scripts to help make it easier for me to run things. They are all available on [[https://github.com/samuelpenn/rpg/tree/master/roll20/traveller|GitHub]]. Since the campaign is being run in Roll20, I have written some scripts to help make it easier for me to run things. They are all available on [[https://github.com/samuelpenn/rpg/tree/master/roll20/traveller|GitHub]].
  
-===== Macros =====+There are also some comments on my blog about the [[https://blog.notasnark.net/2020/10/roll20-physics.html|physics APIs]] I added. 
 + 
 +===== Commands =====
  
 ==== Attacks ==== ==== Attacks ====
Line 22: Line 24:
  
 ==== Skills ==== ==== Skills ====
 +
 +{{ :islandsintherift:skill-roll.png?nolink|}}
  
 <code> <code>
Line 28: Line 32:
  
 Lists all the defined skills for the selected token. Each skill can be clicked on in order to roll it. Lists all the defined skills for the selected token. Each skill can be clicked on in order to roll it.
 +
 +The default characteristic (as set on the character sheet) is always used, and DMs cannot be specified this way. But it is a quick way to roll skills.
 +
 +If a skill has specialities, then the result for each speciality is shown. Each result is off the same dice roll.
 +
  
 ===== API Commands ===== ===== API Commands =====
Line 52: Line 61:
  
 ==== !skill ==== ==== !skill ====
 +
 +{{ :islandsintherift:skill-roll-with-dm.png?nolink|}}
  
 This makes a skill roll with a given characteristic, possibly with modifiers. This makes a skill roll with a given characteristic, possibly with modifiers.
Line 57: Line 68:
 <code> <code>
 !skill int admin !skill int admin
 +!skill i admin
 +!skill SOC Perform +4 +
 +</code>
 +
 +Like with attacks, DMs and boon/bane can be specified.
 +
 +Only the first letters of the characteristic need to be specified - all characteristics except for END can be specified with a single letter. For END, at least 'en' needs to be used.
 +
 +The skill name needs to be complete, but case is not important.
 +
 +
 +===== Macros =====
 +
 +=== STR ===
 +
 +<code>
 +!skill STR ?{Skill|STR, |Athletics|Melee} ?{Type|Normal, |Boon,+|Bane,-}
 +</code>
 +
 +=== DEX ===
 +
 +<code>
 +!skill DEX ?{Skill|DEX, |Animals|Art|Athletics|Deception|Drive|Electronics|Explosives|Flyer|Gunner|Gun Combat|Heavy Weapons|Melee|Pilot|Seafarer|Stealth}  ?{Type|Normal, |Boon,+|Bane,-}
 +</code>
 +
 +=== END ===
 +
 +<code>
 +!skill END ?{Skill|END, |Athletics|Carouse} ?{Type|Normal, |Boon,+|Bane,-}
 +</code>
 +
 +=== INT ===
 +
 +<code>
 +!skill INT ?{Skill|INT, |Advocate|Animals|Art|Broker|Deception|Diplomat|Electronics|Engineer|Gambler|Gunner|Heavy Weapons|Investigate|Mechanic|Navigation|Persuade|Profession|Recon|Science|Seafarer|Streetwise|Survival|Tactics} ?{Type|Normal, |Boon,+|Bane,-}
 +</code>
 +
 +=== EDU ===
 +
 +<code>
 +!skill EDU ?{Skill|EDU, |Admin|Advocate|Animals|Art|Astrogation|Diplomat|Electronics|Engineer|Explosives|Language|Mechanic|Medic|Navigation|Science|Seafarer|Steward|Survival|VaccSuit}  ?{Type|Normal, |Boon,+|Bane,-}
 +</code>
 +
 +=== SOC ===
 +
 +<code>
 +!skill SOC ?{Skill|SOC, |Admin|Advocate|Broker|Carouse|Deception|Diplomat|Leadership|Persuade|Profession|Steward}  ?{Type|Normal, |Boon,+|Bane,-}
 </code> </code>
  
  
islandsintherift/roll20.1591903698.txt.gz · Last modified: 2020/06/11 19:28 by sam