0xb0253c9c…0c1esent to0x99a9b7c1…b069·#18,016,028·view on Etherscan
class Random{constructor(){this.useA=false;let sfc32=function(uint128Hex){let a=parseInt(uint128Hex.substr(0,8),16);let b=parseInt(uint128Hex.substr(8,8),16);let c=parseInt(uint128Hex.substr(16,8),16);let d=parseInt(uint128Hex.substr(24,8),16);return function(){a|=0;b|=0;c|=0;d|=0;let t=(a+b|0)+d|0;d=d+1|0;a=b^b>>>9;b=c+(c<<3)|0;c=c<<21|c>>>11;c=c+t|0;return(t>>>0)/4294967296}};this.prngA=new sfc32(tokenData.hash.substr(2,32));this.prngB=new sfc32(tokenData.hash.substr(34,32));for(let i=0;i<1e6;i+=2){this.prngA();this.prngB()}}random_dec(){this.useA=!this.useA;return this.useA?this.prngA():this.prngB()}random_num(a,b){return a+(b-a)*this.random_dec()}random_int(a,b){return Math.floor(this.random_num(a,b+1))}random_bool(p){return this.random_dec()<p}random_choice(list){return list[this.random_int(0,list.length-1)]}}let R=new Random;p5.prototype.random=function(min,max){const rand=R.random_dec();if(typeof min==="undefined"){return rand}else if(typeof max==="undefined"){if(min instanceof Array){return min[Math.floor(rand*min.length)]}else{return rand*min}}else{if(min>max){var tmp=min;min=max;max=tmp}return rand*(max-min)+min}};let features={};let savesremaining=0;function setup(){pixelDensity(16);createCanvas(750,900);const canvas=document.getElementsByTagName("canvas")[0];const aspectRatio=750/900;let height=Math.floor(window.innerHeight);let width=Math.floor(height*aspectRatio);if(width>window.innerWidth){width=Math.floor(window.innerWidth);height=Math.floor(width/aspectRatio)}canvas.style.width=`${width}px`;canvas.style.height=`${height}px`}function draw(){PALETTES();background(random(bkgd1));noStroke();if(random(0,64)<22){Grids();features.structure="Ordered"}else{if(random(0,38)<11){StructuredUnstructured();features.structure="Organic"}else{if(random(0,27)<8){LooseIncremenetalSizing();features.structure="Organic"}else{if(random(0,19)<6){GiantGrid(0,0,1,1);features.structure="Ordered"}else{if(random(0,13)<2){Giant();features.structure="Ordered"}else{if(random(0,11)<6){ExtremeWarpControl();features.structure="Ordered"}else{Floaters();features.structure="Organic"}}}}}}download()}function PALETTES(){black=0;white1=[254,254,254];white2=[247,247,247];white3=[241,241,241];lightGray1=[225,225,225];lightGray2=[216,216,216];lightGray3=[207,207,207];medGray1=[180,180,177];medGray2=[165,165,162];medGray3=[153,153,149];darkGray1=[20,20,20];darkGray2=[35,35,35];darkGray3=[45,45,45];darkGray4=[50,50,50];lightCream1=[203,202,182];lightCream2=[210,209,190];lightCream3=[217,216,201];darkCream1=[184,183,170];darkCream2=[176,175,161];darkCream3=[170,169,153];paleBlue=[200,210,220];brightBlue=[35,45,125];brightBlue2=[4,21,105];darkBlue=[30,33,79];brightRed=[181,36,48];brightRed2=[159,21,43];marroon=[138,13,28];marroon2=[105,5,20];hotRed=[239,65,73];hotRed2=[237,32,41];features.color="Neutral";function A(){bkgd1=[black];bkgd2=[darkGray1,darkGray2];twosALL=[white1,white2,white3,lightGray2];ArchRects=[black,darkGray1,darkGray2,darkGray3,black,darkGray1,darkGray2,lightGray2];strokecolorA=[white1,white2,lightGray2,lightGray3,lightCream1,lightCream3,darkCream1];strokecolor=random(strokecolorA);colorlog=A}function B(){bkgd1=[darkCream2,darkCream1,medGray1,darkCream3,medGray3];bkgd2=[lightCream1,lightCream3];twosALL=[white2,darkGray2];ArchRects=[lightCream1,lightCream2,white1,white3];strokecolorA=[white1,darkGray2];strokecolor=random(strokecolorA);colorlog=B}function D(){bkgd1=[lightGray1];bkgd2=[darkCream1,lightCream1,paleBlue];twosALL=[white1];ArchRects=[white3,white2,darkCream1,lightCream1,medGray1,paleBlue];strokecolorA=[white1,darkGray2];strokecolor=random(strokecolorA);colorlog=D}function F(){bkgd1=[lightGray2,medGray1];bkgd2=[medGray1,medGray2];twosALL=[black,white3];ArchRects=[lightGray1,lightGray3,lightGray2,medGray1,white1,white2];strokecolorA=[darkGray1,darkGray2,darkGray3,darkGray4,black];strokecolor=random(strokecolorA);colorlog=F}function G(){bkgd1=[lightGray2,lightGray3];bkgd2=[medGray3,medGray1];twosALL=[black,white2,darkGray4,darkGray2];ArchRects=[white1,lightGray1,lightGray3,medGray3,medGray3];strokecolorA=[darkGray1,darkGray2,darkGray3,darkGray4,black];strokecolor=random(strokecolorA);colorlog=G}function H(){bkgd1=[darkGray1,darkGray2];bkgd2=[lightCream1,lightCream3];twosALL=[white2,white2,lightCream3];ArchRects=[lightGray3,lightCream1,lightCream2,medGray1,medGray2,medGray3];strokecolorA=[white2];strokecolor=random(strokecolorA);colorlog=H}function J(){bkgd1=[darkGray1,darkGray2];bkgd2=[white1,white3,white1,white3,paleBlue,medGray2];twosALL=[white2,white2,paleBlue,lightGray2];ArchRects=[lightGray1,medGray2,lightGray3,medGray1,white1,paleBlue];strokecolorA=[white1];strokecolor=random(strokecolorA);colorlog=J}function K(){bkgd1=[white2,white3];bkgd2=[lightGray3];twosALL=[darkCream3,darkGray2];ArchRects=[white1,lightGray2,lightGray3,lightGray1];strokecolorA=[darkGray2,darkCream3,darkGray4];strokecolor=random(strokecolorA);colorlog=K}function L(){bkgd1=[black,darkGray1,darkGray2,darkGray3];bkgd2=[white2,white3,lightGray1,lightGray2,lightGray3];twosALL=[white1,white2,white3,lightGray1,lightGray2];ArchRects=[lightGray1,lightGray2];strokecolorA=[white1];strokecolor=random(strokecolorA);colorlog=L}function N(){bkgd1=[lightGray1,lightGray2,lightGray3,medGray1];bkgd2=[medGray2,medGray3];twosALL=[white1,white3];ArchRects=[lightGray1,lightGray2,lightGray3,white2];strokecolorA=[black,darkGray2,white1];strokecolor=random(strokecolorA);colorlog=N}function P(){bkgd1=[paleBlue];bkgd2=[medGray3,darkCream1,darkCream3,lightCream1,lightCream3];twosALL=[darkGray3,darkGray3,white1,white1];ArchRects=[lightGray1,lightGray2,lightGray3];strokecolorA=[white1,darkGray1];strokecolor=random(strokecolorA);colorlog=P}function R(){bkgd1=[lightCream1,lightCream3,darkCream3,darkCream2,darkCream1];bkgd2=[lightGray3,lightGray1,white3,white2,medGray3];twosALL=[white1];ArchRects=[medGray2,medGray1,lightCream1,lightCream2,darkCream1,darkCream2,darkCream3];strokecolorA=[white1,darkGray4,darkGray2,black];strokecolor=random(strokecolorA);colorlog=R}function SS(){bkgd1=[darkCream1,darkCream2,darkCream3];bkgd2=[lightCream1,lightCream2,lightCream3];twosALL=[white3];ArchRects=[darkCream1,darkCream2,darkCream3,lightCream1,lightCream2,lightCream3];strokecolorA=[darkGray2,darkGray4,black,white1,white2];strokecolor=random(strokecolorA);colorlog=SS}function SSS(){bkgd1=[darkGray1];bkgd2=[darkGray4];twosALL=[lightCream1,lightCream2,lightCream3];ArchRects=[darkGray1,darkGray2,darkGray3,darkGray4];strokecolorA=[lightCream1,lightCream2,lightCream3,darkCream1];strokecolor=random(strokecolorA);colorlog=SSS}function T(){features.color="Tinted";bkgd1=[darkCream1,lightCream3];bkgd2=[darkCream3,lightCream1];twosALL=[brightBlue,darkBlue];ArchRects=[lightGray1,darkCream1,lightCream1,darkCream1,lightCream1];strokecolorA=[brightBlue,darkBlue];strokecolor=random(strokecolorA);colorlog=T}function TT(){features.color="Tinted";bkgd1=[lightCream3,lightCream1,white3,white3];bkgd2=[darkCream1,darkCream3,lightGray3];twosALL=[hotRed,hotRed,brightRed];ArchRects=[white2,hotRed,lightGray1];strokecolorA=[hotRed,hotRed,brightRed,marroon,marroon];strokecolor=random(strokecolorA);colorlog=TT}function U(){features.color="Tinted";bkgd1=[hotRed];bkgd2=[white1];twosALL=[darkGray2,white1,white1,white1,white1,white1,marroon];ArchRects=[white3,white3,hotRed];strokecolorA=[darkGray2,marroon,white1];strokecolor=random(strokecolorA);colorlog=U}function V(){features.color="Tinted";bkgd1=[marroon2];bkgd2=[brightRed2];twosALL=[hotRed];ArchRects=[marroon];strokecolorA=[hotRed];strokecolor=random(strokecolorA);colorlog=V}function X(){features.color="Tinted";bkgd1=[lightCream1,lightCream3,white1];bkgd2=[darkCream1,darkCream3];twosALL=[brightRed,brightBlue];ArchRects=[lightCream1,darkCream1,lightCream3,lightCream2];strokecolorA=[brightBlue,brightRed];strokecolor=random(strokecolorA);colorlog=X}function CC(){features.color="Tinted";bkgd1=[darkBlue];bkgd2=[brightBlue,brightBlue,brightBlue2];twosALL=[lightCream1,lightCream2,darkCream1,white2];ArchRects=[darkBlue,brightBlue,brightBlue2];strokecolorA=[lightCream1,lightCream2,darkCream1,white2];strokecolor=random(strokecolorA);colorlog=CC}function DD(){features.color="Tinted";bkgd1=[white1,lightGray1,lightGray2];bkgd2=[medGray3,medGray1,lightGray3];twosALL=[brightBlue,darkBlue];ArchRects=[white1,lightGray1,lightGray2];strokecolorA=[brightBlue,darkBlue];strokecolor=random(strokecolorA);colorlog=DD}palettes=[A,A,A,A,B,B,B,B,D,F,F,G,G,H,H,H,J,K,K,K,K,L,L,L,L,L,N,N,P,P,R,R,R,SS,SSS,SSS,SSS,SSS,SSS,SSS,SSS,T,TT,U,U,U,V,X,X,CC,DD,DD];random(palettes)();ColorRules();function ColorRules(){if(random(0,100)<0){ArchRects=[random(ArchRects)]}if(random(0,100)<77){if(random(0,100)<30){twosc=[random(twosALL)];twosc2=twosc}else{twosc=[random(twosALL)];twosc2=[random(twosALL)]}}else{if(random(0,23)<14){if(random(0,100)<80){twosc=[random(twosALL),random(twosALL)];twosc2=twosc}else{twosc=[random(twosALL),random(twosALL)];twosc2=[random(twosALL)]}}else{twosc=[random(twosALL),random(twosALL),random(twosALL),random(twosALL),random(twosALL),random(twosALL),random(twosALL)];twosc2=twosc}}}}function Giant(){push();if(random(0,100)<50){backgroundhere1=random(bkgd1);backgroundhere2=random(bkgd2);bkgdcolor1=backgroundhere1;bkgdcolor2=backgroundhere2}else{backgroundhere1=random(bkgd1);backgroundhere2=random(bkgd2);bkgdcolor1=random(bkgd1);bkgdcolor2=random(bkgd2)}if(random(0,100)<80){features.style="Sketched";strokeornot=1;weightA=[.5,2,5,7,9,12];weight=random(weightA);strokecolorhere=strokecolor;if(random(0,100)<18){fillyesorno=0}else{fillyesorno=1}}else{features.style="Solid";strokeornot=0;strokecolorhere=(255,255,255,255);weight=0;fillyesorno=1;weightA=[0]}checksizeA=[2.5,5];CheckFieldSized(0,0,width,height,random(checksizeA),backgroundhere1,backgroundhere2,100);if(random(0,100)<17){features.perimeter="Open";bordersize=0}else{features.perimeter="Contained";bordersizeA=[40,50,60,80,80,80,90,100,100,100,110,120,120,130,130,150,160,170,170,180,190,190,190,200,200,220,230];bordersize=random(bordersizeA);BIGBorderOptionsSCALE(bordersize)}push();if(random(0,100)<15){addx=random(-200,200);addy=0}else{if(random(0,85)<40){addx=0;addy=random(-280,220)}else{if(random(0,35)<10){addx=random(-135,135);addy=random(-135,100)}else{addx=0;addy=0}}}numA=[1.2,1.5,1.7,1.9,2,2.2,2.4,2.6,2.8,3,3.2,3.4,3.5,3.8,4,4.2,4.4,4.6,4.8,5,5.2];num=random(numA);translate(-width*(num-1)/2+addx,-height*(num-1)/1.6+addy);scale(num,num);fill(random(twosc));push();TwoAGiant(0,0,6,6,strokeornot,random(weightA),strokecolorhere,fillyesorno,random(ArchRects));pop();pop();pop();if(random(0,100)<85){checksizeA2=[.625,1.25];CheckFieldSized(0,0,width,height,random(checksizeA2),backgroundhere1,backgroundhere2,random(5,40))}BIGBorderOptions(bordersize,bkgdcolor1,bkgdcolor2,85,140,70,97);if(random(0,100)<100){features.mark="Signed";if(random(0,100)<50){CornerStamp(random(twosc),random(bkgd1))}else{CornerStamp(random(bkgd1),random(twosc))}}else{features.mark="Unsigned"}}function GiantGrid(x,y,w,h){push();if(random(0,100)<50){backgroundhere1=random(bkgd1);backgroundhere2=random(bkgd2);bkgdcolor1=backgroundhere1;bkgdcolor2=backgroundhere2}else{backgroundhere1=random(bkgd1);backgroundhere2=random(bkgd2);bkgdcolor1=random(bkgd1);bkgdcolor2=random(bkgd2)}checksizeA=[1.25,1.25,1.25,2.5,2.5,5];CheckFieldSized(0,0,750,900,random(checksizeA),backgroundhere1,backgroundhere2,random(90,110));if(random(0,100)<15){weightB=[.75,1]}else{weightB=[0]}if(random(0,100)<59){features.style="Sketched";strokeornot=1;weightconstornotA=[0,1];weightconstornot=random(weightconstornotA);if(weightconstornot==0){weightA=[2,2,3,3,4,6,7,9,10,12]}else{weightAh=[2,2,2,3,3,4,4,4,6,7,9,10,12];weightA=[random(weightAh)]}strokecolorhere=strokecolor;if(random(0,100)<36){fillyesorno=0}else{fillyesorno=1}}else{features.style="Solid";strokeornot=0;strokecolorhere=(255,255,255,255);weightA=[0];fillyesorno=1}let marginA=[0,0,0,0,0,0,0,0,.3];let margin=random(marginA);widthA=[750];heightA=[900];if(random(0,100)<36){features.perimeter="Open";gridexpand=1;bordersize=0;BIGMarginOptions();BIGBorderOptionsSCALE(bordersize)}else{features.perimeter="Contained";gridexpand=2;bordersizeA=[40,50,60,70,80,80,80,90,100,100,100,110,120,120,130,130,150,160,170,170,180,190,190,190,200,200,210];bordersize=random(bordersizeA);BIGBorderOptionsSCALE(bordersize)}translateA=[0,80,100,160,160,220,220,310,310,375,375,475,475,550,650,670];TA=random(translateA);TA2=random(translateA);add=random(-5,5);if(random(0,100)<45){translate(TA+add,0);shiftxA=[0];shiftyA=[0,0,0,0,0,0,40,80,120,160,200]}else{if(random(0,55)<45){translate(0,TA+add);shiftxA=[0,0,0,0,0,40,80,120,160];shiftyA=[0]}else{translate(TA+add,TA2+add);shiftxA=[0,0,0,0,0,40,80,120,160,200];shiftyA=[0,0,0,0,0,40,80,120,160,200]}}for(y=-height;y<height+2;y+=height){heighthere=random(heightA);h=BIGheightToScale(margin);for(x=-width;x<width+2;x+=width){widthhere=random(widthA);w=BIGwidthToScale(margin);if(gridexpand==1&&random(0,100)<85){CheckFieldSized(x,y,x+width+gridexpand,y+height+gridexpand,1.25,backgroundhere1,backgroundhere2,random(85,100));RectAlign(x,y,x+width+gridexpand,y+height+gridexpand,strokeornot,random(weightB),strokecolorhere)}if(gridexpand==2&&random(0,100)<10){CheckFieldSized(x,y,x+width+gridexpand,y+height+gridexpand,1.25,backgroundhere1,backgroundhere2,random(85,100));RectAlign(x,y,x+width+gridexpand,y+height+gridexpand,strokeornot,random(weightB),strokecolorhere)}push();fill(random(twosc));margintoTranslate(margin);TwoA(x+random(shiftxA),y+random(shiftyA),w,h,strokeornot,random(weightA),strokecolorhere,fillyesorno,random(ArchRects));pop();if(gridexpand==1&&random(0,100)<100){CheckFieldSized(x,y,x+widthhere+2,y+heighthere+2,1.25,random(bkgd1),random(bkgd1),random(0,70));RectAlign(x,y,x+widthhere+2,y+heighthere+2,strokeornot,random(weightB),strokecolorhere)}if(gridexpand==2&&random(0,100)<100){CheckFieldSized(x,y,x+widthhere+2,y+heighthere+2,1.25,bkgdcolor1,bkgdcolor2,random(0,70));RectAlign(x,y,x+widthhere+2,y+heighthere+2,strokeornot,random(weightB),strokecolorhere)}}}pop();BIGBorderOptions(bordersize,bkgdcolor1,bkgdcolor2,85,140,70,97);if(random(0,100)<68){features.mark="Signed";if(random(0,100)<50){CornerStamp(random(twosc),random(bkgd1))}else{CornerStamp(random(bkgd1),random(twosc))}}else{features.mark="Unsigned"}}function LooseIncremenetalSizing(){push();weightA=[5,5,6,6,6,7,7,7,8,8,8,8,10,10,10,11,13,14,15];weightconstornotA=[0,0,0,0,0,1];weightconstornot=random(weightconstornotA);if(weightconstornot==0){weight=random(weightA)}if(random(0,100)<43){features.style="Sketched";strokeornot=1;if(weightconstornot==1){weight=random(weightA)}if(random(0,100)<100){fillyesorno=0}else{fillyesorno=1}layerborderyesnoA=[0,0,0,1];layerborderyesno=random(layerborderyesnoA);layerborderweightA=[.25,.5,.75,1,1.25];if(layerborderyesno==1){layerborder=random(layerborderweightA)}else{layerborderweightA=[0]}if(random(0,100)<20&&layerborderweightA==0&&fillyesorno==0){strokecolorhereA=strokecolor}else{strokecolorhereA=[random(strokecolorA)]}if(random(0,100)<88){features.perimeter="Open";bordersize=0}else{features.perimeter="Contained";bordersizeA=[50,60,60,70,80,80,80,90,90,100,110,120,130,150];bordersize=random(bordersizeA)}}else{features.style="Solid";strokeornot=0;strokecolorhereA=(255,255,255,255);weight=0;fillyesorno=1;layerborderyesno=0;if(random(0,100)<80){bordersize=0;features.perimeter="Open"}else{features.perimeter="Contained";bordersizeA=[60,60,80,80,80,90,90,100,110,120,130];bordersize=random(bordersizeA)}}BIGBorderOptionsSCALE(bordersize);colorhere=random(twosc);colorhere2=random(twosc);bkgd1here=random(bkgd1);bkgd2here=random(bkgd2);checksizeA=[.625,.625,1.25,2.5,2.5];checksizeB=[.3125,.625,.625,.625,1.25];colorsameornotA=[0,1];colorsameornot=random(colorsameornotA);function ColorSameOrNot(){if(colorsameornot==0){fill(colorhere)}else{if(random(0,100)<50){fill(colorhere)}else{fill(colorhere2)}}}fill(colorhere);rect(0,0,160,320);CheckFieldSized(0,0,750,900,random(checksizeA),bkgd1here,bkgd2here,95);let translatehere;let translateherey;if(random(0,100)<95){addup=0;adddown=0;addleft=0;addright=0;addamt=1e3;addamt2=0}else{frameamt=random(6,58);addup=frameamt;adddown=frameamt;addleft=frameamt;addright=frameamt;addamt=frameamt;addamt2=frameamt}if(random(0,100)<20){translatehere=[-300,-280,-240,-160,-120,-100,-80,-60,-40,-20,0,0,0,20,40,60,80,100,120,160,240,280,300];translateherey=[-280,-240,-160,-120,-100,-80,-60,-40,-20,0,0,0,20,40,60,80,100,120,160,240,280,300];overallTx=[0];overallTy=[0];addup=addamt2;adddown=addamt2;addleft=addamt2;addright=addamt2;layerborderyesno=0}else{if(random(0,80)<35){overallTx=[-160,-120-90,90,120,160];overallTy=[0];translatehere=[0];translateherey=[-240,-160,-120,-100,-80,-60,-40,-20,0,0,0,20,40,60,80,100,120,160,240];if(random(0,100)<66){addup=addamt;adddown=addamt}else{if(random(0,60)<25){addleft=addamt;addright=addamt}else{addup=addamt2;adddown=addamt2}}}else{if(random(0,45)<35){translatehere=[-240,-200,-160,-120,-100,-80,-60,-40,-20,0,0,0,20,40,60,80,100,120,160,200,240];translateherey=[0];if(random(0,100)<100){overallTx=[0];overallTy=[0];adddown=addamt;addup=addamt}else{overallTx=[0];overallTy=[0];if(random(0,100)<50){if(random(0,100)<85){addleft=addamt}if(random(0,100)<85){addright=addamt}}else{overallTx=[0];overallTy=[-280,-240,-160,-120,120,160,240,280];addup=addamt2;adddown=addamt2}}}else{overallTx=[0];overallTy=[0];if(random(0,100)<0){translatehere=[0];translateherey=[0];if(random(0,100)<20){if(random(0,100)<90){addup=addamt}if(random(0,100)<90){adddown=addamt}}else{if(random(0,40)<0){if(random(0,100)<88){addleft=addamt}if(random(0,100)<88){addright=addamt}}else{addup=addamt2;adddown=addamt2}}}else{translatehere=[0];translateherey=[0];if(random(0,100)<30){overallTx=[0,0,0,120,160,240];overallTy=[0,0,0,120,160,240,280];addleft=addamt;addup=addamt}else{overallTx=[0,0,0,-120,-160,-240];overallTy=[0,0,0,120,160,240,280];if(random(0,100)<80){addright=addamt;addup=addamt}else{overallTx=[0,0,0,-120,-160,-240];overallTy=[0,0,0,-120,-160,-240];addright=addamt;adddown=addamt}}}}}}if(random(0,100)<7){translate(random(overallTx),random(overallTy))}if(random(0,100)<32){lowend=65;highend=90}else{if(random(0,68)<18){lowend=40;highend=65}else{if(random(0,50)<35){lowend=80;highend=95}else{if(addup==0&&adddown==0&&addleft==0&&addright==0){lowend=20;highend=35}else{lowend=75;highend=95}}}}if(random(0,100)<60){newlayerprob=0}else{if(random(0,40)<34){newlayerprob=random(15,25)}else{newlayerprob=random(70,85)}}ellipseMode(CORNER);if(random(0,100)<60){let translatex000=random(translatehere);let translatey000=random(translateherey);translate(translatex000,translatey000);ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(-100,-20,7.52,6.26,1,layerborder/12,random(strokecolorhereA));pop()}TwoA(-100,-20,7.52,6.26,strokeornot,weight/6,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex000,-translatey000)}if(random(0,100)<15){let translatex0000=random(translatehere);let translatey0000=random(translateherey);translate(translatex0000,translatey0000);CheckFieldSized(-75-addleft,5-addup,810+addright,890+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(-75,5,7.12,5.9,1,layerborder/11.75,random(strokecolorhereA));pop()}TwoA(-75,5,7.12,5.9,strokeornot,weight/6,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex0000,-translatey0000)}if(random(0,100)<50){let translatex00=random(translatehere);let translatey00=random(translateherey);translate(translatex00,translatey00);CheckFieldSized(-50-addleft,30-addup,784+addright,870+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(-50,30,6.72,5.6,1,layerborder/11.5,random(strokecolorhereA));pop()}TwoA(-50,30,6.72,5.6,strokeornot,weight/6,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex00,-translatey00)}if(random(0,100)<15){let translatex0r0=random(translatehere);let translatey0r0=random(translateherey);translate(translatex0r0,translatey0r0);CheckFieldSized(-25-addleft,55-addup,761+addright,845+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(-25,55,6.32,5.265,1,layerborder/11,random(strokecolorhereA));pop()}TwoA(-25,55,6.32,5.265,strokeornot,weight/5.75,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex0r0,-translatey0r0)}if(random(0,100)<77){let translatex0=random(translatehere);let translatey0=random(translateherey);translate(translatex0,translatey0);CheckFieldSized(0-addleft,80-addup,734+addright,820+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(0,80,5.92,4.93,1,layerborder/10.5,random(strokecolorhereA));pop()}TwoA(0,80,5.92,4.93,strokeornot,weight/5.5,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex0,-translatey0)}if(random(0,100)<newlayerprob){let translatex0n=random(translatehere);let translatey0n=random(translateherey);translate(translatex0n,translatey0n);CheckFieldSized(25-addleft,105-addup,760+addright,795+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(25,105,5.52,4.6,1,layerborder/10,random(strokecolorhereA));pop()}TwoA(25,105,5.52,4.6,strokeornot,weight/5.25,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex0n,-translatey0n)}let translatex1=random(translatehere);let translatey1=random(translateherey);translate(translatex1,translatey1);CheckFieldSized(50-addleft,130-addup,685+addright,770+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(50,130,5.12,4.26,1,layerborder/9.5,random(strokecolorhereA));pop()}TwoA(50,130,5.12,4.26,strokeornot,weight/5,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex1,-translatey1);if(random(0,100)<newlayerprob){let translatexn1=random(translatehere);let translateyn1=random(translateherey);translate(translatexn1,translateyn1);CheckFieldSized(75-addleft,155-addup,660+addright,745+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(75,155,4.72,3.93,1,layerborder/9,random(strokecolorhereA));pop()}TwoA(75,155,4.72,3.93,strokeornot,weight/4.5,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatexn1,-translateyn1)}if(random(0,100)<80){let translatex2=random(translatehere);let translatey2=random(translateherey);translate(translatex2,translatey2);CheckFieldSized(100-addleft,180-addup,635+addright,720+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(100,180,4.32,3.6,1,layerborder/8.5,random(strokecolorhereA));pop()}TwoA(100,180,4.32,3.6,strokeornot,weight/4,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex2,-translatey2)}if(random(0,100)<newlayerprob){let translatex2e=random(translatehere);let translatey2e=random(translateherey);translate(translatex2e,translatey2e);CheckFieldSized(125-addleft,205-addup,611+addright,695+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowend,highend));ColorSameOrNot();if(layerborderyesno==1){push();noFill();Recta(125,205,3.92,3.265,1,layerborder/8,random(strokecolorhereA));pop()}TwoA(125,205,3.92,3.265,strokeornot,weight/4,random(strokecolorhereA),fillyesorno,random(ArchRects));translate(-translatex2e,-translatey2e)}if(random(0,100)<80){let translatex3=random(translatehere);let translatey3=random(translateherey);translate(translatex3,translatey3);CheckFieldSized(150-addleft,230-addup,587+addright,670+adddown,random(checksizeA),bkgd1here,bkgd2here,random(lowe