newChamp.ratingAttack = st.columnInt(i); i++;
newChamp.ratingDefense = st.columnInt(i); i++;
newChamp.ratingDifficulty = st.columnInt(i); i++;
newChamp.ratingMagic = st.columnInt(i); i++;
newChamp.tips = st.columnString(i); i++;
newChamp.opponentTips = st.columnString(i); i++;
newChamp.selectSoundPath = st.columnString(i); i++;
SQLiteStatement skinsDB = connection
.prepare("SELECT * FROM championskins WHERE championId = ?");
skinsDB.bind(1, newChamp.ID);