https://tekkenmods.com/mod/3027/american-wear-for-all-females

ID da verificação
44743b89-26d6-44cd-93c0-511ddbd02b91Concluído
URL enviado:
https://tekkenmods.com/mod/3027/american-wear-for-all-females
Relatório concluído:

Variáveis JavaScript · 86 encontrada(s)

NomeTipo
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
qfunction
qAllfunction
idfunction
debouncefunction
shallowCopyfunction

Mensagens de registro do console · 2 encontrada(s)

TipoCategoriaLog
logother
URL
https://dist.tekkenmods.com/js/mokujin.1677514726.js
Texto
mokujin.js initialized - 1.0
logother
Texto
booba 2

HTML

<!DOCTYPE html><html dir="ltr" class="dark" lang="en" style="--saturation-factor: 1;"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>TekkenMods - American Wear for All Females</title>
    <meta name="description" content="America, the land of the free. It embodies the essence of freedom, from the vast landscapes to the diverse cultures it stands...">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="American Wear for All Females">
    <meta name="twitter:description" content="America, the land of the free. It embodies the essence of freedom, from the vast landscapes to the diverse cultures it stands...">
    <meta name="twitter:image" content="https://dist.tekkenmods.com/dist-cache/720/10261/mods/3027/thumbnails/82584e06e0cb41b5-1920x1080.jpg">

    <meta property="og:type" content="website">
    <meta property="og:site_name" content="TekkenMods">
    <meta property="og:title" content="American Wear for All Females">
    <meta property="og:description" content="America, the land of the free. It embodies the essence of freedom, from the vast landscapes to the diverse cultures it stands...">
    <meta property="og:image" content="https://dist.tekkenmods.com/dist-cache/720/10261/mods/3027/thumbnails/82584e06e0cb41b5-1920x1080.jpg">

    <meta name="rating" content="adult">

    <link rel="stylesheet" href="https://dist.tekkenmods.com/css/bootstrap5-3-0/bootstrap.min.1671613084.css">
    <link rel="stylesheet" href="https://dist.tekkenmods.com/css/tags-standalone.min.1650643340.css">
    <link rel="stylesheet" href="https://dist.tekkenmods.com/css/all.min.1679584586.css">
    <link rel="stylesheet" href="https://dist.tekkenmods.com/css/croppie.1592323476.css">
    <link rel="stylesheet" href="https://dist.tekkenmods.com/css/wavedash.1711874336.css">
    <script src="https://dist.tekkenmods.com/js/mokujin.1677514726.js"></script>
    <script type="text/javascript">
        imgError = (img) => {
            img.onerror = "";
            img.src = (`https://dist.tekkenmods.com/img/noimage.webp`);
            return true;
        }
    </script>
    <style type="text/css">.tata {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  z-index: 9999;
  pointer-events: auto;
  padding: 12px 14px 12px 20px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.tata:hover {
  opacity: 1;
}

.tata * {
  box-sizing: border-box;
}

.tata .tata-icon {
  font-size: 2em;
  color: inherit;
}

.tata .tata-body {
  margin: 0;
  padding: 0 14px;
  min-height: 38px;
  min-width: 260px;
}

.tata .tata-title {
  margin: 0 0 2px 0;
  font-size: 1em;
}

.tata .tata-text {
  margin: 0;
  font-size: .9em;
}

.tata .tata-close {
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.tata-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.2);
}

.tata .tata-close:hover {
  opacity: 0.4;
}

.tata.top-right {
  top: 12px;
  right: 12px;
}

.tata.top-mid {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.tata.top-left {
  top: 12px;
  left: 12px;
}

.tata.bottom-right {
  right: 12px;
  bottom: 18px;
}

.tata.bottom-mid {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.tata.bottom-left {
  bottom: 18px;
  left: 12px;
}

.tata.mid-right {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.tata.mid-left {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.tata.mid-mid {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tata.text {
  color: #fff;
  background: #323232;
}

.tata.log {
  color: #333333;
  background: #fffffc;
}

.tata.info {
  background: #2ca9e1;
}

.tata.warn {
  background: #f89406;
}

.tata.error {
  background: #e9546b;
}

.tata.success {
  background: #38b48b;
}

.tata.fade-in {
  animation: .4s ease-in fadeIn forwards;
}

.tata.fade-out {
  animation: .4s linear fadeOut forwards;
}

.tata.slide-right-in {
  animation: .4s ease slideRightIn forwards;
}

.tata.slide-right-out {
  animation: .4s ease slideRightOut forwards;
}

.tata.slide-left-in {
  animation: .4s ease slideLeftIn forwards;
}

.tata.slide-left-out {
  animation: .4s ease slideLeftOut forwards;
}

.tata.slide-top-in {
  animation: .4s ease slideTopIn forwards;
}

.tata.slide-top-out {
  animation: .4s ease slideTopOut forwards;
}

.tata.slide-bottom-in {
  animation: .4s ease slideBottomIn forwards;
}

.tata.slide-bottom-out {
  animation: .4s ease slideBottomOut forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideRightIn {
  from {
    right: -310px;
  }

  to {
    right: 12px;
  }
}

@keyframes slideRightOut {
  from {
    right: 12px;
  }

  to {
    right: -310px;
  }
}

@keyframes slideLeftIn {
  from {
    left: -310px;
  }

  to {
    left: 12px;
  }
}

@keyframes slideLeftOut {
  from {
    left: 12px;
  }

  to {
    left: -310px;
  }
}

@keyframes slideTopIn {
  from {
    top: calc(-100% + -12px);
  }
  to {
    top: 12px;
  }
}

@keyframes slideTopOut {
  from {
    top: 12px;
  }
  to {
    top: calc(-100% + -12px);
  }
}

@keyframes slideBottomIn {
  from {
    bottom: calc(-100% + -18px);
  }
  to {
    bottom: 18px;
  }
}

@keyframes slideBottomOut {
  from {
    bottom: 18px;
  }
  to {
    bottom: calc(-100% + -18px);
  }
}

@keyframes reduceWidth {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}</style><link rel="stylesheet" href=""><style class="fslightbox-styles">.fslightbox-fade-in{animation:fslightbox-fade-in .3s cubic-bezier(0,0,.7,1)}.fslightbox-fade-out{animation:fslightbox-fade-out .3s ease}.fslightbox-fade-in-strong{animation:fslightbox-fade-in-strong forwards .3s cubic-bezier(0,0,.7,1)}.fslightbox-fade-out-strong{animation:fslightbox-fade-out-strong .3s ease}@keyframes fslightbox-fade-in{from{opacity:.65}to{opacity:1}}@keyframes fslightbox-fade-out{from{opacity:.35}to{opacity:0}}@keyframes fslightbox-fade-in-strong{from{opacity:.3}to{opacity:1}}@keyframes fslightbox-fade-out-strong{from{opacity:1}to{opacity:0}}.fslightbox-absoluted{position:absolute;top:0;left:0}.fslightbox-cursor-grabbing{cursor:grabbing!important}.fslightbox-full-dimension{width:100%;height:100%}.fslightbox-display-none{display:none!important}.fslightbox-open{overflow:hidden;height:100%}.fslightbox-flex-centered{display:flex;justify-content:center;align-items:center}.fslightbox-opacity-0{opacity:0!important}.fslightbox-opacity-1{opacity:1!important}.fslightbox-ui-fade-out{opacity:0!important;z-index:-1!important}.fslightbox-scrollbarfix{padding-right:17px}.fslightbox-transform-transition{transition:transform .3s!important}.fslightbox-container{font-family:Arial,sans-serif;position:fixed;top:0;left:0;background:linear-gradient(rgba(30,30,30,.9),#000 1810%);touch-action:none;z-index:1000000000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fslightbox-container *{box-sizing:border-box}.fslightbox-svg-path{transition:fill .15s ease;fill:#d1d2d2}.fslightbox-loader{display:block;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:67px;height:67px}.fslightbox-loader-child{box-sizing:border-box;display:block;position:absolute;width:54px;height:54px;margin:6px;border:5px solid;border-color:#999 transparent transparent transparent;border-radius:50%;animation:fslightbox-loader 1.2s cubic-bezier(.5,0,.5,1) infinite}.fslightbox-loader-child:nth-child(1){animation-delay:-.45s}.fslightbox-loader-child:nth-child(2){animation-delay:-.3s}.fslightbox-loader-child:nth-child(3){animation-delay:-.15s}@keyframes fslightbox-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fslightbox-thumbs-loader{width:54px!important;height:54px!important}.fslightbox-thumbs-loader div{border-width:4px!important;width:44px!important;height:44px!important}.fslightbox-nav{height:45px;width:100%;transition:opacity .3s}.fslightbox-slide-number-container{display:flex;justify-content:center;align-items:center;position:relative;height:100%;font-size:15px;color:#d7d7d7;z-index:0;max-width:55px;text-align:left}.fslightbox-slide-number-container .fslightbox-flex-centered{height:100%}.fslightbox-slash{display:block;margin:0 5px;width:1px;height:12px;transform:rotate(15deg);background:#fff}.fslightbox-toolbar{position:absolute;z-index:2;right:0;top:0;height:45px;display:flex;background:rgba(35,35,35,.65)}.fslightbox-toolbar-button{height:100%;width:45px;cursor:pointer}.fslightbox-toolbar-button:hover .fslightbox-svg-path{fill:#fff}.fslightbox-slide-btn-container{display:flex;align-items:center;padding:12px 12px 12px 6px;position:absolute;top:50%;cursor:pointer;z-index:2;transform:translateY(-50%);transition:opacity .3s}@media (min-width:476px){.fslightbox-slide-btn-container{padding:22px 22px 22px 6px}}@media (min-width:768px){.fslightbox-slide-btn-container{padding:30px 30px 30px 6px}}.fslightbox-slide-btn-container:hover .fslightbox-svg-path{fill:#f1f1f1}.fslightbox-slide-btn{padding:9px;font-size:26px;background:rgba(35,35,35,.65)}@media (min-width:768px){.fslightbox-slide-btn{padding:10px}}@media (min-width:1600px){.fslightbox-slide-btn{padding:11px}}.fslightbox-slide-btn-container-previous{left:0}@media (max-width:475.99px){.fslightbox-slide-btn-container-previous{padding-left:3px}}.fslightbox-slide-btn-container-next{right:0;padding-left:12px;padding-right:3px}@media (min-width:476px){.fslightbox-slide-btn-container-next{padding-left:22px}}@media (min-width:768px){.fslightbox-slide-btn-container-next{padding-left:30px}}@media (min-width:476px){.fslightbox-slide-btn-container-next{padding-right:6px}}.fslightbox-slide-swiping-hoverer{z-index:3}.fslightbox-slideshow-bar{width:0;height:2px;z-index:3;opacity:0;background:#fff}.fslightbox-invalid-file-wrapper{font-size:24px;color:#eaebeb;margin:auto}.fslightbox-video{object-fit:cover}.fslightbox-youtube-iframe{border:0}.fslightbox-source{position:relative;z-index:3;display:block;opacity:0;margin:auto;cursor:zoom-in}.fslightbox-source-wrappers-container{z-index:1;transition:transform .2s linear}.fslightbox-source-wrappers-container-pinching{transition:none!important}.fslightbox-thumbs{position:absolute;bottom:0;left:0;width:100%;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,0),#1e1e1e 100%);transition:opacity .2s;padding:0 5px 12px 5px;height:114px}@media (min-width:992px){.fslightbox-thumbs{padding-bottom:13px;height:120px}}@media (min-width:1600px){.fslightbox-thumbs{padding-bottom:14px;height:126px}}.fslightbox-thumbs-inner{display:inline-flex;justify-content:flex-start;align-items:center;height:100%}.fslightbox-thumb-wrapper{position:relative;height:100%;margin:0 4px;opacity:0;transition:opacity .3s}.fslightbox-thumb-wrapper svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:1}.fslightbox-thumb-wrapper path{fill:#fff}.fslightboxtd{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:rgba(0,0,0,.4);cursor:pointer}.fslightbox-thumb{cursor:pointer;border-radius:1px;height:100%;width:auto!important;border:2px solid transparent;max-width:unset;max-height:unset}.fslightbox-thumb-active{border:2px solid #fff!important}.fslightbox-thumb-invalid{background:linear-gradient(to bottom,#0f0f0f,rgba(15,15,15,.5));display:inline-block;min-width:155px}.fslightbox-thumbs-cursorer{z-index:3;cursor:grabbing}.fslightbox-caption{position:absolute;bottom:0;left:50%;width:100%;background:linear-gradient(180deg,rgba(0,0,0,0),#1e1e1e 100%);transform:translateX(-50%);transition:opacity .2s;z-index:2;user-select:text}.fslightbox-caption-inner{padding:25px;max-width:1200px;color:#eee;text-align:center;font-size:14px}@media (min-width:768px){.fslightbox-caption-inner{padding:30px 25px}}</style></head><body><input type="hidden" name="_token" id="xsrf_token" value="f30737e8a2525df263d029883b01852885d1571df3a6cea65d6f4488b2b91234">
    <input type="hidden" name="_operations_locale" id="_operations_locale" value="eyJzdWNjZXNzIjoiU3VjY2VzcyIsIm9wZXJhdGlvbl9zdWNjZXNzZnVsIjoiT3BlcmF0aW9uIHN1Y2Nlc3NmdWwuIiwiY2hhbmdlc19zYXZlZCI6IkNoYW5nZXMgc2F2ZWQuIiwicHJvZmlsZV9waWN0dXJlX2NoYW5nZWQiOiJQcm9maWxlIHBpY3R1cmUgY2hhbmdlZC4iLCJlcnJvciI6IkVycm9yIiwid2FybmluZyI6Ildhcm5pbmciLCJhdHRlbnRpb24iOiJBdHRlbnRpb24hIiwiYXR0ZW50aW9uX25vX2V4IjoiQXR0ZW50aW9uIiwidHJhbnNhY3Rpb25fY29tcGxldGVkIjoiVHJhbnNhY3Rpb24gQ29tcGxldGVkIiwiZm9yYmlkZGVuIjoiRm9yYmlkZGVuIiwibm90X2ZvdW5kIjoiTm90IGZvdW5kIiwidG9vX21hbnlfcmVxdWVzdHMiOiJUb28gbWFueSByZXF1ZXN0cyIsImludGVybmFsX3NlcnZlcl9lcnJvciI6IkludGVybmFsIHNlcnZlciBlcnJvciIsImVycm9yX29jY3VycmVkIjoiQW4gZXJyb3Igb2NjdXJyZWQuIiwibWFpbnRlbmFuY2VfbWVzc2FnZSI6IlRla2tlbk1vZHMgaXMgZG93biBmb3IgbWFpbnRlbmFuY2UiLCJtYWludGVuYW5jZV9ldGEiOiJUaGUgd2Vic2l0ZSB3aWxsIGJlIGJhY2sgb25saW5lIGluIHt0aW1lTGVmdH0iLCJiYWRfcmVxdWVzdCI6IkJhZCByZXF1ZXN0Iiwibm90X2xvZ2dlZF9pbiI6IllvdSBhcmUgbm90IGxvZ2dlZCBpbiIsInJhdGVfbGltaXQiOiJZb3UgYXJlIGJlaW5nIHJhdGUgbGltaXRlZCIsInRlYXBvdCI6IkknbSBhIHRlYXBvdCIsImFjY2Vzc19kZW5pZWQiOiJBY2Nlc3MgZGVuaWVkIiwiaW5zdWZmaWNpZW50X3Blcm1pc3Npb25zIjoiSW5zdWZmaWNpZW50IHBlcm1pc3Npb25zIiwiYXV0aGVudGljYXRlZF9yZXF1aXJlZCI6IkF1dGhlbnRpY2F0ZWQgcmVxdWlyZWQiLCJmaWxlX3Rvb19sYXJnZSI6IkZpbGUgaXMgdG9vIGxhcmdlISIsImZpbGVfbm90X2ltYWdlIjoiRmlsZSBpcyBub3QgYW4gaW1hZ2UuIiwiZmlsZV91bnN1cHBvcnRlZCI6IkZpbGUgaXMgbm90IHN1cHBvcnRlZCEiLCJmaWxlX2Vycm9yIjoiRmFpbGVkIHRvIHVwbG9hZCBmaWxlIiwiaW5zZXJ0X25lY2Vzc2FyeV9maWVsZHMiOiJSZXF1aXJlZCBmaWVsZHMgYXJlIGVtcHR5LiIsImxvYWRpbmciOiJMb2FkaW5nLi4uIiwiZmFpbGVkX3RvX2ZldGNoIjoiRmFpbGVkIHRvIGZldGNoIHJlc3VsdHMgZnJvbSB0aGUgc2VydmVyLiIsInRyeV9hZ2FpbiI6IlRyeSBhZ2FpbiIsImludmFsaWRfY3JlZGVudGlhbHMiOiJJbnZhbGlkIGNyZWRlbnRpYWxzLiIsInRvb19tYW55X2ZpbGVzIjoiVG9vIG1hbnkgZmlsZXMhIFNsb3cgZG93bi4iLCJub19pbWFnZSI6Ik5vIGltYWdlIHByb3ZpZGVkLiIsImludmFsaWRfaW1hZ2UiOiJJbnZhbGlkIGltYWdlIHByb3ZpZGVkLiIsIm5vX3Jlc3VsdHMiOiJObyByZXN1bHRzLiJ9">
    <input type="hidden" name="_frontend_locale" id="_frontend_locale" value="eyJ5ZXMiOiJZZXMiLCJubyI6Ik5vIiwiYXBwbHkiOiJBcHBseSIsImNhbmNlbCI6IkNhbmNlbCIsIm9rIjoiT0siLCJub25lIjoiTm9uZSIsImNvbnRpbnVlIjoiQ29udGludWUiLCJhdXRoZW50aWNhdGlvbl9yZXF1aXJlZCI6IkF1dGhlbnRpY2F0aW9uIHJlcXVpcmVkIiwibm9fZmlsZV90aXRsZSI6Ik5vIGZpbGUiLCJub19maWxlX2Rlc2NyaXB0aW9uIjoiTm8gZmlsZSBwcm92aWRlZCBmb3IgdGhlIGNvbnRlbnQuIiwiY2FudF9kZWxldGUiOiJEZWxldGluZyB0aGUgbGFzdCBmaWxlIGlzIG5vdCBhbGxvd2VkLiIsInN1Ym1pdF9tb2RfZmFpbGVkIjoiU3VibWl0dGluZyBtb2QgZmFpbGVkLiIsInRodW1ibmFpbF9zdGF0dXNfdGl0bGUiOiJUaHVtYm5haWwgdXBsb2FkIHN0YXR1cyIsImZpbGVfc3RhdHVzX3RpdGxlIjoiRmlsZSB1cGxvYWQgc3RhdHVzIiwidXBsb2FkaW5nIjoiVXBsb2FkaW5nLi4uIiwidXBsb2FkaW5nX2ZpbGUiOiJVcGxvYWRpbmcgZmlsZS4uLiIsInVwbG9hZGluZ190aHVtYm5haWwiOiJVcGxvYWRpbmcgdGh1bWJuYWlsLi4uIiwidXBsb2FkX2NvbXBsZXRlIjoiVXBsb2FkaW5nIGNvbXBsZXRlLi4uIiwidXBsb2FkX2ZhaWxlZCI6IlVwbG9hZCBmYWlsZWQuLi4iLCJ1cGxvYWRfdGh1bWJuYWlsX2ZhaWxlZCI6IlVwbG9hZGluZyB0aHVtYm5haWwgZmFpbGVkLi4uIiwicmVkaXJlY3RpbmciOiJSZWRpcmVjdGluZy4uLiIsImltYWdlX25vdF9zdXBwb3J0ZWQiOiJJbWFnZSBpcyBub3Qgc3VwcG9ydGVkLiIsInJlcG9ydF9mZWVkYmFjayI6IlJlcG9ydFwvRmVlZGJhY2siLCJyZXBvcnRfc3VibWl0dGVkIjoiUmVwb3J0IHN1Ym1pdHRlZCIsImZlZWRiYWNrX3N1Ym1pdHRlZCI6IkZlZWRiYWNrIHN1Ym1pdHRlZCIsImZhaWxlZF90b19mZXRjaF9wb3N0IjoiRmFpbGVkIHRvIGZldGNoIHBvc3QiLCJkZWxldGVfcG9zdCI6IkRlbGV0ZSB0aGlzIHBvc3Q/XG4gICAgICAgICAgICAgICAgICAgICAgTk9URTogRGVsZXRpbmcgdGhpcyBwb3N0IHdvbid0IGRlbGV0ZSB0aGUgcmVwbGllcy4iLCJ2aWV3cyI6IlZpZXdzIiwiZG93bmxvYWRzIjoiRG93bmxvYWRzIiwiYm9va21hcmtzIjoiQm9va21hcmtzIiwibnNmdyI6Ik5TRlciLCJhZHVsdF9jb250ZW50IjoiQWR1bHQgQ29udGVudCIsIm5vX25vdGlmaWNhdGlvbnMiOiJObyBub3RpZmljYXRpb25zLiIsInNldF9hc19wcm9maWxlX3RoZW1lIjoiU2V0IGFzIHByb2ZpbGUgdGhlbWUiLCJ1c2VfaXRlbSI6IlVzZSBpdGVtIiwicHJvZmlsZV90aGVtZV9zdWNjZXNzIjoiUHJvZmlsZSB0aGVtZSB3YXMgc3VjY2Vzc2Z1bGx5IHNldC4iLCJjb3B5X3RvX2NsaXBib2FyZCI6IkNvcHkgdG8gQ2xpcGJvYXJkIiwiY29waWVkX3RvX2NsaXBib2FyZCI6IkNvcGllZCB0byBDbGlwYm9hcmQifQ==">
    <input type="hidden" name="_app_config" id="_app_config" value="eyJ1cGxvYWQuZmlsZS5saW1pdCI6MjYyMTQ0MDAwLCJ1cGxvYWQuZmlsZS5tZWRpYSI6MTA0ODU3NjAsInVwbG9hZC5maWxlLnRodW1ibmFpbCI6NTI0Mjg4MCwidXBsb2FkLmNodW5rLmxlbmd0aCI6MTA0ODU3Nn0=">
    <script type="text/javascript">
        const operationsLocale = JSON.parse(atob(_operations_locale.value));
        const frontendLocale = JSON.parse(atob(_frontend_locale.value));
    </script>
    <script type="text/javascript">
        const SiteClient = {
            isGuest: true,
            locale: 'en_US',
            clientId: null        };
    </script>
    <script type="text/javascript">
        const CURRENT_APP_DOMAIN = 'https://tekkenmods.com';
    </script>
    <script src="https://dist.tekkenmods.com/js/app.1707585786.js"></script>
    <script type="text/javascript">
        DarkwaveEvent.trigger('page.load', document.querySelector("html"));
    </script>
        <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-DKEK9MZH68"></script>
    <script>
        window.dataLayer = window.dataLayer || [];

        function gtag() {
            dataLayer.push(arguments);
        }
        gtag('js', new Date());

        gtag('config', 'G-DKEK9MZH68');
    </script>
    
    


<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
    <symbol id="check-circle-fill" fill="currentColor" viewBox="0 0 16 16">
        <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
    </symbol>
    <symbol id="info-fill" fill="currentColor" viewBox="0 0 16 16">
        <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"></path>
    </symbol>
    <symbol id="exclamation-triangle-fill" fill="currentColor" viewBox="0 0 16 16">
        <path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"></path>
    </symbol>
    <symbol id="language-fill" fill="currentColor" viewBox="0 0 20 20">
        <path d="M20 18h-1.44a.61.61 0 0 1-.4-.12.81.81 0 0 1-.23-.31L17 15h-5l-1 2.54a.77.77 0 0 1-.22.3.59.59 0 0 1-.4.14H9l4.55-11.47h1.89zm-3.53-4.31L14.89 9.5a11.62 11.62 0 0 1-.39-1.24q-.09.37-.19.69l-.19.56-1.58 4.19zm-6.3-1.58a13.43 13.43 0 0 1-2.91-1.41 11.46 11.46 0 0 0 2.81-5.37H12V4H7.31a4 4 0 0 0-.2-.56C6.87 2.79 6.6 2 6.6 2l-1.47.5s.4.89.6 1.5H0v1.33h2.15A11.23 11.23 0 0 0 5 10.7a17.19 17.19 0 0 1-5 2.1q.56.82.87 1.38a23.28 23.28 0 0 0 5.22-2.51 15.64 15.64 0 0 0 3.56 1.77zM3.63 5.33h4.91a8.11 8.11 0 0 1-2.45 4.45 9.11 9.11 0 0 1-2.46-4.45z"></path>
    </symbol>
    <symbol id="v-dots-fill" fill="currentColor" viewBox="0 0 150 150">
        <path d="M15,0A15,15,0,1,1,0,15,15,15,0,0,1,15,0Zm0,92.93a15,15,0,1,1-15,15,15,15,0,0,1,15-15Zm0-46.47a15,15,0,1,1-15,15,15,15,0,0,1,15-15Z"></path>
    </symbol>
    <symbol id="ue-fill" fill="currentColor" viewBox="0 0 50 50">
        <path d="M 25 2 C 12.308594 2 2 12.308594 2 25 C 2 37.691406 12.308594 48 25 48 C 37.691406 48 48 37.691406 48 25 C 48 12.308594 37.691406 2 25 2 Z M 25 4 C 36.609375 4 46 13.390625 46 25 C 46 36.609375 36.609375 46 25 46 C 13.390625 46 4 36.609375 4 25 C 4 13.390625 13.390625 4 25 4 Z M 23.621094 10.5 C 15.773438 12.367188 6.65625 21.90625 7.542969 29.125 C 11.8125 21.59375 14.703125 20.570313 15.488281 20.570313 C 16.277344 20.570313 16.703125 20.996094 16.703125 21.90625 L 16.703125 33.128906 C 16.703125 34.523438 15.355469 34.355469 14.460938 34.21875 C 17.773438 39.160156 25.5 39.5 25.5 39.5 L 28.960938 35.738281 L 32.296875 38.589844 C 37.378906 35.300781 40.734375 29.726563 40.734375 28.882813 C 38.21875 31.65625 36.058594 32.160156 35.574219 32.160156 C 35.089844 32.160156 34.300781 32.101563 34.300781 31.433594 L 34.300781 18.121094 C 34.300781 16.964844 37.480469 13.171875 38.484375 11.894531 C 31.871094 13.628906 29.324219 16.933594 29.324219 16.933594 C 29.324219 16.933594 28.433594 16.265625 26.472656 16.265625 C 27.207031 16.890625 28.234375 18.023438 28.234375 19.359375 L 28.234375 31.550781 C 28.234375 31.550781 26.046875 33.128906 24.773438 33.128906 C 23.5 33.128906 22.589844 32.585938 22.589844 31.613281 L 22.589844 17.050781 C 22.589844 17.050781 20.769531 18.328125 20.769531 14.5625 C 20.769531 12.683594 23.621094 10.5 23.621094 10.5 Z"></path>
    </symbol>
</svg>
<nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-dark navbar-main">
    <div class="no-pointer-events w-100 h-100 position-absolute top-0 bottom-0 start-0 bottom-0 z-n1 overflow-hidden">
        <div id="skewableObject" class="position-absolute bg-major-full min-width-256 top-0 skew-30" style="height: 70px; box-shadow: 0px 0px 15px 0px var(--major-color); width: 479px;"></div>
        <div class="position-absolute bg-major-full min-width-128 top-0" style="height: 70px;"></div>
    </div>
    <div class="container-fluid">
        <a id="navbarBranding" class="navbar-brand d-flex align-items-center" href="/">
            <img width="40" height="40" class="navbar-logo light-invert me-3" src="https://dist.tekkenmods.com/img/logo.png" alt="TekkenMods">
            <span id="brandText" class="fw-bold pt-1 brand-text max-width-512 text-overflow">American Wear for All Females</span>
        </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarMain" aria-controls="navbarMain" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarMain">
            <ul class="navbar-nav me-auto mb-2 mb-lg-0">
                            </ul>
            <div class="d-flex">
                <ul class="navbar-nav m-auto w-100 align-items-center">
                    <li class="nav-item">
                        <a class="nav-link text-uppercase fw-bold text-major" href="/random"><i class="fa-regular fa-dice fa-fw">&nbsp;</i></a>
                    </li>
                                            <li class="nav-link">
                            <a class="nav-link text-uppercase fw-bold text-white" href="/register"><i class="fa-solid fa-square-pen fa-fw mx-2">&nbsp;</i>Register</a>
                        </li>
                        <li class="nav-link">
                            <a class="nav-link text-uppercase fw-bold text-white" href="/login"><i class="fa-solid fa-arrow-right-to-bracket fa-fw mx-2">&nbsp;</i>Log in</a>
                        </li>
                        <li class="nav-link">
                            <a class="nav-link text-uppercase fw-bold text-white" href="/settings" rel="nofollow"><i class="fa-solid fa-sliders fa-fw"> </i><span class="d-lg-none d-inline">Preferences</span></a>
                        </li>
                                    </ul>
            </div>
        </div>
    </div>
</nav>
<script type="text/javascript">
    if (document.getElementById('navbarDropdown')) {
        navbarDropdown.addEventListener('hide.bs.dropdown', function (e) {
            if (navbarUserMenu.parentNode.matches(':hover') && !navbarDropdown.matches(':hover')) {
                e.preventDefault();
            }
        });
    }

    brandText.innerText = document.title.slice(13,document.title.length);
    if(id('skewableObject')) {
        skewableObject.style.width = `${parseInt(window.getComputedStyle(navbarBranding).width.slice(0, -2)) + 50}px`;
    }
</script>
<div style="display: none" id="smallProfileItem" class="small-user-profile">
    <iframe id="smallProfileIFrame" src=""></iframe>
</div>
<div class="wrapper">
        <input id="mod_id" type="hidden" value="3027">
    <input id="mod_uniqueId" type="hidden" value="563b3772bb316d01c14cc72e13252fdb">
    <input id="mod_title" type="hidden" value="American Wear for All Females">
    <input id="friendlyUrl" type="hidden" value="https://tekkenmods.com/mod/3027/american-wear-for-all-females">
    <script type="text/javascript">
        const currentMod = {
            id: mod_id.value,
            title: mod_title.value,
            uniqueId: mod_uniqueId.value,
            didFavorite: false        }
    </script>
    <nav id="commentActionsDropdown" class="position-absolute">
        <ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start hide">
            <li>
                <button id="commentActionReply" class="dropdown-item" type="button"><i class="fa-solid fa-reply fa-fw me-1"></i> Reply
                </button>
            </li>
            <li>
                <button id="commentActionReport" class="dropdown-item" type="button"><i class="fa-solid fa-flag fa-fw me-1"></i> Report
                </button>
            </li>
            <li>
                <button id="commentActionDelete" class="dropdown-item text-danger" type="button"><i class="fa-solid fa-xmark fa-fw me-1"></i> Delete
                </button>
            </li>
        </ul>
    </nav>
    <div class="container">
        <div id="support_message" class="pt-3" style="display: none;" aria-hidden="true">
    <ins class="alert alert-danger" role="alert">
    <div class="d-flex">
        <div class="flex-shrink-0">
            <svg class="me-3 mt-1" width="16" height="16" role="img" aria-label="Danger:">
                <use xlink:href="#exclamation-triangle-fill"></use>
            </svg>
        </div>
        <div class="flex-grow-1">
            <div class="fw-bold">AdBlock Detected</div>
            <p class="mb-0 text-default">We rely on ad revenue to cover our server costs.
If you want to have an ad-free experience, please consider <a target="_blank" class="dotted" href="/donate" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-original-title="Support TekkenMods">supporting the website</a>.
As a token of appreciation, supporters will receive an ad-free experience and access to exclusive features.</p>
        </div>
    </div>
</ins></div>        <div class="my-3 ms-2">
                                                <nav aria-label="breadcrumb">
                <ol class="breadcrumb text-uppercase">
                    <li class="breadcrumb-item"><a href="/">TekkenMods</a></li>
                    <li class="breadcrumb-item"><a href="/search?keyword=&amp;game=1">TEKKEN 7</a></li>
                    <li class="breadcrumb-item"><a href="/search?keyword=&amp;category=1&amp;game=1">Characters</a></li>
                    <li class="breadcrumb-item text-default active" aria-current="page">American Wear for All Females</li>
                </ol>
            </nav>
                                <div id="modTitleContainer" class="d-block d-lg-flex align-items-center justify-content-between">
                        <div class="d-flex">
                            <h1>American Wear for All Females</h1>
                            <small class="ms-1 fw-bold text-danger">[18+]</small>                            <small class="ms-1 fw-bold text-primary">[Exclusive]</small>                        </div>
                                                <div class="d-flex flex-wrap justify-content-between">
                            <div class="d-flex flex-wrap" id="modReactions"><div class="badge rounded-pill badge-tag me-1 cursor-pointer " data-bs-toggle="tooltip" data-bs-placement="bottom" data-type="addReaction" data-value="booba" data-bs-original-title="booba">
                                                <div class="d-flex align-items-center no-pointer-events">
                                                    <img src="https://dist.tekkenmods.com/community-cache/32/emoticons/c75a56f1e58f6621c83fb73ff83efa20657510e4/default.gif" class="img-16 object-fit-contain me-1" loading="lazy" fetchpriority="low">
                                                    <span class="reactionsCount">2</span>
                                                </div>
                                            </div></div>
                                                    </div>
                        
                                            <script type="text/javascript">
                            function getHTMLReactionForMod(alias, imgSrc, count, reacted) {
                                return (`<div class="badge rounded-pill badge-tag me-1 cursor-pointer ${reacted ? 'active' : ''}"
                                                      data-bs-toggle="tooltip"
                                                      data-bs-placement="bottom"
                                                      title="${alias}"
                                                      data-type="addReaction"
                                                      data-value="${alias}">
                                                <div class="d-flex align-items-center no-pointer-events">
                                                    <img src="${imgSrc}" class="img-16 object-fit-contain me-1" loading="lazy" fetchpriority="low"/>
                                                    <span class="reactionsCount" class="font-size-px-12">${count}</span>
                                                </div>
                                            </div>`);
                            }

                            function addReaction(alias) {
                                if(SiteClient.isGuest) {
                                    safeRedirect(`/login/?redirect=/mod/${currentMod.id}`);
                                    return;
                                }

                                return Mokujin.httpRequest.post('/api/mod/reactions/toggleReaction', {
                                    headers: {
                                        'X-XSRF-TOKEN': App.security.xsrf()
                                    },
                                    body: JSON.stringify({
                                        'modId': currentMod.id,
                                        'alias': alias
                                    })
                                }).then(res => {
                                    return res.json().then(json => {
                                        if(res.status !== 200) {
                                            throw new Error(json.message);
                                        }

                                        let element = q(`[data-type="addReaction"][data-value="${alias}"]`);
                                        console.log(json.data.reacted);
                                        switch(json.data.reacted) {
                                            case true:
                                                    if(!element) {
                                                        modReactions.innerHTML += getHTMLReactionForMod(alias, json.data.imgSrc, json.data.count, true);
                                                    } else {
                                                        element.classList.add('active');
                                                        element.querySelector('.reactionsCount').innerText = json.data.count;
                                                    }
                                                break;
                                            case false:
                                                    if(element) {
                                                        element.classList.remove('active');
                                                        element.querySelector('.reactionsCount').innerText = json.data.count;
                                                        if(json.data.count === 0) {
                                                            element.remove();
                                                        }
                                                    }
                                                break;
                                        }

                                        updateTooltips();
                                        updateTitleContainer();
                                    });
                                }).catch(err => {
                                    App.toast.error(operationsLocale.error, err.message);
                                });
                            }

                            function updateTitleContainer() {
                                if(qAll('[data-type="addReaction"]').length > 5) {
                                    modTitleContainer.classList.remove('d-lg-flex');
                                } else {
                                    modTitleContainer.classList.add('d-lg-flex');
                                }
                            }

                            if(document.getElementById('reactionsDropdown')) {
                                reactionsDropdown.addEventListener('click', (e) => {
                                    if (!e.target.classList.contains('reactionItem')) {
                                        return;
                                    }

                                    let alias = e.target.getAttribute('data-value');
                                    addReaction(alias);
                                });
                            }

                            modReactions.addEventListener('click', (e) => {
                                if(e.target.getAttribute('data-type') !== 'addReaction') {
                                    return;
                                }

                                let alias = e.target.getAttribute('data-value');

                                addReaction(alias);
                            });

                            Mokujin.httpRequest.get(`/api/mod/reactions/getReactions/${currentMod.id}`).then(res => {
                                return res.json().then(json => {
                                    if(res.status !== 200) {
                                        return;
                                    }

                                    let reactionsHtml = '';
                                    json.forEach(reaction => {
                                        let value = Object.values(reaction)[0];
                                        let alias = Object.keys(reaction)[0];

                                        let count = value['count'];
                                        let imgSrc = value['imgSrc'];
                                        let reacted = value['reacted'];

                                        console.log(alias, count);
                                        reactionsHtml += getHTMLReactionForMod(alias, imgSrc, count, reacted);
                                    });

                                    modReactions.innerHTML = reactionsHtml;
                                    updateTooltips();
                                    updateTitleContainer();
                                });
                            });
                        </script></div>
                        <div class="d-flex">
                                <a href="https://tekkenmods.com/user/10261/VariousModders">
                    <img alt="Uploader avatar" src="https://dist.tekkenmods.com/dist-cache/300/10261/avatar/default.webp?1706323203" class="flex-shrink-0 me-3 mt-3 rounded img-64">
                </a>
                                <div class="d-flex pt-3 flex-column justify-content-evenly">
                    <div class="d-flex info">
                        By <div class="ms-1"><span class="d-inline-flex align-items-center">
    <a style="color: #705FFA" class="fw-bold d-inline-flex me-1" onmouseenter="initSmallProfileHover(this)" data-user-id="10261" href="https://tekkenmods.com/user/10261/VariousModders"><span>VariousModders</span></a> <span data-bs-toggle="tooltip" data-bs-placement="top" class="inline-user-badge" aria-label="Verified User" data-bs-original-title="Verified User"><i class="fa-solid fa-circle-check fa-fw text-major"></i></span>
</span></div>                    </div>
                    <div class="d-flex flex-column flex-md-wrap flex-sm-nowrap flex-md-row mod-info">
                        <span class="divider-inline"><i class="fa-duotone fa-calendar-clock fa-fw"></i> Uploaded at November 29, 2023</span>
                                                <span class="divider-inline"><i class="fa-duotone fa-eye fa-fw"></i> 8,231 views</span>
                        <span><i class="fa-duotone fa-download fa-fw"></i> 65 downloads</span>
                    </div>
                </div>
            </div>
        </div>
        <div class="text-center mb-2">
                                                <div class="mt-3">
                                                    <a data-fslightbox="gallery" href="https://dist.tekkenmods.com/dist-cache/1920/10261/mods/3027/thumbnails/6df768c9efdf425b-1920x1080.jpg">
                                <img id="thumbnailImage" style="max-height: 720px" class="img-fluid rounded" src="https://dist.tekkenmods.com/dist-cache/1920/10261/mods/3027/thumbnails/6df768c9efdf425b-1920x1080.jpg" alt="American Wear for All Females" onerror="imgError(this);">
                            </a>
                                            </div>
                                    </div>
    </div>
    <div class="container pt-2">
                        <div class="position-relative promotional-container rounded bg-menu-2 mb-2">
        <a href="/donate" class="d-block p-5 no-link">
            <div class="stamp">
                SHINY!
            </div>
            <div class="position-relative text-center text-default z-1">
                <div class="w-100">
                    <div class="fw-bold font-size-px-30">Support the website and gain access to dozens of exclusive mods!</div>
                    <div class="fw-bold py-3">Enjoy more features, hide ads, and get access to exclusive mods.</div>
                </div>
                <div class="promo-btn rounded-5 fw-bold p-3 d-inline-block">Support TekkenMods</div>
            </div>
        </a>
        <div class="promo-icon position-absolute z-0">
            <i class="fa-solid fa-gem fa-fw fa-8x"></i>
        </div>
    </div>
                <ul class="nav nav-pills" id="pills-tab" role="tablist">
            <li class="nav-item" role="presentation">
                <button class="nav-link active fw-bold" id="mod-tab" data-bs-toggle="pill" data-bs-target="#mod" type="button" role="tab" aria-controls="mod" aria-selected="true"><i class="fa-duotone fa-cube fa-fw"></i> Mod
                </button>
            </li>
                        <li class="nav-item" role="presentation">
                <button class="nav-link fw-bold" id="comments-tab" data-bs-toggle="pill" data-bs-target="#comments" type="button" role="tab" aria-controls="comments" aria-selected="false" tabindex="-1"><i class="fa-duotone fa-comments fa-fw"></i> Comments
                    (1)
                </button>
            </li>
                                                            <ul class="nav-item-side float-end flex-row-reverse">
                <li class="nav-item" role="presentation">
                    <button class="nav-link fw-bold text-danger" id="reportModBtn" aria-selected="false" tabindex="-1" role="tab">
                        <i class="fa-solid fa-flag fa-fw"></i> Report
                    </button>
                </li>
                <script type="text/javascript">
                    reportModBtn.addEventListener('click', () => {
                        let reportModal = App.UI.report(thumbnailImage, (modal) => {
                            let reason = modal._element.querySelector('textarea').value.trim();
                            let _reportModal = bootstrap.Modal.getOrCreateInstance(reportModal);
                            bootstrap.Modal.disableButtons(_reportModal, true);
                            Mokujin.httpRequest.post('/api/mod/report', {
                                headers: {
                                    'X-XSRF-TOKEN': App.security.xsrf()
                                },
                                body: JSON.stringify({
                                    modId: currentMod.id,
                                    information: reason
                                })
                            }).then(response => {
                                return response.json().then(json => {
                                    if(response.status !== 200) {
                                        throw new Error(json.message);
                                    }

                                    App.toast.success(operationsLocale.success, frontendLocale.report_submitted);
                                    modal.hide();
                                })
                            }).catch(err => {
                                App.toast.error(operationsLocale.error, err.message);
                                bootstrap.Modal.disableButtons(_reportModal, false);
                            })
                        });

                        let reportButtons = (`
                            <button id="reportBtn1" data-attribute="report" type="button" class="btn btn-dark w-100 mb-2">This mod contains inappropriate or offensive content</button><button id="reportBtn2" data-attribute="report" type="button" class="btn btn-dark w-100 mb-2">This is spam/misleading</button><button id="reportBtn3" data-attribute="report" type="button" class="btn btn-dark w-100 mb-2">This mod contains a cheat/malware</button><button id="reportBtn4" data-attribute="report" type="button" class="btn btn-dark w-100 mb-2">This mod infringes intellectual property rights.</button><button id="reportBtn5" data-attribute="report" type="button" class="btn btn-dark w-100 mb-2">This is a NSFW mod without the NSFW tag.</button>                        `);

                        let textarea = reportModal.querySelector('textarea');
                        textarea.insertAdjacentHTML('beforebegin', `<div class="mb-2">${reportButtons}</div>`);

                        reportModal.addEventListener('click', (e) => {
                            if(e.target.getAttribute('data-attribute') !== 'report') {
                                return;
                            }

                            textarea.value += `${e.target.innerText}\n`;
                        });
                    });
                </script>
                            </ul>
        </ul>
    </div>
    <div class="bg-menu-3 pb-5">
        <div class="container">
            <div class="tab-content pt-3" id="tabContent">
                <div class="tab-pane fade show active" id="mod" role="tabpanel" aria-labelledby="mod-tab">
                    <div class="row">
                        <main class="col-lg-8 pb-4">
                            <h1 listen="modTitle" class="h3 unselectable">American Wear for All Females</h1>
                            <hr>
                            <div class="p-2">
                                                                <article listen="modContent" id="content" class="mod-desc">
                                    <p>America, the land of the free. It embodies the essence of freedom, from the vast landscapes to the diverse cultures it stands as a beacon of liberty. Whether expressed through individual rights, democratic values or the pursuit of happiness, the spirit of freedom resonates across this great nation. In America, everything is bigger</p>

<h3>Additional Information</h3>

<p>Requires <a class="parsed-link" href="https://tekkenmods.com/mod/2301/tkdatapatcher"><img class="img-link me-1" alt="TKDataPatcher BETA 8 or higher" src="https://www.google.com/s2/favicons?domain=https://tekkenmods.com/mod/2301/tkdatapatcher&amp;sz=16">TKDataPatcher BETA 8 or higher</a>
Colourable: No
Category: Full Body
Barefoot: No
Extra notes: Includes Leo</p>

<h3>Screenshots</h3>

<p><a class="overflow-hidden" data-fslightbox="gallery" href="https://dist.tekkenmods.com/dist-cache/1920/10261/media/30d44468058cfc904fb60b4fd8ddc0e6-1920x1080.jpeg"><img class="img-fluid rounded " src="https://dist.tekkenmods.com/dist-cache/1920/10261/media/30d44468058cfc904fb60b4fd8ddc0e6-1920x1080.jpeg" alt=""></a>
<a class="overflow-hidden" data-fslightbox="gallery" href="https://dist.tekkenmods.com/dist-cache/1920/10261/media/2b807a9897c4ea6f0eafda1b1ea6c141-1920x1080.jpeg"><img class="img-fluid rounded " src="https://dist.tekkenmods.com/dist-cache/1920/10261/media/2b807a9897c4ea6f0eafda1b1ea6c141-1920x1080.jpeg" alt=""></a>
<a class="overflow-hidden" data-fslightbox="gallery" href="https://dist.tekkenmods.com/dist-cache/1920/10261/media/b2fea668105dcde6d020cb8feb335264-1920x1080.jpeg"><img class="img-fluid rounded " src="https://dist.tekkenmods.com/dist-cache/1920/10261/media/b2fea668105dcde6d020cb8feb335264-1920x1080.jpeg" alt=""></a></p>

                                </article>
                                                                <div class="noBlockyPlease position-relative" style="display: none; visibility: hidden;" aria-hidden="true">
    <a href="/donate" class="stretched-link"></a>
    <div class="d-flex flex-column align-items-center my-2 p-3 bg-menu-2 rounded text-center no-pointer-events user-select-none">
        <i class="fa-solid fa-face-frown fa-5x my-2 text-danger"></i>
        <p>AdBlock is on. Consider turning off AdBlock or support us to get an ad-free experience.</p>
    </div>
</div>                                                                    <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3992509129701113" data-ad-slot="6158348074" data-ad-format="auto" data-full-width-responsive="true"></ins>
                                    <script>
                                        (adsbygoogle = window.adsbygoogle || []).push({});
                                    </script>
                                                            </div>
                        </main>
                        <div class="col-lg-4">
                            <div class="noBlockyPlease position-relative" style="display: none; visibility: hidden;" aria-hidden="true">
    <a href="/donate" class="stretched-link"></a>
    <div class="d-flex flex-column align-items-center my-2 p-3 bg-menu-2 rounded text-center no-pointer-events user-select-none">
        <i class="fa-solid fa-face-frown fa-5x my-2 text-danger"></i>
        <p>AdBlock is on. Consider turning off AdBlock or support us to get an ad-free experience.</p>
    </div>
</div>                                                            <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-3992509129701113" data-ad-slot="9669399436" data-ad-format="auto" data-full-width-responsive="true"></ins>
                                <script>
                                    (adsbygoogle = window.adsbygoogle || []).push({});
                                </script>
                                                                                        <div class="mod-files mb-3">
                                    <h3 class="unselectable"><i class="fa-solid fa-folder-closed fa-fw"></i>
                                        Files</h3>
                                    <hr>
                                    <div class="p-2">
                                                                                                                                                                                    <div class="position-relative mb-3">
                                                    <a href="/donate" target="_blank" class="stretched-link"></a>
                                                    <div class="d-flex flex-column align-items-center my-2 p-3 bg-menu-2 rounded text-center no-pointer-events user-select-none">
                                                        <i class="fa-solid fa-gem fa-5x my-2" style="color: #45E03D;"></i>
                                                        <p>This mod is for <strong style="color: #45E03D;">Supporter</strong> tier members and higher.
                                                            Get <strong style="color: #45E03D;">Supporter</strong> and get access to this mod and other exclusive mods and features!</p>
                                                    </div>
                                                </div>
                                                <div class="position-relative">
                                                    <a href="/donate" target="_blank" class="stretched-link"></a>
                                                                        <div class="mod-file-element mb-2 unselectable user-select-none no-pointer-events opacity-50">
        <a class="mod-file-link" style="filter: blur(5px)" href="#" rel="noopener" target="_blank">
            <div class="d-flex align-items-center">
                <i class="fa-solid fa-download fa-fw fa-2x pt-2"></i>
                <div class="d-grid ps-2">
                    <span class="fw-bold text-truncate">Download dfb48ad9273548a6dd73bc42f316dfb263e90d74</span>
                </div>
            </div>
        </a>
    </div>
                                                </div>
                                                                                                                        </div>
                                </div>
                                                        <div class="mod-tags mb-3">
                                <h3 class="unselectable"><i class="fa-solid fa-hashtag fa-fw"></i>
                                    Tags
                                </h3>
                                <hr>
                                <div class="pt-2">
                                                                            <a href="/search?keyword=all girls" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>all girls</span>
                                        </a>
                                                                            <a href="/search?keyword=american" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>american</span>
                                        </a>
                                                                            <a href="/search?keyword=usa" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>usa</span>
                                        </a>
                                                                            <a href="/search?keyword=american wear" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>american wear</span>
                                        </a>
                                                                            <a href="/search?keyword=tkdatapatcher" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>tkdatapatcher</span>
                                        </a>
                                                                            <a href="/search?keyword=nsfw" rel="nofollow"><span class="badge rounded-pill badge-tag">
                                            <i class="fas fa-hashtag me-1 fa-fw"></i>nsfw</span>
                                        </a>
                                                                    </div>
                            </div>
                                                        <div class="mod-attribution">
                                <h6 class="fw-bold mb-2">This mod permits users to:</h6>
                                <div><i class="fa-solid fa-xmark fa-fw text-danger"></i> Swap this mod</div>                                <div><i class="fa-solid fa-xmark fa-fw text-danger"></i> Sell this mod</div>                                <div><i class="fa-solid fa-xmark fa-fw text-danger"></i> Modify this mod</div>                                <div><i class="fa-solid fa-xmark fa-fw text-danger"></i> Use this mod in mod packs</div>                                <div><i class="fa-solid fa-xmark fa-fw text-danger"></i> Use this mod's assets</div>                            </div>
                                                    </div>
                    </div>

                </div>
                                <div class="tab-pane fade" id="comments" role="tabpanel" aria-labelledby="comments-tab">
                                        <div class="container" id="commentsContent"></div>
                    <div class="text-center w-100">
                        <div id="spinner" class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
<script type="text/javascript">
    spinnerShow = () => {
        spinner.style.display = '';
    }

    spinnerHide = () => {
        spinner.style.display = 'none';
    }
</script>                    </div>
                </div>
                                                                            </div>
        </div>
    </div>
<script src="https://tekkenmods.com/dynamic/js/0d9dde60e788164c060d62ec9f889301016e16fa.js"></script>
    <div id="banner_ad" class="banner_ad"></div>
</div>
<footer class="unselectable">
    <div class="container">
        <p class="footer-notice m-2">TekkenMods is not affiliated with BANDAI NAMCO ENTERTAINMENT INC.
                       All trademarks are the property of their respective owners.</p>
        <div class="mb-2">
            <a href="/terms">Terms of Use</a> ◦ <a href="/privacy">Privacy Policy</a>
        </div>
        <hr>
        <img alt="Footer Image" class="img-fluid" src="https://dist.tekkenmods.com/img/footer-img.png" width="384" height="32">
    </div>
</footer>
<script type="text/javascript">
    const body = document.querySelector("body");
    DarkwaveEvent.trigger('body.load');
</script>
<script type="text/javascript">
    if(window.getComputedStyle(banner_ad).display === 'none') {
        if(id('support_message')) {
            support_message.style.display = '';
            support_message.setAttribute('aria-hidden', 'false');
        }

        qAll('.noBlockyPlease').forEach(el => {
            el.style.display = '';
            el.style.visibility = 'visible';
            el.setAttribute('aria-hidden', 'false');
        })
    }
</script>
<script src="https://dist.tekkenmods.com/js/tata.min.1651559906.js"></script>
<script src="https://dist.tekkenmods.com/js/popper.min.1651359208.js"></script>
<script src="https://dist.tekkenmods.com/js/bootstrap5-3-0/bootstrap.min.1671613084.js"></script>
<script src="https://dist.tekkenmods.com/js/highlight.min.1676983674.js"></script>
<script src="https://dist.tekkenmods.com/js/croppie.min.1592323476.js"></script>
<script src="https://dist.tekkenmods.com/js/fslightbox.1711667494.js"></script>
<script src="https://dist.tekkenmods.com/js/twemoji.min.1648671836.js"></script>
<script type="text/javascript">
    twemoji.base = (`https://dist.tekkenmods.com/img/`);
    twemoji.parse(document.body);
</script>
<script src="https://dist.tekkenmods.com/js/main.1711662772.js"></script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e561c8d099d2fc3',t:'MTczMjA4MTI5Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8e561c8d099d2fc3&quot;,&quot;version&quot;:&quot;2024.10.5&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;8faab6a7dcad4b6b9d98094b3b7f645d&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>


</body></html>