From 709fdf6f852b3ce8fc22fae79b6f99d56825ae91 Mon Sep 17 00:00:00 2001 From: nesuprachy <64099419+nesuprachy@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:20:52 +0200 Subject: [PATCH 1/2] Token marker set download link --- DrD2StatusMarkers/script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DrD2StatusMarkers/script.json b/DrD2StatusMarkers/script.json index 3035f1d4b..662aeceb6 100644 --- a/DrD2StatusMarkers/script.json +++ b/DrD2StatusMarkers/script.json @@ -3,7 +3,7 @@ "script": "DrD2StatusMarkers.js", "version": "0.1.2", "previousversions": ["0.1.0", "0.1.1"], - "description": "Designed for use only with the Draci Doupe II sheet.\n\nThis script sets token markers based on relevant sheet attributes.\nWorks with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`.", + "description": "Designed for use only with the Draci Doupe II sheet.\n\nThis script sets token markers based on relevant sheet attributes.\nWorks with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`, `GRY`.\nYou can download the token marker set [here](https://raw.githubusercontent.com/nesuprachy/roll20-character-sheets/Draci-doupe-II/Draci%20doupe%20II/assets/DrD2-token_markers.zip).", "authors": "nesuprachy", "roll20userid": "11071738", "useroptions": [], From a1776d4bb3903a90d84745c867e38f9e6ad3b0ff Mon Sep 17 00:00:00 2001 From: nesuprachy <64099419+nesuprachy@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:25:51 +0200 Subject: [PATCH 2/2] Workaround for Roll20 not allowing zip inside repo Used https://download-directory.github.io/ instead --- DrD2StatusMarkers/script.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DrD2StatusMarkers/script.json b/DrD2StatusMarkers/script.json index 662aeceb6..8b1e65c42 100644 --- a/DrD2StatusMarkers/script.json +++ b/DrD2StatusMarkers/script.json @@ -3,7 +3,7 @@ "script": "DrD2StatusMarkers.js", "version": "0.1.2", "previousversions": ["0.1.0", "0.1.1"], - "description": "Designed for use only with the Draci Doupe II sheet.\n\nThis script sets token markers based on relevant sheet attributes.\nWorks with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`, `GRY`.\nYou can download the token marker set [here](https://raw.githubusercontent.com/nesuprachy/roll20-character-sheets/Draci-doupe-II/Draci%20doupe%20II/assets/DrD2-token_markers.zip).", + "description": "Designed for use only with the Draci Doupe II sheet.\n\nThis script sets token markers based on relevant sheet attributes.\nWorks with the DrD2 token marker set, icons must be named `RED`, `BLU`, `GRN`, `VIO`, `BLK`, `GRY`.\nYou can download the token marker set [here](https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fnesuprachy%2Froll20-character-sheets%2Ftree%2FDraci-doupe-II%2FDraci%2520doupe%2520II%2Fassets%2FDrD2-token_markers).", "authors": "nesuprachy", "roll20userid": "11071738", "useroptions": [],