Skip to content

Commit

Permalink
feat: Candace
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Jan 23, 2024
1 parent d57452f commit 11a611b
Show file tree
Hide file tree
Showing 25 changed files with 351 additions and 831 deletions.
78 changes: 23 additions & 55 deletions data/DE/Character/Candace.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

const dataDirPath = './data';
const charName = 'Bennett';
const charCode = '032';
const charNameurl = 'bennett';
const charName = 'Candace';
const charCode = '072';
const charNameurl = 'candace';
const honeyhunterworld = 'https://genshin.honeyhunterworld.com';
const cheerio = require('cheerio');
let outfitId = '';
Expand All @@ -26,9 +26,9 @@ const missingFields = {
weaponStance: `Character/${charName}/WeaponStance.webp`,
},
signatureArtifactSet: '',
signatureWeapon: 'TravelersHandySword',
specialDish: 'TeyvatCharredEgg',
tcgCharacterCard: 'Bennett',
signatureWeapon: 'StaffOfTheScarletSands',
specialDish: 'UtmostCare',
tcgCharacterCard: 'Candace',
};

async function getOutfit() {
Expand Down

0 comments on commit 11a611b

Please sign in to comment.