Add files via upload

This commit is contained in:
VJ ROLMASTERS
2026-05-19 18:42:09 +02:00
committed by GitHub
parent 7edf5d9db8
commit acac011eb9
+30 -30
View File
@@ -1519,43 +1519,43 @@ on("change:job", function(eventInfo) {
switch(eventInfo.newValue) {
case "BARD":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_BARD_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_BARD_160px.png";
break;
case "BIOMANCER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_BIOMANCER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_BIOMANCER_160px.png";
break;
case "DARK MAGE":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_DARKMAGE_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_DARKMAGE_160px.png";
break;
case "DRAGOON":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_DRAGOON_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_DRAGOON_160px.png";
break;
case "ENGINEER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_ENGINEER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_ENGINEER_160px.png";
break;
case "HUNTER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_HUNTER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_HUNTER_160px.png";
break;
case "INVOKER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_INVOKER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_INVOKER_160px.png";
break;
case "LIGHT MAGE":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_LIGHTMAGE_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_LIGHTMAGE_160px.png";
break;
case "MONK":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_MONK_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_MONK_160px.png";
break;
case "PALADIN":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_PALADIN_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_PALADIN_160px.png";
break;
case "THIEF":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_THIEF_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_THIEF_160px.png";
break;
case "WARRIOR":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_WARRIOR_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_WARRIOR_160px.png";
break;
case "OTHER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_OTHER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_OTHER_160px.png";
break;
}
@@ -1572,43 +1572,43 @@ on("change:job2", function(eventInfo) {
switch(eventInfo.newValue) {
case "BARD":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_BARD_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_BARD_160px.png";
break;
case "BIOMANCER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_BIOMANCER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_BIOMANCER_160px.png";
break;
case "DARK MAGE":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_DARKMAGE_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_DARKMAGE_160px.png";
break;
case "DRAGOON":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_DRAGOON_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_DRAGOON_160px.png";
break;
case "ENGINEER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_ENGINEER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_ENGINEER_160px.png";
break;
case "HUNTER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_HUNTER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_HUNTER_160px.png";
break;
case "INVOKER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_INVOKER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_INVOKER_160px.png";
break;
case "LIGHT MAGE":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_LIGHTMAGE_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_LIGHTMAGE_160px.png";
break;
case "MONK":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_MONK_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_MONK_160px.png";
break;
case "PALADIN":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_PALADIN_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_PALADIN_160px.png";
break;
case "THIEF":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_THIEF_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_THIEF_160px.png";
break;
case "WARRIOR":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_WARRIOR_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_WARRIOR_160px.png";
break;
case "OTHER":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/JOB_SA_OTHER_160px.png";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/JOB_SA_OTHER_160px.png";
break;
}
@@ -1627,16 +1627,16 @@ on("change:background", function(eventInfo) {
switch(eventInfo.newValue) {
case "1":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/SKIES_ABOVE_FONDO_B1.jpg";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/SKIES_ABOVE_FONDO_B1.jpg";
break;
case "2":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/SKIES_ABOVE_FONDO_B2.jpg";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/SKIES_ABOVE_FONDO_B2.jpg";
break;
case "3":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/SKIES_ABOVE_FONDO_B3.jpg";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/SKIES_ABOVE_FONDO_B3.jpg";
break;
case "4":
imgUrl = "https://rolmasters.com/ROLL20/SKIES_ABOVE/SKIES_ABOVE_FONDO_B5.jpg";
imgUrl = "https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Skies Above/images/SKIES_ABOVE_FONDO_B5.jpg";
break;
}