├── .gitignore ├── LICENSE ├── README.md ├── app ├── calc.js ├── data │ ├── clothes.js │ ├── hats.js │ ├── shoes.js │ ├── skills.js │ ├── specials.js │ ├── subs.js │ └── weapons.js ├── encode.js ├── gear.js ├── home.html ├── index.html ├── loadout.js ├── manifest.json ├── modals.js ├── stats.js ├── tutorials.js ├── ui.js └── util.js ├── common ├── assets │ ├── fonts │ │ ├── Splatfont.ttf │ │ ├── Splatfont.woff │ │ ├── Splatfont2.ttf │ │ └── Splatfont2.woff │ └── img │ │ ├── brands │ │ ├── B00.png │ │ ├── B01.png │ │ ├── B02.png │ │ ├── B03.png │ │ ├── B04.png │ │ ├── B05.png │ │ ├── B06.png │ │ ├── B07.png │ │ ├── B08.png │ │ ├── B09.png │ │ ├── B10.png │ │ ├── B11.png │ │ ├── B15.png │ │ ├── B16.png │ │ ├── B17.png │ │ ├── B97.png │ │ ├── B98.png │ │ └── B99.png │ │ ├── flags │ │ ├── ca.png │ │ ├── es.png │ │ ├── fr.png │ │ ├── gb.png │ │ ├── jp.png │ │ ├── mx.png │ │ ├── us.png │ │ └── zh_HK.png │ │ ├── gear │ │ ├── clothes │ │ │ ├── Clt_AMB000.png │ │ │ ├── Clt_AMB001.png │ │ │ ├── Clt_AMB002.png │ │ │ ├── Clt_AMB003.png │ │ │ ├── Clt_AMB004.png │ │ │ ├── Clt_AMB005.png │ │ │ ├── Clt_AMB006.png │ │ │ ├── Clt_AMB007.png │ │ │ ├── Clt_AMB008.png │ │ │ ├── Clt_AMB009.png │ │ │ ├── Clt_AMB010.png │ │ │ ├── Clt_COP100.png │ │ │ ├── Clt_COP101.png │ │ │ ├── Clt_COP102.png │ │ │ ├── Clt_COP103.png │ │ │ ├── Clt_COP104.png │ │ │ ├── Clt_COP105.png │ │ │ ├── Clt_COP106.png │ │ │ ├── Clt_COP107.png │ │ │ ├── Clt_COP108.png │ │ │ ├── Clt_COP109.png │ │ │ ├── Clt_COP110.png │ │ │ ├── Clt_CRC000.png │ │ │ ├── Clt_FST001.png │ │ │ ├── Clt_FST002.png │ │ │ ├── Clt_HAP001.png │ │ │ ├── Clt_JKT000.png │ │ │ ├── Clt_JKT001.png │ │ │ ├── Clt_JKT002.png │ │ │ ├── Clt_JKT003.png │ │ │ ├── Clt_JKT004.png │ │ │ ├── Clt_JKT005.png │ │ │ ├── Clt_JKT006.png │ │ │ ├── Clt_JKT007.png │ │ │ ├── Clt_JKT008.png │ │ │ ├── Clt_JKT009.png │ │ │ ├── Clt_JKT010.png │ │ │ ├── Clt_JKT011.png │ │ │ ├── Clt_JKT012.png │ │ │ ├── Clt_JKT013.png │ │ │ ├── Clt_JKT014.png │ │ │ ├── Clt_JKT015.png │ │ │ ├── Clt_JKT016.png │ │ │ ├── Clt_JKT017.png │ │ │ ├── Clt_JKT018.png │ │ │ ├── Clt_JKT019.png │ │ │ ├── Clt_JKT020.png │ │ │ ├── Clt_JKT021.png │ │ │ ├── Clt_JKT022.png │ │ │ ├── Clt_JKT023.png │ │ │ ├── Clt_JKT024.png │ │ │ ├── Clt_JKT025.png │ │ │ ├── Clt_JKT026.png │ │ │ ├── Clt_JKT027.png │ │ │ ├── Clt_JKT028.png │ │ │ ├── Clt_JKT029.png │ │ │ ├── Clt_JKT030.png │ │ │ ├── Clt_JKT031.png │ │ │ ├── Clt_JKT032.png │ │ │ ├── Clt_JKT033.png │ │ │ ├── Clt_JKT034.png │ │ │ ├── Clt_JKT035.png │ │ │ ├── Clt_JKT036.png │ │ │ ├── Clt_JKT037.png │ │ │ ├── Clt_JKT038.png │ │ │ ├── Clt_JKT039.png │ │ │ ├── Clt_JKT040.png │ │ │ ├── Clt_JKT041.png │ │ │ ├── Clt_JKT042.png │ │ │ ├── Clt_JKT043.png │ │ │ ├── Clt_JKT044.png │ │ │ ├── Clt_MSN000.png │ │ │ ├── Clt_MSN004.png │ │ │ ├── Clt_MSN101.png │ │ │ ├── Clt_MSN104.png │ │ │ ├── Clt_MSN105.png │ │ │ ├── Clt_MSN106.png │ │ │ ├── Clt_PLO000.png │ │ │ ├── Clt_PLO001.png │ │ │ ├── Clt_PLO002.png │ │ │ ├── Clt_PLO003.png │ │ │ ├── Clt_PLO004.png │ │ │ ├── Clt_PLO005.png │ │ │ ├── Clt_PLO006.png │ │ │ ├── Clt_PLO007.png │ │ │ ├── Clt_PLO008.png │ │ │ ├── Clt_PRK000.png │ │ │ ├── Clt_PRK001.png │ │ │ ├── Clt_PRK002.png │ │ │ ├── Clt_PRK004.png │ │ │ ├── Clt_PRK005.png │ │ │ ├── Clt_PRK006.png │ │ │ ├── Clt_PRK007.png │ │ │ ├── Clt_PRK008.png │ │ │ ├── Clt_PRK009.png │ │ │ ├── Clt_PRK010.png │ │ │ ├── Clt_PRK011.png │ │ │ ├── Clt_SHT000.png │ │ │ ├── Clt_SHT001.png │ │ │ ├── Clt_SHT002.png │ │ │ ├── Clt_SHT003.png │ │ │ ├── Clt_SHT004.png │ │ │ ├── Clt_SHT005.png │ │ │ ├── Clt_SHT006.png │ │ │ ├── Clt_SHT007.png │ │ │ ├── Clt_SHT008.png │ │ │ ├── Clt_SHT009.png │ │ │ ├── Clt_SHT010.png │ │ │ ├── Clt_SHT011.png │ │ │ ├── Clt_SHT012.png │ │ │ ├── Clt_SHT013.png │ │ │ ├── Clt_SHT014.png │ │ │ ├── Clt_SHT015.png │ │ │ ├── Clt_SHT017.png │ │ │ ├── Clt_SHT018.png │ │ │ ├── Clt_SHT019.png │ │ │ ├── Clt_SHT020.png │ │ │ ├── Clt_SHT021.png │ │ │ ├── Clt_SHT022.png │ │ │ ├── Clt_SHT023.png │ │ │ ├── Clt_SHT024.png │ │ │ ├── Clt_SHT025.png │ │ │ ├── Clt_SHT026.png │ │ │ ├── Clt_SHT027.png │ │ │ ├── Clt_SHT028.png │ │ │ ├── Clt_SHT029.png │ │ │ ├── Clt_SWT000.png │ │ │ ├── Clt_SWT001.png │ │ │ ├── Clt_SWT002.png │ │ │ ├── Clt_SWT003.png │ │ │ ├── Clt_SWT004.png │ │ │ ├── Clt_SWT005.png │ │ │ ├── Clt_SWT006.png │ │ │ ├── Clt_SWT007.png │ │ │ ├── Clt_SWT008.png │ │ │ ├── Clt_SWT009.png │ │ │ ├── Clt_SWT010.png │ │ │ ├── Clt_SWT011.png │ │ │ ├── Clt_SWT012.png │ │ │ ├── Clt_SWT013.png │ │ │ ├── Clt_SWT014.png │ │ │ ├── Clt_SWT015.png │ │ │ ├── Clt_TEL000.png │ │ │ ├── Clt_TEL001.png │ │ │ ├── Clt_TEL002.png │ │ │ ├── Clt_TEL003.png │ │ │ ├── Clt_TEL004.png │ │ │ ├── Clt_TEL005.png │ │ │ ├── Clt_TEL006.png │ │ │ ├── Clt_TEL007.png │ │ │ ├── Clt_TEL008.png │ │ │ ├── Clt_TEL009.png │ │ │ ├── Clt_TEL010.png │ │ │ ├── Clt_TEL011.png │ │ │ ├── Clt_TEL012.png │ │ │ ├── Clt_TEL013.png │ │ │ ├── Clt_TEL014.png │ │ │ ├── Clt_TEL015.png │ │ │ ├── Clt_TEL016.png │ │ │ ├── Clt_TEL017.png │ │ │ ├── Clt_TEL018.png │ │ │ ├── Clt_TEL019.png │ │ │ ├── Clt_TEL020.png │ │ │ ├── Clt_TEL021.png │ │ │ ├── Clt_TEL022.png │ │ │ ├── Clt_TEL023.png │ │ │ ├── Clt_TEL024.png │ │ │ ├── Clt_TES000.png │ │ │ ├── Clt_TES001.png │ │ │ ├── Clt_TES002.png │ │ │ ├── Clt_TES003.png │ │ │ ├── Clt_TES004.png │ │ │ ├── Clt_TES005.png │ │ │ ├── Clt_TES006.png │ │ │ ├── Clt_TES007.png │ │ │ ├── Clt_TES008.png │ │ │ ├── Clt_TES009.png │ │ │ ├── Clt_TES010.png │ │ │ ├── Clt_TES011.png │ │ │ ├── Clt_TES012.png │ │ │ ├── Clt_TES013.png │ │ │ ├── Clt_TES014.png │ │ │ ├── Clt_TES015.png │ │ │ ├── Clt_TES016.png │ │ │ ├── Clt_TES017.png │ │ │ ├── Clt_TES018.png │ │ │ ├── Clt_TES019.png │ │ │ ├── Clt_TES020.png │ │ │ ├── Clt_TES021.png │ │ │ ├── Clt_TES022.png │ │ │ ├── Clt_TES023.png │ │ │ ├── Clt_TES026.png │ │ │ ├── Clt_TES027.png │ │ │ ├── Clt_TES028.png │ │ │ ├── Clt_TES029.png │ │ │ ├── Clt_TES030.png │ │ │ ├── Clt_TES031.png │ │ │ ├── Clt_TES032.png │ │ │ ├── Clt_TES033.png │ │ │ ├── Clt_TES034.png │ │ │ ├── Clt_TES035.png │ │ │ ├── Clt_TES036.png │ │ │ ├── Clt_TES037.png │ │ │ ├── Clt_TES038.png │ │ │ ├── Clt_TES039.png │ │ │ ├── Clt_TES040.png │ │ │ ├── Clt_TES041.png │ │ │ ├── Clt_TES042.png │ │ │ ├── Clt_TES043.png │ │ │ ├── Clt_TES044.png │ │ │ ├── Clt_TES045.png │ │ │ ├── Clt_TES046.png │ │ │ ├── Clt_TES047.png │ │ │ ├── Clt_TES048.png │ │ │ ├── Clt_TES049.png │ │ │ ├── Clt_TES050.png │ │ │ ├── Clt_TES051.png │ │ │ ├── Clt_TES052.png │ │ │ ├── Clt_TES053.png │ │ │ ├── Clt_TES054.png │ │ │ ├── Clt_TES055.png │ │ │ ├── Clt_TES056.png │ │ │ ├── Clt_TES057.png │ │ │ ├── Clt_TES058.png │ │ │ ├── Clt_TES059.png │ │ │ ├── Clt_TES060.png │ │ │ ├── Clt_TES061.png │ │ │ ├── Clt_TLY000.png │ │ │ ├── Clt_TLY001.png │ │ │ ├── Clt_TLY002.png │ │ │ ├── Clt_TLY003.png │ │ │ ├── Clt_TLY004.png │ │ │ ├── Clt_TLY005.png │ │ │ ├── Clt_TLY006.png │ │ │ ├── Clt_TLY007.png │ │ │ ├── Clt_TLY008.png │ │ │ ├── Clt_TLY009.png │ │ │ ├── Clt_TLY010.png │ │ │ ├── Clt_TLY011.png │ │ │ ├── Clt_TLY012.png │ │ │ ├── Clt_TLY013.png │ │ │ ├── Clt_TNK000.png │ │ │ ├── Clt_TNK001.png │ │ │ ├── Clt_TNK003.png │ │ │ ├── Clt_TNK004.png │ │ │ ├── Clt_TNK005.png │ │ │ ├── Clt_TNK006.png │ │ │ ├── Clt_VST000.png │ │ │ ├── Clt_VST001.png │ │ │ ├── Clt_VST002.png │ │ │ ├── Clt_VST003.png │ │ │ ├── Clt_VST004.png │ │ │ ├── Clt_VST005.png │ │ │ ├── Clt_VST007.png │ │ │ ├── Clt_VST008.png │ │ │ └── Clt_VST009.png │ │ ├── hats │ │ │ ├── Hed_ACC001.png │ │ │ ├── Hed_AMB000.png │ │ │ ├── Hed_AMB001.png │ │ │ ├── Hed_AMB002.png │ │ │ ├── Hed_AMB003.png │ │ │ ├── Hed_AMB004.png │ │ │ ├── Hed_AMB005.png │ │ │ ├── Hed_AMB006.png │ │ │ ├── Hed_AMB007.png │ │ │ ├── Hed_AMB008.png │ │ │ ├── Hed_AMB009.png │ │ │ ├── Hed_AMB010.png │ │ │ ├── Hed_CAP000.png │ │ │ ├── Hed_CAP001.png │ │ │ ├── Hed_CAP002.png │ │ │ ├── Hed_CAP003.png │ │ │ ├── Hed_CAP004.png │ │ │ ├── Hed_CAP005.png │ │ │ ├── Hed_CAP006.png │ │ │ ├── Hed_CAP007.png │ │ │ ├── Hed_CAP008.png │ │ │ ├── Hed_CAP009.png │ │ │ ├── Hed_CAP010.png │ │ │ ├── Hed_CAP011.png │ │ │ ├── Hed_CAP012.png │ │ │ ├── Hed_CAP014.png │ │ │ ├── Hed_CAP018.png │ │ │ ├── Hed_CAP019.png │ │ │ ├── Hed_CAP020.png │ │ │ ├── Hed_CAP021.png │ │ │ ├── Hed_CAP023.png │ │ │ ├── Hed_CAP024.png │ │ │ ├── Hed_CAP025.png │ │ │ ├── Hed_CAP026.png │ │ │ ├── Hed_CAP027.png │ │ │ ├── Hed_COP100.png │ │ │ ├── Hed_COP101.png │ │ │ ├── Hed_COP102.png │ │ │ ├── Hed_COP103.png │ │ │ ├── Hed_COP104.png │ │ │ ├── Hed_COP105.png │ │ │ ├── Hed_COP106.png │ │ │ ├── Hed_COP107.png │ │ │ ├── Hed_COP109.png │ │ │ ├── Hed_CRC000.png │ │ │ ├── Hed_EYE000.png │ │ │ ├── Hed_EYE001.png │ │ │ ├── Hed_EYE002.png │ │ │ ├── Hed_EYE003.png │ │ │ ├── Hed_EYE004.png │ │ │ ├── Hed_EYE005.png │ │ │ ├── Hed_EYE006.png │ │ │ ├── Hed_EYE007.png │ │ │ ├── Hed_EYE008.png │ │ │ ├── Hed_EYE009.png │ │ │ ├── Hed_EYE010.png │ │ │ ├── Hed_EYE011.png │ │ │ ├── Hed_EYE012.png │ │ │ ├── Hed_EYE013.png │ │ │ ├── Hed_EYE014.png │ │ │ ├── Hed_EYE015.png │ │ │ ├── Hed_EYE016.png │ │ │ ├── Hed_EYE017.png │ │ │ ├── Hed_EYE018.png │ │ │ ├── Hed_EYE019.png │ │ │ ├── Hed_EYE020.png │ │ │ ├── Hed_FST000.png │ │ │ ├── Hed_HAP000.png │ │ │ ├── Hed_HAP001.png │ │ │ ├── Hed_HAP002.png │ │ │ ├── Hed_HAP003.png │ │ │ ├── Hed_HAP004.png │ │ │ ├── Hed_HAP005.png │ │ │ ├── Hed_HAP006.png │ │ │ ├── Hed_HAP007.png │ │ │ ├── Hed_HAP008.png │ │ │ ├── Hed_HAP009.png │ │ │ ├── Hed_HAP010.png │ │ │ ├── Hed_HAP011.png │ │ │ ├── Hed_HAT000.png │ │ │ ├── Hed_HAT001.png │ │ │ ├── Hed_HAT002.png │ │ │ ├── Hed_HAT003.png │ │ │ ├── Hed_HAT004.png │ │ │ ├── Hed_HAT005.png │ │ │ ├── Hed_HAT006.png │ │ │ ├── Hed_HAT007.png │ │ │ ├── Hed_HAT008.png │ │ │ ├── Hed_HAT009.png │ │ │ ├── Hed_HAT010.png │ │ │ ├── Hed_HAT011.png │ │ │ ├── Hed_HAT012.png │ │ │ ├── Hed_HAT013.png │ │ │ ├── Hed_HAT014.png │ │ │ ├── Hed_HBD000.png │ │ │ ├── Hed_HBD001.png │ │ │ ├── Hed_HBD002.png │ │ │ ├── Hed_HBD003.png │ │ │ ├── Hed_HBD004.png │ │ │ ├── Hed_HBD005.png │ │ │ ├── Hed_HBD007.png │ │ │ ├── Hed_HBD008.png │ │ │ ├── Hed_HDP000.png │ │ │ ├── Hed_HDP001.png │ │ │ ├── Hed_HDP002.png │ │ │ ├── Hed_HDP003.png │ │ │ ├── Hed_HDP004.png │ │ │ ├── Hed_HDP005.png │ │ │ ├── Hed_HDP006.png │ │ │ ├── Hed_MET000.png │ │ │ ├── Hed_MET002.png │ │ │ ├── Hed_MET004.png │ │ │ ├── Hed_MET005.png │ │ │ ├── Hed_MET006.png │ │ │ ├── Hed_MET007.png │ │ │ ├── Hed_MET008.png │ │ │ ├── Hed_MET009.png │ │ │ ├── Hed_MET010.png │ │ │ ├── Hed_MET011.png │ │ │ ├── Hed_MSK000.png │ │ │ ├── Hed_MSK001.png │ │ │ ├── Hed_MSK002.png │ │ │ ├── Hed_MSK003.png │ │ │ ├── Hed_MSK004.png │ │ │ ├── Hed_MSK005.png │ │ │ ├── Hed_MSK006.png │ │ │ ├── Hed_MSK007.png │ │ │ ├── Hed_MSK008.png │ │ │ ├── Hed_MSK009.png │ │ │ ├── Hed_MSK010.png │ │ │ ├── Hed_MSK011.png │ │ │ ├── Hed_MSK012.png │ │ │ ├── Hed_MSK013.png │ │ │ ├── Hed_MSN000.png │ │ │ ├── Hed_MSN004.png │ │ │ ├── Hed_MSN101.png │ │ │ ├── Hed_MSN104.png │ │ │ ├── Hed_MSN105.png │ │ │ ├── Hed_MSN106.png │ │ │ ├── Hed_MSN107.png │ │ │ ├── Hed_MSN108.png │ │ │ ├── Hed_NCP000.png │ │ │ ├── Hed_NCP001.png │ │ │ ├── Hed_NCP002.png │ │ │ ├── Hed_NCP003.png │ │ │ ├── Hed_NCP004.png │ │ │ ├── Hed_NCP005.png │ │ │ ├── Hed_NCP006.png │ │ │ ├── Hed_NCP008.png │ │ │ ├── Hed_NCP009.png │ │ │ ├── Hed_NCP010.png │ │ │ ├── Hed_NCP011.png │ │ │ ├── Hed_VIS000.png │ │ │ ├── Hed_VIS001.png │ │ │ ├── Hed_VIS002.png │ │ │ ├── Hed_VIS003.png │ │ │ └── Hed_VIS004.png │ │ ├── placeholder.png │ │ └── shoes │ │ │ ├── Shs_AMB000.png │ │ │ ├── Shs_AMB001.png │ │ │ ├── Shs_AMB002.png │ │ │ ├── Shs_AMB003.png │ │ │ ├── Shs_AMB004.png │ │ │ ├── Shs_AMB005.png │ │ │ ├── Shs_AMB006.png │ │ │ ├── Shs_AMB007.png │ │ │ ├── Shs_AMB008.png │ │ │ ├── Shs_AMB009.png │ │ │ ├── Shs_AMB010.png │ │ │ ├── Shs_BOT000.png │ │ │ ├── Shs_BOT001.png │ │ │ ├── Shs_BOT002.png │ │ │ ├── Shs_BOT003.png │ │ │ ├── Shs_BOT004.png │ │ │ ├── Shs_BOT005.png │ │ │ ├── Shs_BOT006.png │ │ │ ├── Shs_BOT007.png │ │ │ ├── Shs_BOT008.png │ │ │ ├── Shs_BOT009.png │ │ │ ├── Shs_BOT010.png │ │ │ ├── Shs_BOT011.png │ │ │ ├── Shs_BOT012.png │ │ │ ├── Shs_BOT013.png │ │ │ ├── Shs_BOT014.png │ │ │ ├── Shs_BOT015.png │ │ │ ├── Shs_BOT016.png │ │ │ ├── Shs_BOT017.png │ │ │ ├── Shs_BOT018.png │ │ │ ├── Shs_CFS000.png │ │ │ ├── Shs_CFS001.png │ │ │ ├── Shs_COP101.png │ │ │ ├── Shs_COP102.png │ │ │ ├── Shs_COP103.png │ │ │ ├── Shs_COP104.png │ │ │ ├── Shs_COP105.png │ │ │ ├── Shs_COP106.png │ │ │ ├── Shs_CRC000.png │ │ │ ├── Shs_FST000.png │ │ │ ├── Shs_HAP000.png │ │ │ ├── Shs_HAP001.png │ │ │ ├── Shs_HAP002.png │ │ │ ├── Shs_HAP003.png │ │ │ ├── Shs_HAP004.png │ │ │ ├── Shs_HAP005.png │ │ │ ├── Shs_HAP006.png │ │ │ ├── Shs_HAP007.png │ │ │ ├── Shs_LTS000.png │ │ │ ├── Shs_LTS001.png │ │ │ ├── Shs_LTS002.png │ │ │ ├── Shs_LTS003.png │ │ │ ├── Shs_LTS004.png │ │ │ ├── Shs_LTS005.png │ │ │ ├── Shs_LTS006.png │ │ │ ├── Shs_LTS007.png │ │ │ ├── Shs_LTS008.png │ │ │ ├── Shs_LTS009.png │ │ │ ├── Shs_LTS010.png │ │ │ ├── Shs_LTS011.png │ │ │ ├── Shs_LTS012.png │ │ │ ├── Shs_MSN000.png │ │ │ ├── Shs_MSN004.png │ │ │ ├── Shs_MSN101.png │ │ │ ├── Shs_MSN104.png │ │ │ ├── Shs_MSN105.png │ │ │ ├── Shs_MSN106.png │ │ │ ├── Shs_SDL000.png │ │ │ ├── Shs_SDL001.png │ │ │ ├── Shs_SDL003.png │ │ │ ├── Shs_SDL004.png │ │ │ ├── Shs_SDL005.png │ │ │ ├── Shs_SDL006.png │ │ │ ├── Shs_SDL007.png │ │ │ ├── Shs_SDL008.png │ │ │ ├── Shs_SDL009.png │ │ │ ├── Shs_SHI000.png │ │ │ ├── Shs_SHI001.png │ │ │ ├── Shs_SHI002.png │ │ │ ├── Shs_SHI003.png │ │ │ ├── Shs_SHI004.png │ │ │ ├── Shs_SHI005.png │ │ │ ├── Shs_SHI006.png │ │ │ ├── Shs_SHI008.png │ │ │ ├── Shs_SHI009.png │ │ │ ├── Shs_SHI010.png │ │ │ ├── Shs_SHI011.png │ │ │ ├── Shs_SHI012.png │ │ │ ├── Shs_SHI013.png │ │ │ ├── Shs_SHI014.png │ │ │ ├── Shs_SHI015.png │ │ │ ├── Shs_SHI016.png │ │ │ ├── Shs_SHI017.png │ │ │ ├── Shs_SHI018.png │ │ │ ├── Shs_SHI019.png │ │ │ ├── Shs_SHI020.png │ │ │ ├── Shs_SHI021.png │ │ │ ├── Shs_SHI022.png │ │ │ ├── Shs_SHI023.png │ │ │ ├── Shs_SHI024.png │ │ │ ├── Shs_SHI025.png │ │ │ ├── Shs_SHI026.png │ │ │ ├── Shs_SHI027.png │ │ │ ├── Shs_SHI028.png │ │ │ ├── Shs_SHI029.png │ │ │ ├── Shs_SHI030.png │ │ │ ├── Shs_SHI031.png │ │ │ ├── Shs_SHI032.png │ │ │ ├── Shs_SHI033.png │ │ │ ├── Shs_SHI034.png │ │ │ ├── Shs_SHI035.png │ │ │ ├── Shs_SHI036.png │ │ │ ├── Shs_SHI037.png │ │ │ ├── Shs_SHI038.png │ │ │ ├── Shs_SHI039.png │ │ │ ├── Shs_SHI040.png │ │ │ ├── Shs_SHI041.png │ │ │ ├── Shs_SHT000.png │ │ │ ├── Shs_SHT001.png │ │ │ ├── Shs_SHT002.png │ │ │ ├── Shs_SHT003.png │ │ │ ├── Shs_SHT004.png │ │ │ ├── Shs_SHT005.png │ │ │ ├── Shs_SHT006.png │ │ │ ├── Shs_SHT007.png │ │ │ ├── Shs_SHT008.png │ │ │ ├── Shs_SHT009.png │ │ │ ├── Shs_SHT010.png │ │ │ ├── Shs_SHT011.png │ │ │ ├── Shs_SHT012.png │ │ │ ├── Shs_SHT013.png │ │ │ ├── Shs_SHT014.png │ │ │ ├── Shs_SHT015.png │ │ │ ├── Shs_SHT016.png │ │ │ ├── Shs_SHT017.png │ │ │ ├── Shs_SHT018.png │ │ │ ├── Shs_SHT019.png │ │ │ ├── Shs_SLO000.png │ │ │ ├── Shs_SLO001.png │ │ │ ├── Shs_SLO002.png │ │ │ ├── Shs_SLO003.png │ │ │ ├── Shs_SLO004.png │ │ │ ├── Shs_SLO005.png │ │ │ ├── Shs_SLO006.png │ │ │ ├── Shs_SLO007.png │ │ │ ├── Shs_SLO008.png │ │ │ ├── Shs_SLO009.png │ │ │ ├── Shs_SLO010.png │ │ │ ├── Shs_SLO011.png │ │ │ ├── Shs_SLO012.png │ │ │ ├── Shs_SLO013.png │ │ │ ├── Shs_SLO014.png │ │ │ ├── Shs_SLO015.png │ │ │ ├── Shs_SLO016.png │ │ │ ├── Shs_SLO017.png │ │ │ ├── Shs_SLO018.png │ │ │ ├── Shs_SLO019.png │ │ │ ├── Shs_SLO020.png │ │ │ ├── Shs_SLP000.png │ │ │ ├── Shs_SLP001.png │ │ │ ├── Shs_SLP002.png │ │ │ ├── Shs_SLP003.png │ │ │ ├── Shs_TRS000.png │ │ │ ├── Shs_TRS001.png │ │ │ └── Shs_TRS002.png │ │ ├── misc │ │ ├── annie.png │ │ ├── favicon.png │ │ └── spyke.png │ │ ├── mobile-icon │ │ ├── 144x144.png │ │ ├── 192x192.png │ │ ├── 256x256.png │ │ ├── 48x48.png │ │ ├── 72x72.png │ │ └── 96x96.png │ │ ├── skills │ │ ├── BombDamage_Reduction.png │ │ ├── BombDistance_Up.png │ │ ├── ComeBack.png │ │ ├── DeathMarking.png │ │ ├── EndAllUp.png │ │ ├── ExSkillDouble.png │ │ ├── Exorcist.png │ │ ├── HumanMove_Up.png │ │ ├── InkRecovery_Up.png │ │ ├── JumpTime_Save.png │ │ ├── MainInk_Save.png │ │ ├── MainPowerUp.png │ │ ├── MinorityUp.png │ │ ├── ObjectEffect_Up.png │ │ ├── OpInkEffect_Reduction.png │ │ ├── RespawnSpecialGauge_Save.png │ │ ├── RespawnTime_Save.png │ │ ├── SomersaultLanding.png │ │ ├── SpecialIncrease_Up.png │ │ ├── SpecialTime_Up.png │ │ ├── SquidMoveSpatter_Reduction.png │ │ ├── SquidMove_Up.png │ │ ├── StartAllUp.png │ │ ├── SubInk_Save.png │ │ ├── SuperJumpSign_Hide.png │ │ ├── ThermalInk.png │ │ └── Unknown.png │ │ ├── subspe │ │ ├── Wsb_Bomb_Curling.png │ │ ├── Wsb_Bomb_Piyo.png │ │ ├── Wsb_Bomb_Quick.png │ │ ├── Wsb_Bomb_Robo.png │ │ ├── Wsb_Bomb_Splash.png │ │ ├── Wsb_Bomb_Suction.png │ │ ├── Wsb_Bomb_Tako.png │ │ ├── Wsb_Flag.png │ │ ├── Wsb_PointSensor.png │ │ ├── Wsb_PoisonFog.png │ │ ├── Wsb_Shield.png │ │ ├── Wsb_Sprinkler.png │ │ ├── Wsb_TimerTrap.png │ │ ├── Wsp_AquaBall.png │ │ ├── Wsp_BooyahBomb.png │ │ ├── Wsp_Jetpack.png │ │ ├── Wsp_LauncherCurling.png │ │ ├── Wsp_LauncherQuick.png │ │ ├── Wsp_LauncherRobo.png │ │ ├── Wsp_LauncherSplash.png │ │ ├── Wsp_LauncherSuction.png │ │ ├── Wsp_RainCloud.png │ │ ├── Wsp_SuperArmor.png │ │ ├── Wsp_SuperBubble.png │ │ ├── Wsp_SuperLanding.png │ │ ├── Wsp_SuperMissile.png │ │ ├── Wsp_Ultra_Stamp.png │ │ └── Wsp_WaterCutter.png │ │ ├── ui │ │ ├── bg-dots.png │ │ ├── bg-primary.jpg │ │ ├── bg-spots.png │ │ ├── bg-stripes.png │ │ ├── button-active.svg │ │ ├── button-hover.svg │ │ ├── button-slide.svg │ │ ├── button.svg │ │ ├── ca.png │ │ ├── cardboard-header.svg │ │ ├── es.png │ │ ├── fr.png │ │ ├── headerbg.png │ │ ├── logo-custom.png │ │ ├── logo.png │ │ ├── mx.png │ │ ├── noise.png │ │ ├── notPossible.png │ │ ├── sprite-green.png │ │ ├── sprite-orange.png │ │ ├── update.jpg │ │ ├── zh_HK.png │ │ └── zig-zag.png │ │ └── weapons │ │ ├── Charger_Light_02.png │ │ ├── Charger_Quick_02.png │ │ ├── Roller_BrushMini_02.png │ │ ├── Shooter_BlasterLong_02.png │ │ ├── Shooter_Blaze_02.png │ │ ├── Shooter_QuickMiddle_02.png │ │ ├── Shooter_Short_02.png │ │ ├── Shooter_TripleMiddle_02.png │ │ ├── Slosher_Strong_02.png │ │ ├── Spinner_Standard_02.png │ │ ├── Twins_Short_02.png │ │ ├── Umbrella_Wide_02.png │ │ ├── Wst_Charger_Keeper_00.png │ │ ├── Wst_Charger_Keeper_01.png │ │ ├── Wst_Charger_Light_00.png │ │ ├── Wst_Charger_Light_01.png │ │ ├── Wst_Charger_LongScope_00.png │ │ ├── Wst_Charger_LongScope_01.png │ │ ├── Wst_Charger_Long_00.png │ │ ├── Wst_Charger_Long_01.png │ │ ├── Wst_Charger_NormalScope_00.png │ │ ├── Wst_Charger_NormalScope_01.png │ │ ├── Wst_Charger_NormalScope_02.png │ │ ├── Wst_Charger_Normal_00.png │ │ ├── Wst_Charger_Normal_01.png │ │ ├── Wst_Charger_Normal_02.png │ │ ├── Wst_Charger_Normal_H.png │ │ ├── Wst_Charger_Quick_00.png │ │ ├── Wst_Charger_Quick_01.png │ │ ├── Wst_Roller_BrushMini_00.png │ │ ├── Wst_Roller_BrushMini_01.png │ │ ├── Wst_Roller_BrushNormal_00.png │ │ ├── Wst_Roller_BrushNormal_01.png │ │ ├── Wst_Roller_BrushNormal_02.png │ │ ├── Wst_Roller_BrushNormal_H.png │ │ ├── Wst_Roller_Compact_00.png │ │ ├── Wst_Roller_Compact_01.png │ │ ├── Wst_Roller_Heavy_00.png │ │ ├── Wst_Roller_Heavy_01.png │ │ ├── Wst_Roller_Heavy_02.png │ │ ├── Wst_Roller_Hunter_00.png │ │ ├── Wst_Roller_Hunter_01.png │ │ ├── Wst_Roller_Normal_00.png │ │ ├── Wst_Roller_Normal_01.png │ │ ├── Wst_Roller_Normal_02.png │ │ ├── Wst_Roller_Normal_H.png │ │ ├── Wst_Shooter_BlasterLightLong_00.png │ │ ├── Wst_Shooter_BlasterLightLong_01.png │ │ ├── Wst_Shooter_BlasterLightShort_00.png │ │ ├── Wst_Shooter_BlasterLightShort_01.png │ │ ├── Wst_Shooter_BlasterLight_00.png │ │ ├── Wst_Shooter_BlasterLight_01.png │ │ ├── Wst_Shooter_BlasterLight_02.png │ │ ├── Wst_Shooter_BlasterLong_00.png │ │ ├── Wst_Shooter_BlasterLong_01.png │ │ ├── Wst_Shooter_BlasterMiddle_00.png │ │ ├── Wst_Shooter_BlasterMiddle_01.png │ │ ├── Wst_Shooter_BlasterMiddle_H.png │ │ ├── Wst_Shooter_BlasterShort_00.png │ │ ├── Wst_Shooter_BlasterShort_01.png │ │ ├── Wst_Shooter_BlasterShort_02.png │ │ ├── Wst_Shooter_Blaze_00.png │ │ ├── Wst_Shooter_Blaze_01.png │ │ ├── Wst_Shooter_Expert_00.png │ │ ├── Wst_Shooter_Expert_01.png │ │ ├── Wst_Shooter_Expert_02.png │ │ ├── Wst_Shooter_First_00.png │ │ ├── Wst_Shooter_First_01.png │ │ ├── Wst_Shooter_First_02.png │ │ ├── Wst_Shooter_Flash_00.png │ │ ├── Wst_Shooter_Flash_01.png │ │ ├── Wst_Shooter_Gravity_00.png │ │ ├── Wst_Shooter_Gravity_01.png │ │ ├── Wst_Shooter_Gravity_02.png │ │ ├── Wst_Shooter_Heavy_00.png │ │ ├── Wst_Shooter_Heavy_01.png │ │ ├── Wst_Shooter_Long_00.png │ │ ├── Wst_Shooter_Long_01.png │ │ ├── Wst_Shooter_Normal_00.png │ │ ├── Wst_Shooter_Normal_01.png │ │ ├── Wst_Shooter_Normal_02.png │ │ ├── Wst_Shooter_Normal_H.png │ │ ├── Wst_Shooter_Normal_Oct.png │ │ ├── Wst_Shooter_Precision_00.png │ │ ├── Wst_Shooter_Precision_01.png │ │ ├── Wst_Shooter_QuickMiddle_00.png │ │ ├── Wst_Shooter_QuickMiddle_01.png │ │ ├── Wst_Shooter_Short_00.png │ │ ├── Wst_Shooter_Short_01.png │ │ ├── Wst_Shooter_TripleMiddle_00.png │ │ ├── Wst_Shooter_TripleMiddle_01.png │ │ ├── Wst_Shooter_TripleQuick_00.png │ │ ├── Wst_Shooter_TripleQuick_01.png │ │ ├── Wst_Shooter_TripleQuick_02.png │ │ ├── Wst_Slosher_Bathtub_00.png │ │ ├── Wst_Slosher_Bathtub_01.png │ │ ├── Wst_Slosher_Diffusion_00.png │ │ ├── Wst_Slosher_Diffusion_01.png │ │ ├── Wst_Slosher_Launcher_00.png │ │ ├── Wst_Slosher_Launcher_01.png │ │ ├── Wst_Slosher_Launcher_02.png │ │ ├── Wst_Slosher_Strong_00.png │ │ ├── Wst_Slosher_Strong_01.png │ │ ├── Wst_Slosher_Strong_H.png │ │ ├── Wst_Slosher_Washtub_00.png │ │ ├── Wst_Slosher_Washtub_01.png │ │ ├── Wst_Spinner_Downpour_00.png │ │ ├── Wst_Spinner_Downpour_01.png │ │ ├── Wst_Spinner_Hyper_00.png │ │ ├── Wst_Spinner_Hyper_01.png │ │ ├── Wst_Spinner_Quick_00.png │ │ ├── Wst_Spinner_Quick_01.png │ │ ├── Wst_Spinner_Quick_02.png │ │ ├── Wst_Spinner_Serein_00.png │ │ ├── Wst_Spinner_Serein_01.png │ │ ├── Wst_Spinner_Standard_00.png │ │ ├── Wst_Spinner_Standard_01.png │ │ ├── Wst_Spinner_Standard_H.png │ │ ├── Wst_Twins_Dual_00.png │ │ ├── Wst_Twins_Dual_01.png │ │ ├── Wst_Twins_Gallon_00.png │ │ ├── Wst_Twins_Gallon_01.png │ │ ├── Wst_Twins_Gallon_02.png │ │ ├── Wst_Twins_Normal_00.png │ │ ├── Wst_Twins_Normal_01.png │ │ ├── Wst_Twins_Normal_02.png │ │ ├── Wst_Twins_Normal_H.png │ │ ├── Wst_Twins_Short_00.png │ │ ├── Wst_Twins_Short_01.png │ │ ├── Wst_Twins_Stepper_00.png │ │ ├── Wst_Twins_Stepper_01.png │ │ ├── Wst_Umbrella_Compact_00.png │ │ ├── Wst_Umbrella_Compact_01.png │ │ ├── Wst_Umbrella_Compact_02.png │ │ ├── Wst_Umbrella_Normal_00.png │ │ ├── Wst_Umbrella_Normal_01.png │ │ ├── Wst_Umbrella_Normal_H.png │ │ ├── Wst_Umbrella_Wide_00.png │ │ └── Wst_Umbrella_Wide_01.png ├── lib │ ├── angular-animate.min.js │ ├── angular-aria.min.js │ ├── angular-touch.min.js │ ├── dom-to-image.min.js │ ├── hopscotch.js │ ├── jquery-ui-custom │ │ ├── jquery-ui.css │ │ ├── jquery-ui.js │ │ ├── jquery-ui.min.css │ │ ├── jquery-ui.min.js │ │ ├── jquery-ui.structure.css │ │ └── jquery-ui.structure.min.css │ ├── jquery │ │ └── jquery.js │ ├── rzslider.js │ └── ui-bootstrap-tpls-2.5.0.min.js └── style │ ├── calc.css │ ├── dialog.css │ ├── hopscotch.css │ └── rzslider.css ├── gulpfile.js ├── locale ├── en_US.json ├── es_ES.json ├── es_MX.json ├── fr_CA.json ├── fr_FR.json ├── it_IT.json ├── ja_JP.json ├── template.js └── zh_HK.json └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .DS_Store 3 | dist/ 4 | gulpfile_dist.js 5 | redirect.html 6 | maintenance.html 7 | splash.css 8 | .idea/ 9 | 10 | package-lock\.json 11 | -------------------------------------------------------------------------------- /common/assets/fonts/Splatfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/fonts/Splatfont.ttf -------------------------------------------------------------------------------- /common/assets/fonts/Splatfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/fonts/Splatfont.woff -------------------------------------------------------------------------------- /common/assets/fonts/Splatfont2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/fonts/Splatfont2.ttf -------------------------------------------------------------------------------- /common/assets/fonts/Splatfont2.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/fonts/Splatfont2.woff -------------------------------------------------------------------------------- /common/assets/img/brands/B00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B00.png -------------------------------------------------------------------------------- /common/assets/img/brands/B01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B01.png -------------------------------------------------------------------------------- /common/assets/img/brands/B02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B02.png -------------------------------------------------------------------------------- /common/assets/img/brands/B03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B03.png -------------------------------------------------------------------------------- /common/assets/img/brands/B04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B04.png -------------------------------------------------------------------------------- /common/assets/img/brands/B05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B05.png -------------------------------------------------------------------------------- /common/assets/img/brands/B06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B06.png -------------------------------------------------------------------------------- /common/assets/img/brands/B07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B07.png -------------------------------------------------------------------------------- /common/assets/img/brands/B08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B08.png -------------------------------------------------------------------------------- /common/assets/img/brands/B09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B09.png -------------------------------------------------------------------------------- /common/assets/img/brands/B10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B10.png -------------------------------------------------------------------------------- /common/assets/img/brands/B11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B11.png -------------------------------------------------------------------------------- /common/assets/img/brands/B15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B15.png -------------------------------------------------------------------------------- /common/assets/img/brands/B16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B16.png -------------------------------------------------------------------------------- /common/assets/img/brands/B17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B17.png -------------------------------------------------------------------------------- /common/assets/img/brands/B97.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B97.png -------------------------------------------------------------------------------- /common/assets/img/brands/B98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B98.png -------------------------------------------------------------------------------- /common/assets/img/brands/B99.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/brands/B99.png -------------------------------------------------------------------------------- /common/assets/img/flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/ca.png -------------------------------------------------------------------------------- /common/assets/img/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/es.png -------------------------------------------------------------------------------- /common/assets/img/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/fr.png -------------------------------------------------------------------------------- /common/assets/img/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/gb.png -------------------------------------------------------------------------------- /common/assets/img/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/jp.png -------------------------------------------------------------------------------- /common/assets/img/flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/mx.png -------------------------------------------------------------------------------- /common/assets/img/flags/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/us.png -------------------------------------------------------------------------------- /common/assets/img/flags/zh_HK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/flags/zh_HK.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_AMB010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_AMB010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP100.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP101.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP102.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP103.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP104.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP105.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP106.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP107.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP108.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP109.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_COP110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_COP110.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_CRC000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_CRC000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_FST001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_FST001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_FST002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_FST002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_HAP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_HAP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT015.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT016.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT017.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT018.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT019.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT020.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT021.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT022.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT023.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT024.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT025.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT026.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT027.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT028.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT029.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT030.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT031.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT032.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT033.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT034.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT035.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT036.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT037.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT038.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT039.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT040.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT041.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT042.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT043.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_JKT044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_JKT044.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN101.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN104.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN105.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_MSN106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_MSN106.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PLO008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PLO008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_PRK011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_PRK011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT015.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT017.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT018.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT019.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT020.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT021.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT022.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT023.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT024.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT025.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT026.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT027.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT028.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SHT029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SHT029.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_SWT015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_SWT015.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL014.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL015.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL016.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL017.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL018.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL019.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL020.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL021.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL022.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL023.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TEL024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TEL024.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES014.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES015.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES016.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES017.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES018.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES019.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES020.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES021.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES022.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES023.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES026.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES027.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES028.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES029.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES030.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES031.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES032.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES033.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES034.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES035.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES036.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES037.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES038.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES039.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES040.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES041.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES042.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES043.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES044.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES045.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES046.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES047.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES048.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES049.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES050.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES051.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES052.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES053.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES054.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES055.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES056.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES057.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES058.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES059.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES060.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TES061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TES061.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY009.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY010.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY011.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY012.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TLY013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TLY013.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_TNK006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_TNK006.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST000.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST001.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST002.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST003.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST004.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST005.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST007.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST008.png -------------------------------------------------------------------------------- /common/assets/img/gear/clothes/Clt_VST009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/clothes/Clt_VST009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_ACC001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_ACC001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_AMB010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_AMB010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP012.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP014.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP018.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP019.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP020.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP021.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP023.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP024.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP025.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP026.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CAP027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CAP027.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP100.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP101.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP102.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP103.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP104.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP105.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP106.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP107.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_COP109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_COP109.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_CRC000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_CRC000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE012.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE013.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE014.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE015.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE016.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE017.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE018.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE019.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_EYE020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_EYE020.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_FST000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_FST000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAP011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAP011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HAT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HAT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HBD008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HBD008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_HDP006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_HDP006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MET011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MET011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK007.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK012.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSK013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSK013.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN101.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN104.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN105.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN106.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN107.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_MSN108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_MSN108.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP004.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP005.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP006.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP008.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP009.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP010.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_NCP011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_NCP011.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_VIS000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_VIS000.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_VIS001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_VIS001.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_VIS002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_VIS002.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_VIS003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_VIS003.png -------------------------------------------------------------------------------- /common/assets/img/gear/hats/Hed_VIS004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/hats/Hed_VIS004.png -------------------------------------------------------------------------------- /common/assets/img/gear/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/placeholder.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_AMB010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_AMB010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT015.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT016.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT017.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_BOT018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_BOT018.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_CFS000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_CFS000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_CFS001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_CFS001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP101.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP102.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP103.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP104.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP105.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_COP106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_COP106.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_CRC000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_CRC000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_FST000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_FST000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_HAP007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_HAP007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS011.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_LTS012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_LTS012.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN101.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN104.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN105.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_MSN106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_MSN106.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SDL009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SDL009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI011.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI012.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI013.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI014.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI015.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI016.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI017.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI018.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI019.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI020.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI021.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI022.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI023.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI024.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI025.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI026.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI027.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI028.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI029.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI030.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI031.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI032.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI033.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI034.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI035.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI036.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI037.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI038.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI039.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI040.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHI041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHI041.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT011.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT012.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT013.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT014.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT015.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT016.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT017.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT018.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SHT019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SHT019.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO004.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO005.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO006.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO007.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO008.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO009.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO010.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO011.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO012.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO013.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO014.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO015.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO016.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO017.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO018.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO019.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLO020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLO020.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLP000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLP000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLP001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLP001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLP002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLP002.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_SLP003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_SLP003.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_TRS000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_TRS000.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_TRS001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_TRS001.png -------------------------------------------------------------------------------- /common/assets/img/gear/shoes/Shs_TRS002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/gear/shoes/Shs_TRS002.png -------------------------------------------------------------------------------- /common/assets/img/misc/annie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/misc/annie.png -------------------------------------------------------------------------------- /common/assets/img/misc/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/misc/favicon.png -------------------------------------------------------------------------------- /common/assets/img/misc/spyke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/misc/spyke.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/144x144.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/192x192.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/256x256.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/48x48.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/72x72.png -------------------------------------------------------------------------------- /common/assets/img/mobile-icon/96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/mobile-icon/96x96.png -------------------------------------------------------------------------------- /common/assets/img/skills/BombDamage_Reduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/BombDamage_Reduction.png -------------------------------------------------------------------------------- /common/assets/img/skills/BombDistance_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/BombDistance_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/ComeBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/ComeBack.png -------------------------------------------------------------------------------- /common/assets/img/skills/DeathMarking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/DeathMarking.png -------------------------------------------------------------------------------- /common/assets/img/skills/EndAllUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/EndAllUp.png -------------------------------------------------------------------------------- /common/assets/img/skills/ExSkillDouble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/ExSkillDouble.png -------------------------------------------------------------------------------- /common/assets/img/skills/Exorcist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/Exorcist.png -------------------------------------------------------------------------------- /common/assets/img/skills/HumanMove_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/HumanMove_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/InkRecovery_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/InkRecovery_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/JumpTime_Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/JumpTime_Save.png -------------------------------------------------------------------------------- /common/assets/img/skills/MainInk_Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/MainInk_Save.png -------------------------------------------------------------------------------- /common/assets/img/skills/MainPowerUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/MainPowerUp.png -------------------------------------------------------------------------------- /common/assets/img/skills/MinorityUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/MinorityUp.png -------------------------------------------------------------------------------- /common/assets/img/skills/ObjectEffect_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/ObjectEffect_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/RespawnTime_Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/RespawnTime_Save.png -------------------------------------------------------------------------------- /common/assets/img/skills/SomersaultLanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SomersaultLanding.png -------------------------------------------------------------------------------- /common/assets/img/skills/SpecialIncrease_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SpecialIncrease_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/SpecialTime_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SpecialTime_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/SquidMove_Up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SquidMove_Up.png -------------------------------------------------------------------------------- /common/assets/img/skills/StartAllUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/StartAllUp.png -------------------------------------------------------------------------------- /common/assets/img/skills/SubInk_Save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SubInk_Save.png -------------------------------------------------------------------------------- /common/assets/img/skills/SuperJumpSign_Hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/SuperJumpSign_Hide.png -------------------------------------------------------------------------------- /common/assets/img/skills/ThermalInk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/ThermalInk.png -------------------------------------------------------------------------------- /common/assets/img/skills/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/skills/Unknown.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Curling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Curling.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Piyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Piyo.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Quick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Quick.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Robo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Robo.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Splash.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Suction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Suction.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Bomb_Tako.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Bomb_Tako.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Flag.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_PointSensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_PointSensor.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_PoisonFog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_PoisonFog.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Shield.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_Sprinkler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_Sprinkler.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsb_TimerTrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsb_TimerTrap.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_AquaBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_AquaBall.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_BooyahBomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_BooyahBomb.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_Jetpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_Jetpack.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_LauncherCurling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_LauncherCurling.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_LauncherQuick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_LauncherQuick.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_LauncherRobo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_LauncherRobo.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_LauncherSplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_LauncherSplash.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_LauncherSuction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_LauncherSuction.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_RainCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_RainCloud.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_SuperArmor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_SuperArmor.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_SuperBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_SuperBubble.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_SuperLanding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_SuperLanding.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_SuperMissile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_SuperMissile.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_Ultra_Stamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_Ultra_Stamp.png -------------------------------------------------------------------------------- /common/assets/img/subspe/Wsp_WaterCutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/subspe/Wsp_WaterCutter.png -------------------------------------------------------------------------------- /common/assets/img/ui/bg-dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/bg-dots.png -------------------------------------------------------------------------------- /common/assets/img/ui/bg-primary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/bg-primary.jpg -------------------------------------------------------------------------------- /common/assets/img/ui/bg-spots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/bg-spots.png -------------------------------------------------------------------------------- /common/assets/img/ui/bg-stripes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/bg-stripes.png -------------------------------------------------------------------------------- /common/assets/img/ui/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/ca.png -------------------------------------------------------------------------------- /common/assets/img/ui/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/es.png -------------------------------------------------------------------------------- /common/assets/img/ui/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/fr.png -------------------------------------------------------------------------------- /common/assets/img/ui/headerbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/headerbg.png -------------------------------------------------------------------------------- /common/assets/img/ui/logo-custom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/logo-custom.png -------------------------------------------------------------------------------- /common/assets/img/ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/logo.png -------------------------------------------------------------------------------- /common/assets/img/ui/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/mx.png -------------------------------------------------------------------------------- /common/assets/img/ui/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/noise.png -------------------------------------------------------------------------------- /common/assets/img/ui/notPossible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/notPossible.png -------------------------------------------------------------------------------- /common/assets/img/ui/sprite-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/sprite-green.png -------------------------------------------------------------------------------- /common/assets/img/ui/sprite-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/sprite-orange.png -------------------------------------------------------------------------------- /common/assets/img/ui/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/update.jpg -------------------------------------------------------------------------------- /common/assets/img/ui/zh_HK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/zh_HK.png -------------------------------------------------------------------------------- /common/assets/img/ui/zig-zag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/ui/zig-zag.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Charger_Light_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Charger_Light_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Charger_Quick_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Charger_Quick_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Roller_BrushMini_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Roller_BrushMini_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Shooter_Blaze_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Shooter_Blaze_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Shooter_Short_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Shooter_Short_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Slosher_Strong_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Slosher_Strong_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Spinner_Standard_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Spinner_Standard_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Twins_Short_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Twins_Short_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Umbrella_Wide_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Umbrella_Wide_02.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Wst_Charger_Long_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Wst_Charger_Long_00.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Wst_Charger_Long_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Wst_Charger_Long_01.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Wst_Roller_Heavy_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Wst_Roller_Heavy_00.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Wst_Roller_Heavy_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Wst_Roller_Heavy_01.png -------------------------------------------------------------------------------- /common/assets/img/weapons/Wst_Roller_Heavy_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loadout-ink/splat2-calc/78a52954c94a17bf0d507e4a05f93383deeee8d9/common/assets/img/weapons/Wst_Roller_Heavy_02.png --------------------------------------------------------------------------------