Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "D00Lite"

From Roll20 Wiki

Jump to: navigation, search
(Macro for a D00 Die Roll)
m
Line 35: Line 35:
 
=== Creating A Custom Deck for Bones===
 
=== Creating A Custom Deck for Bones===
  
In order to easily track Bones, you can create a custom card deck (decks and tables tab, "Add" button). Pick an image to use as the card background and upload it, and then create a card. Upload an image to use as the card front. Set "Cards in deck are infinite." Shuffle the deck once and your basic bones deck is complete.
+
In order to easily track Bones in Covert Ops, you can create a custom card deck (decks and tables tab, "Add" button). Pick an image to use as the card background and upload it, and then create a card. Upload an image to use as the card front. Set "Cards in deck are infinite." Shuffle the deck once and your basic bones deck is complete.
 +
 
 +
=== D00lite Games ===
 +
There are currently two released games that use the D00lite engine.
 +
 
 +
* BareBones Fantasy Role Playing Game
 +
* Covert Ops, a Barebones Role-Playing game of espionage and paramilitary adventure

Revision as of 06:38, 21 March 2014

Contents

Macro for a D00 Die Roll

The D00lite rule engine uses rolls of 0-99 instead of the usual D100 results of 1-100. This means you need to create a simple macro to roll this properly:

/r 1d100 -1

You can make it a bit more useful by including a pop up asking for the modifier to apply to the roll. The result is then final.

/r (1d100) + ?{Mod|0} -1

The same as an Inline Roll.

/em rolls a [[1d100 + ?{Mod|0} -1]]

Macro for Initiative

Initiative uses a "Roll number of dice, keep highest" mechanic. This macro will open a pop up window and ask you to input your initiative value. The result will be added to the turn tracker for the currently selected token.

/r ?{Initiative}d10k1 &{tracker}

The same as an inline roll:

/em rolls initiative [[?{Initiative}d10k1 &{tracker} ]]

Creating A Custom Deck for Bones

In order to easily track Bones in Covert Ops, you can create a custom card deck (decks and tables tab, "Add" button). Pick an image to use as the card background and upload it, and then create a card. Upload an image to use as the card front. Set "Cards in deck are infinite." Shuffle the deck once and your basic bones deck is complete.

D00lite Games

There are currently two released games that use the D00lite engine.

  • BareBones Fantasy Role Playing Game
  • Covert Ops, a Barebones Role-Playing game of espionage and paramilitary adventure