This file contains hidden or 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/357e0632a1096375de58 | |
| var TokenMod = TokenMod || (function() { | |
| 'use strict'; | |
| var version = 0.53, | |
| schemaVersion = 0.1, | |
| fields = { | |
| // booleans |
This file contains hidden or 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/91a2d2b076f687eb8406 | |
| var GroupInitiative = GroupInitiative || (function() { | |
| 'use strict'; | |
| var version = 0.41, | |
| schemaVersion = 0.5, | |
| bonusCache = {}, | |
| statAdjustments = { | |
| 'Stat-DnD': { |
This file contains hidden or 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/5119cf1c5ffdf3088308 | |
| var Mark = Mark || (function() { | |
| 'use strict'; | |
| var version = 0.22, | |
| schemaVersion = 0.2, | |
| markerURL = 'https://s3.amazonaws.com/files.d20.io/images/4994795/7MdfzjgXCkaESbRbxATFSw/thumb.png?1406949835', | |
This file contains hidden or 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: | |
| var TokenLock = TokenLock || (function() { | |
| 'use strict'; | |
| var version = 0.11, | |
| schemaVersion = 0.1, | |
| performLock = function() { | |
| if( ! state.TokenLock.locked ) { |
This file contains hidden or 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/baab586565149fe0fca5 | |
| var AutoStatusMarker = AutoStatusMarker || (function() { | |
| 'use strict'; | |
| var HitPointBarNum = 3, | |
| TempHitPointsIn = 'temp_HP', | |
| BloodiedMarker = 'half-heart', | |
| DyingMarker = 'dead', |
This file contains hidden or 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/8d5bb062abab18463625 | |
| var IsGMModule = IsGMModule || { | |
| version: 0.6, | |
| active: true, | |
| reset_password: "swordfish", | |
| CheckInstall: function() { | |
| var players = findObjs({_type:"player"}); |
This file contains hidden or 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/ed16764c268129afff22 | |
| /* ############################################################### */ | |
| /* TurnMarker */ | |
| /* ############################################################### */ | |
| var TurnMarker = TurnMarker || { | |
| version: 1.24, | |
| schemaVersion: 1.16, | |
| active: false, |