- Reporting
- Test
- Test
- Another test
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
<!DOCTYPE html> | |
<!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]--> | |
<!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]--> | |
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]--> | |
<head> | |
<!-- // Content Type - Header Info --> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
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
@mixin respond-to($media, $retina: true) { | |
// Settings | |
$small : 320px; | |
$medium : 700px; | |
$large : 1300px; | |
@if $media == 'small' { | |
@if $retina == true { | |
@media |
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
:trumpet: :trumpet: :trumpet: | |
*Trumpets sound in the distance as a herald in the livery of Dungeons & Flagons takes the stage. You see them unroll a scroll of red parchment paper and in a booming voice proclaim:* | |
**Pick Your Side Against the Red Wizards of Thay in __DDEP1: The Red War__**! | |
A Three Hour Charity EPIC Adventure for 1st-20 Level Characters with proceeds going to The Game Academy: <http://www.thegameacademy.org/> | |
``` | |
The Cults of Elemental Evil brought incredible destruction down on the city of Mulmaster. In its hour of need, Mulmaster received aid from an unlikely source- the Mageocracy of Thay, ruled by the lich Szazz Tam. With Mulmaster moving ever closer to Thay’s orbit and strife brewing within the Factions for action, the hour is ripe for conflict. |
Dice Box Bundle
Custom Engraved Dice Box
Custom Hero Forge Mini & Paint Job
Custom Hand Stitched Dice bag w/ Dice Set
2 Additional Sets of Dice
Epic Mini Bundle
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
// Github: https://github.com/shdwjk/Roll20API/blob/master/TurnMarker1/TurnMarker1.js | |
// By: The Aaron, Arcane Scriptomancer | |
// Contact: https://app.roll20.net/users/104025/the-aaron | |
/* global GroupInitiative:false Mark:false */ | |
/* ############################################################### */ | |
/* TurnMarker */ | |
/* ############################################################### */ | |
var TurnMarker = TurnMarker || (function(){ |
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
/* | |
* Version: 0.3.11 | |
* Made By Robin Kuiper | |
* Skype: RobinKuiper.eu | |
* Discord: Atheos#1095 | |
* My Discord Server: https://discord.gg/AcC9VME | |
* Roll20: https://app.roll20.net/users/1226016/robin | |
* Roll20 Thread: https://app.roll20.net/forum/post/6252784/script-statusinfo | |
* Roll20 Wiki: https://wiki.roll20.net/Script:StatusInfo | |
* Github: https://github.com/RobinKuiper/Roll20APIScripts |
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
on('ready', function() { | |
on('chat:message', function(msg) { | |
if (msg.type == "api" && msg.content.indexOf("!char-pic") !== -1) { | |
var charid =msg.content.split(' ')[1]; | |
var c = getObj('character',charid); | |
if(c) { | |
var fPart = "<div style='box-shadow: 3px 3px 2px #888888; font-family: Verdana; text-shadow: 2px 2px #000; text-align: center; vertical-align: middle; padding: 1px 1px; margin-top: 0.1em; border: 1px solid #000; border-radius: 8px 8px 8px 8px; color: #FFFFFF;"; | |
var Pic = fPart + "background-color:#AAAAAA;'><img src='" + c.get('avatar') + "'></div>"; | |
sendChat('', "/direct " + Pic); |
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
// Calendar and down day counter for Faerun | |
// Created by Kirsty (https://app.roll20.net/users/1165285/kirsty) | |
// API Commands: | |
// !cal - for the GM displays the menu in the chat window, for a player displays date, weather, moon and down days | |
// Red Colour: #7E2D40 | |
var Calendar = Calendar || (function() { | |
'use strict'; |
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
# App Usability Quirks | |
**Log** | |
- [ ] When selecting ‘Log Past Reading’, I have to select the input before I can continue, even if I’m logging for today. | |
- [ ] The inputs in Log Title should be vertically centered | |
- [ ] The book info in Log Title should be vertically centered | |
- [ ] The color of the text in the ‘Next’ input should be White, not Grey | |
- [ ] 0h, 0m is a confusing way to show hours and minutes, this should be more ‘user readable’ | |
**General UI** |
OlderNewer