Skip to content

Commit 7b5bbe3

Browse files
authored
Merge pull request #2181 from henrywild/ffg-swrpg-dice-6.4.3
Update FFG-SWRPG-Dice-Roller to publish v6.4.3 and credit previous work
2 parents 1960a5a + 4623060 commit 7b5bbe3

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

FFG-SWRPG-Dice-Roller/6.4.3/FFG-SWRPG-Dice-Roller.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Current Version: 6.4.3
3-
Last updated: 03.15.2018
3+
Last updated: 21.02.2026
44
Character Sheet and Script Maintained by: Samuel T.
55
Older Verions: https://github.com/dayst/StarWarsEdgeOfTheEmpire_Dice
66
Credits:
@@ -40,6 +40,7 @@
4040
Optgroups for dropdowns
4141
API Chat Commands
4242
Dice Downgrade fix by Bast L.
43+
Image links updated for UK users by Hannah Eliz and Flo Wild
4344
Settings:
4445
Log
4546
* default: 'on' and 'single'
@@ -1341,7 +1342,7 @@ eote.defaults = {
13411342
FORCE: {
13421343
D: "https://imgbox.com/PHAcAdmI",
13431344
DD: "https://imgbox.com/Yjzbiu70",
1344-
L: "hhttps://imgbox.com/22z7Daon",
1345+
L: "https://imgbox.com/22z7Daon",
13451346
LL: "https://imgbox.com/5SQR1Upe"
13461347
},
13471348
PROFICIENCY: {

FFG-SWRPG-Dice-Roller/script.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Star Wars: Fantasy Flight Games - Dice Roller",
33
"script": "FFG-SWRPG-Dice-Roller.js",
4-
"version": "6.3.0",
5-
"previousversions": ["2.6", "3.0", "4.0.2.17","4.0.4.3"],
6-
"description": "This is the Fantasy Flight Games Star Wars Role Playing Game Dice Roller. It is used in combination with the Star Wars FFG API-Compatible Character Sheet. NOTE: \r\r**Version 2.6 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet\r** Version 3.0 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Added Destiny Rolls\r** Version 4.0.2.17 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Added code cleanup and Character Sheet Auto Creator\r** Version 4.0.4.2 - Not Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Needs to use 4.0.4.0 or higher to utilize. - Added Roll Templates\r**Version 6.3.0 - Added Skill Roll Suggestion Engine, NPC Sheet, collapsible sections, and much more\r** Supports, Dice rolling with graphics, Destiny Point Tracking, Critical Injury/Hit Rolls, Over Encumbrance auto setback adding, Skill Rolls, Opposed Rolls, Initiative Rolls, Auto Character Sheet creation, and Debugging.\r\r**API Commands:**r** \r**!eed g# y# b# blk# r# p# w# or g#+# or g#-# - Rolls Dice\r**!eed CharacterID(character) destiny RegisterPlayer** - Syncs Destiny Pool to what is listed on the GM's heet (typically only done by players). \r**!eed characterID(character) 1w destiny doRoll** - Roll a Destiny Point \r**!eed characterID(character) destiny useLight** - Use a Light Side Destiny Point\r**!eed characterID(character) destiny sendUpdate** - Force the Players to update their Destiny Point display (typically only done by the GM).\r**!eed characterID(character) destiny clearPool** - Clear the Destiny Pool\r**!eed characterID(character) destiny useDark** - Use a Dark Side Destiny Point\r**!eed resetdice characterID** - Reset Dice in the Dice Pool\r**crit(roll) crit(roll|#) crit(heal|#)** - Apply a Critical Injury - Added to !eed dice rolls\r**critShip(roll) critShip(roll|#) critShip(heal|#)** - Apply a Critical Hit - Added to !eed dice rolls\r**encum(encum_current|encum_threshold)** - Check if over encumberance threshold - Added to !eed dice rolls\r**skill(char_value|skill_value)** - Roll a Skill - Added to !eed dice rolls\r**opposed(char_value|skill_value)** - Roll an Opposed check - Added to !eed dice rolls\r**!eed log on|off|multi|single** - Logging Options\r**!eed graphics on|off|s|m|l** - Graphics Options\r**!eed test** - Test 1 of each die.\r**!eed debug on|off** - Debug mode.\r**label(Name of Skill)** - Label a skill roll. - Added to !eed dice rolls\r**npcinit or pcinit and #b #g #y #blk #p #r #w** - Roll an Initiative Check. - Added to !eed dice rolls\r**upgrade(ability|#) or upgrade(difficulty|#)** - Upgrade the ability or Difficulty of a check. - Added to !eed dice rolls\r**downgrade(proficiency|#) or downgrade(challenge|#)** - Downgrade the ability or Difficulty of a check. - Added to !eed dice rolls\r**!charsheet** - Create a blank Character Sheet.",
7-
"authors": "Konrad J.,Steve Day, Arron, Andrew H., Tom F., Akashan, GM Knowledge Rhino,Tim P.",
8-
"roll20userid": "77736,446406,104025,45755,193829,173154,472728,1190923",
4+
"version": "6.4.3",
5+
"previousversions": ["2.6", "3.0", "4.0.2.17","4.0.4.3", "6.3.0"],
6+
"description": "This is the Fantasy Flight Games Star Wars Role Playing Game Dice Roller. It is used in combination with the Star Wars FFG API-Compatible Character Sheet. NOTE: \r\r**Version 2.6 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet\r** Version 3.0 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Added Destiny Rolls\r** Version 4.0.2.17 - Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Added code cleanup and Character Sheet Auto Creator\r** Version 4.0.4.2 - Not Compatible with Depreciated Star Wars - Edge of the Empire (API-Compatible) Character Sheet - Needs to use 4.0.4.0 or higher to utilize. - Added Roll Templates\r**Version 6.3.0 - Added Skill Roll Suggestion Engine, NPC Sheet, collapsible sections, and much more\r** Supports, Dice rolling with graphics, Destiny Point Tracking, Critical Injury/Hit Rolls, Over Encumbrance auto setback adding, Skill Rolls, Opposed Rolls, Initiative Rolls, Auto Character Sheet creation, and Debugging.\r**Version 6.4.3 - Updated dice icons for UK users.\r\r**API Commands:**r** \r**!eed g# y# b# blk# r# p# w# or g#+# or g#-# - Rolls Dice\r**!eed CharacterID(character) destiny RegisterPlayer** - Syncs Destiny Pool to what is listed on the GM's heet (typically only done by players). \r**!eed characterID(character) 1w destiny doRoll** - Roll a Destiny Point \r**!eed characterID(character) destiny useLight** - Use a Light Side Destiny Point\r**!eed characterID(character) destiny sendUpdate** - Force the Players to update their Destiny Point display (typically only done by the GM).\r**!eed characterID(character) destiny clearPool** - Clear the Destiny Pool\r**!eed characterID(character) destiny useDark** - Use a Dark Side Destiny Point\r**!eed resetdice characterID** - Reset Dice in the Dice Pool\r**crit(roll) crit(roll|#) crit(heal|#)** - Apply a Critical Injury - Added to !eed dice rolls\r**critShip(roll) critShip(roll|#) critShip(heal|#)** - Apply a Critical Hit - Added to !eed dice rolls\r**encum(encum_current|encum_threshold)** - Check if over encumberance threshold - Added to !eed dice rolls\r**skill(char_value|skill_value)** - Roll a Skill - Added to !eed dice rolls\r**opposed(char_value|skill_value)** - Roll an Opposed check - Added to !eed dice rolls\r**!eed log on|off|multi|single** - Logging Options\r**!eed graphics on|off|s|m|l** - Graphics Options\r**!eed test** - Test 1 of each die.\r**!eed debug on|off** - Debug mode.\r**label(Name of Skill)** - Label a skill roll. - Added to !eed dice rolls\r**npcinit or pcinit and #b #g #y #blk #p #r #w** - Roll an Initiative Check. - Added to !eed dice rolls\r**upgrade(ability|#) or upgrade(difficulty|#)** - Upgrade the ability or Difficulty of a check. - Added to !eed dice rolls\r**downgrade(proficiency|#) or downgrade(challenge|#)** - Downgrade the ability or Difficulty of a check. - Added to !eed dice rolls\r**!charsheet** - Create a blank Character Sheet.",
7+
"authors": "Konrad J.,Steve Day, Arron, Andrew H., Tom F., Akashan, GM Knowledge Rhino,Tim P., Hannah Eliz, Flo Wild",
8+
"roll20userid": "77736,446406,104025,45755,193829,173154,472728,1190923,238289",
99
"useroptions": [],
1010
"dependencies": [],
1111
"modifies": {},

0 commit comments

Comments
 (0)