Skip to content

Commit

Permalink
feat: qiqi
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Jan 27, 2024
1 parent 8fc8cbf commit e42ae33
Show file tree
Hide file tree
Showing 25 changed files with 350 additions and 830 deletions.
78 changes: 23 additions & 55 deletions data/DE/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/EN/Character/qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/ES/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/FR/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/ID/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/IT/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/JP/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/KO/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/PT/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/RU/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/TH/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/TR/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/VI/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/ZH-S/Character/Qiqi.json

Large diffs are not rendered by default.

78 changes: 23 additions & 55 deletions data/ZH-T/Character/Qiqi.json

Large diffs are not rendered by default.

Binary file not shown.
Binary file added images/Character/Qiqi/face.webp
Binary file not shown.
Binary file added images/Character/Qiqi/gachaSplash.webp
Binary file not shown.
Binary file added images/Character/Qiqi/gatchaCard.webp
Binary file not shown.
Binary file added images/Character/Qiqi/halfFace.webp
Binary file not shown.
Binary file added images/Character/Qiqi/icon.webp
Binary file not shown.
Binary file added images/Character/Qiqi/profile.webp
Binary file not shown.
Binary file added images/Character/Qiqi/sideIcon.webp
Binary file not shown.
Binary file added images/Character/Qiqi/weaponStance.webp
Binary file not shown.
10 changes: 5 additions & 5 deletions scripts/characterScrapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const path = require('path');
const axios = require('axios');

const dataDirPath = './data';
const fullLenght = 'noel_034';
const fullLenght = 'qiqi_035';
const charCode = fullLenght.split('_')[1];
const charNameurl = fullLenght.split('_')[0];
const charName = 'Noelle';
const charName = 'Qiqi';

const honeyhunterworld = 'https://genshin.honeyhunterworld.com';
const cheerio = require('cheerio');
Expand All @@ -28,9 +28,9 @@ const missingFields = {
weaponStance: `Character/${charName}/WeaponStance.webp`,
},
signatureArtifactSet: '',
signatureWeapon: 'FavoniusGreatsword',
specialDish: 'LighterThanAirPancake',
tcgCharacterCard: 'Noelle',
signatureWeapon: 'PrototypeRancour',
specialDish: 'NoTomorrow',
tcgCharacterCard: 'Qiqi',
};

async function getOutfit() {
Expand Down

0 comments on commit e42ae33

Please sign in to comment.