This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jshint esversion: 9 */ | |
// OPen and Blind Checks for the 5th Edition OGL by Roll20 | |
// Create a token action macro called "OpenChecks" with the action "!OpenChecks" | |
// Create a token action macro called "BlindChecks" with the action "!BlindChecks" | |
// Give all your players access to both. | |
const OpenBlindChecks = (() => { | |
const buildTable = (values) => { | |
let getMod = (g) => { | |
return g ? g.mod : -5; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jshint esversion: 9 */ | |
// OPen and Blind Checks for the 5th Edition OGL by Roll20 | |
// Create a token action macro called "OpenChecks" with the action "!OpenChecks" | |
// Create a token action macro called "BlindChecks" with the action "!BlindChecks" | |
// Give all your players access to both. | |
const OpenBlindChecks = (() => { | |
const buildTable = (values) => { | |
let getMod = (g) => { | |
return g ? g.mod : -5; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var markdownNotesBio = markdownNotesBio || (() => { | |
const version = '1.0.1'; | |
const lastUpdate = 1578078196; | |
const schemaVersion = 1.0; | |
const CONFIG = { | |
apiStart: '<!-- API_markdown -->', | |
apiEnd: '<!-- API_markdown_end -->' | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var markdown = markdown || (() => { | |
const version = '1.0.9'; | |
const lastUpdate = 1578236090; | |
const checkInstall = () => { | |
log('-=> markdown v'+version+' <=- ['+(new Date(lastUpdate*1000))+']'); | |
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var DungeonDraw = DungeonDraw || (function(){ | |
'use strict'; | |
//settings | |
var defaultTexture = 'Old School|#18769c', | |
cssButtonAnchor = ' style="border: 1px solid AliceBlue; background-color: SteelBlue; color: white;" ', | |
cssButtonSpan = ' style="color: white; font-weight: normal; display: block; width: 150px;" ', | |
cssButtonAnchorImg = ' style="border: 1px solid Black; background-color: White; color: white;" ', | |
cssButtonImg = ' style="padding: 0px 0px 0px 0px; outline: none; border: none;" ', | |
deferred={ | |
batchSize: 30, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*global on, _, log, createObj, findObjs */ | |
/*jslint white: true, multivar: true, single: true, bitwise: true, browser: true */ | |
var RotatingMadness = RotatingMadness || (function(){ | |
"use strict"; | |
var script = {name: "RotatingMadness", version: 1.0, last_update: 1476924569, schema_version: 1.0}, | |
your_library = [ | |
{imgsrc: "https://s3.amazonaws.com/files.d20.io/images/24366259/sCxV-8v6FO9x9khDM-XPDQ/thumb.png?1476919656", tileName: "mapmaze"}, | |
{imgsrc: "https://s3.amazonaws.com/files.d20.io/images/24366260/OgnC_UlRwWEBaRA1AoFV1w/thumb.png?1476919660", tileName: "spinner"} |
NewerOlder