Skip to content

Commit

Permalink
Update fusionevoworkshopdarkmode.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyRider1337 authored Oct 22, 2023
1 parent 43d4abe commit b4e5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionevoworkshopdarkmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -1045,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: ###, \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+",";
document.getElementById("xd3").innerHTML=""+mon+": {\n\tnum: ###, \n\t\/\/fusion: [""+fuse1+"", ""+fuse2+""],\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+",\n },";


if (atk != 0) {
Expand Down

0 comments on commit b4e5360

Please sign in to comment.