let zanki=5;
let bomb=3;
let EventSkipFlag=false;
let SlowEffectflag=false;
let GotSpellCardCount=0;
let AllSpellCardCount=288;
let ClearStageCount=0;
let AllStageCount=36;
let ClearModeCount=0;
let ModeCount=8;
let AllClear=false;
let ClearPercentage1=(GotSpellCardCount/AllSpellCardCount+ClearStageCount/AllStageCount+ClearModeCount/ModeCount)/3*100"%";
let ClearPercentage2=
(ClearStageCount/AllStageCount+ClearModeCount/ModeCount)/2*100"%";
let GameClearPercentage=(ClearPercentage1*3+ClearPercentage2)/4"%";