Skip to content

Commit

Permalink
Update fusionevoworkshopdarkmode.html
Browse files Browse the repository at this point in the history
Tinkered with dev copypaste a bit to be more consistent with what we have on DH
  • Loading branch information
KirbyRider1337 authored Oct 22, 2023
1 parent 22cea43 commit 43d4abe
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions fusionevoworkshopdarkmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,8 @@
f2 = f2.replace(".","-");
f2 = f2.replace(".","-");
window.t2=type2;
if (type2==="") {type2 = "],";
}
else {
type2 = ", ""+type2+""],";
if (type2!=="") {
type2 = ", ""+type2+""";
}

window.oldhp1 = document.getElementById("oldhp1").value;
Expand Down Expand Up @@ -1047,7 +1045,7 @@

document.getElementById("xd2").innerHTML="\`\`\`"+fusion+" = "+fuse1+" + "+fuse2+"\n"+type+"/"+t2+"\n\nHPs: "+hp+" \t\t+"+modhp+"\t\t" +mixbulk+ "\nAtk: "+atk+"\t\t+"+modatk+"\nDef: "+def+"\t\t+"+moddef+"\t\t" +phybulk+ "\nSpA: "+spa+"\t\t+"+modspa+"\nSpD: "+spd+"\t\t+"+modspd+"\t\t" +specialbulk+ "\nSpe: "+spe+"\t\t+"+modspe+"\nBST: "+bst+"\t\t+"+modbst+"\n\n"+abe+" = "+abe1+" + "+abe2+"\n"+abedesc+"\`\`\`";

document.getElementById("xd3").innerHTML=""+mon+": {\n\tnum: 75000###, \n\ttypes:[""+type+"""+type2+"\n\tspecies: ""+fusion+"", \n\tid: ""+mon+"", \n\tbaseStats: {hp: "+hp+", atk: "+atk+", def: "+def+", spa: "+spa+", spd: "+spd+", spe: "+spe+"} \n\tabilities: {0: ""+abe+""}, \n\tweightkg: "+wt+", \n\tfusion: [""+fuse1+"", ""+fuse2+""],\n},";
document.getElementById("xd3").innerHTML=""+mon+": {\n\tnum: ###, \n\t\/\/fusion: [""+fuse1+"", ""+fuse2+""],\n}, \n\tname: ""+fusion+"", \n\ttypes:[""+type+"""+type2+"],\n\tbaseStats: {hp: "+hp+", atk: "+atk+", def: "+def+", spa: "+spa+", spd: "+spd+", spe: "+spe+"}, \n\tabilities: {0: ""+abe+""}, \n\tweightkg: "+wt+",";


if (atk != 0) {
Expand Down Expand Up @@ -1138,10 +1136,8 @@
f1 = f1.replace(" ","");
f2 = f2.replace(" ","");
let t2=type2;
if (type2==="") {type2 = "],";
}
else {
type2 = ", ""+type2+""],";
if (type2!=="") {
type2 = ", ""+type2+""";
}

window.ismega1 = false;
Expand Down Expand Up @@ -1255,10 +1251,8 @@
// Back End
let mon = fusion.toLowerCase();
let t2=type2;
if (type2==="") {type2 = "],";
}
else {
type2 = ", ""+type2+""],";
if (type2!=="") {
type2 = ", ""+type2+""";
}

let ismega2 = false;
Expand Down

0 comments on commit 43d4abe

Please sign in to comment.