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
// GIST: https://gist.github.com/shdwjk/28d4970fe59fa15d3d67 | |
var MotD = MotD || (function() { | |
'use strict'; | |
var version = 0.1, | |
motdNoteId, | |
motdNoteName = 'MotD Note', | |
motdText, |
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 VantePCPP = VantePCPP || (function() { | |
'use strict'; | |
var version = 0.3, | |
powerCardFunction = function() { | |
}, | |
checkInstall = function() { | |
if("undefined" !== typeof PowerCard && _.isFunction(PowerCard.Process)) { |
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
// GIST: https://gist.github.com/shdwjk/bcbab15465b8a13330e7 | |
var BashDice = BashDice || (function() { | |
'use strict'; | |
var version = 0.1, | |
ch = function (c) { | |
var entities = { | |
'<' : 'lt', |
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
// GIST: https://gist.github.com/shdwjk/d67c07ba49e1a57a1c0f | |
var DarknessClosingIn = DarknessClosingIn || (function() { | |
'use strict'; | |
var version = 0.1, | |
schemaVersion = 0.1, | |
checkInstall = function() { | |
if( ! _.has(state,'DarknessClosingIn') || state.DarknessClosingIn.version !== schemaVersion) { |
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 RealRollableTable = RealRollableTable || (function() { | |
'use strict'; | |
var version = 1.0003, | |
tables = _.groupBy(findObjs({ type: 'rollabletable' }), function(table) { return table.get('name').toLowerCase(); }), | |
powerCardFunction = function() { | |
}, | |
getSystemId = function () { | |
// Get character id of `system` |
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
// GIST: https://gist.github.com/shdwjk/dc0e5f5458e681925dc5 | |
var FateDots = FateDots || (function(){ | |
'use strict'; | |
var version = 0.1, | |
schemaVersion = 0.3, | |
regex = { | |
statuses: /^(?:red|blue|green|brown|purple|pink|yellow|skull|sleepy|half-heart|half-haze|interdiction|snail|lightning-helix|spanner|chained-heart|chemical-bolt|death-zone|drink-me|edge-crack|ninja-mask|stopwatch|fishing-net|overdrive|strong|fist|padlock|three-leaves|fluffy-wing|pummeled|tread|arrowed|aura|back-pain|black-flag|bleeding-eye|bolt-shield|broken-heart|cobweb|broken-shield|flying-flag|radioactive|trophy|broken-skull|frozen-orb|rolling-bomb|white-tower|grab|screaming|grenade|sentry-gun|all-for-one|angel-outfit|archery-target)$/ | |
}, |
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
// GIST: https://gist.github.com/shdwjk/77599d68527e755f1d47 | |
var RandomRotate = RandomRotate || (function(){ | |
'use strict'; | |
var version = 0.1, | |
ch = function (c) { | |
var entities = { | |
'<' : 'lt', |
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
// GIST: https://gist.github.com/shdwjk/acda2fca3aaaa114242d | |
var SpinTokens = SpinTokens || (function(){ | |
'use strict'; | |
var version = 0.3, | |
schemaVersion = 0.1, | |
spinInterval = false, | |
stepRate = 200, | |
defaultSecondsPerCycle = 20, |
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
// GIST: https://gist.github.com/shdwjk/7ddf557cc365f489659f | |
var MovePlayers = MovePlayers || (function() { | |
'use strict'; | |
var version = 0.1, | |
ch = function (c) { | |
var entities = { | |
'<' : 'lt', |
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
// GIST: https://gist.github.com/shdwjk/e24c6a251af7969291ec | |
var SizeLock = SizeLock || (function() { | |
'use strict'; | |
var version = 0.1, | |
schemaVersion = 0.1, | |
performLock = function() { | |
if( ! state.SizeLock.locked ) { |