Update character builds

pull/1/head
Made Baruna 2022-11-20 22:01:14 +08:00
parent 7c8c547cca
commit 8e4dbd20ab
4 changed files with 954 additions and 458 deletions

File diff suppressed because it is too large Load Diff

View File

@ -142,10 +142,7 @@
"manualButton": "Enable Manual Input",
"errorBanner": "Banner time mismatch! Please adjust your server on the settings page. Still not working? Please leave a message on Discord 😅",
"globalWishTally": "Global Wish Stats",
"pityTooltip": [
"Shows your current {rarity} pity",
"{count} pulls to guaranteed {rarity}"
],
"pityTooltip": ["Shows your current {rarity} pity", "{count} pulls to guaranteed {rarity}"],
"import": {
"title": "Import Wish History",
"faqsButton": "FAQ - READ FIRST",
@ -181,11 +178,7 @@
"server": "Select your server:",
"wishTallyCheck": "Submit pity for global wish stats",
"wishTally": "We are doing a global wish stats! You can submit your wish stats to participate. All pity data will be aggregated to know what is the average pity of paimon.moe users.",
"wishTallyCollected": [
"What will be collected:",
"and",
"pity from your wish history"
],
"wishTallyCollected": ["What will be collected:", "and", "pity from your wish history"],
"forceUpdateCheck": "Force update wish history (enable only if your wish history is not updating)",
"header": [
"Import and backup your Genshin Impact wish history to keep it for more than 6 months. It also automatically tracks your pity and statistics about your wishes!",
@ -395,11 +388,7 @@
"exportFinish": "Export success, please wait until your browser downloads the file!",
"wishTallyTitle": "Submit Wish Stats",
"wishTally": "We are doing a global wish stats! You can submit your wish stats to participate. All pity data will be aggregated to know what is the average pity of paimon.moe users.",
"wishTallyCollected": [
"What will be collected:",
"and",
"pity from your wish history"
],
"wishTallyCollected": ["What will be collected:", "and", "pity from your wish history"],
"wishTallySubmit": "Submit Wish Stats",
"wishTallyThankyou": "Thank you for participating!",
"manualTitle": "Manual Input Settings",
@ -411,22 +400,13 @@
"subtitle": "After a 1x Wish:",
"pressWhenYouGet": "Press {button} when you get {rarity}★",
"p1": "It will automatically add the lifetime pulls, 5★, and 4★ pity",
"p2": [
"When the",
"pity reaches 10, it will automatically be reset to 0"
],
"p3": [
"When the",
"pity reaches 90, it will automatically be reset to 0"
],
"p2": ["When the", "pity reaches 10, it will automatically be reset to 0"],
"p3": ["When the", "pity reaches 90, it will automatically be reset to 0"],
"p4": [
"After a 10x Wish, press",
"but keep in mind that the pity counter might not be accurate, because there is no way to tell when the drop occured (maybe you got it on the 1st or even the 10th pull). To ensure that the counter is still accurate, you need to check the history table and add it one-by-one like you do 1x Wishes."
],
"p5": [
"You can also press the",
"button to edit the values manually!"
],
"p5": ["You can also press the", "button to edit the values manually!"],
"p6": "Press the arrow on the bottom to see your pulls' details. A popup will show up when you get a 5★ or 4★. You can also add or edit the table manually."
}
},
@ -566,11 +546,7 @@
"calculateTalent": "Calculate Talent Material?",
"inputTalentLevel": "Input the 1st, 2nd & 3rd current talent level",
"inputTalentNotice": "If it has a different color, subtract it by 3",
"inputTalent": [
"1st talent lvl",
"2nd talent lvl",
"3rd talent lvl"
],
"inputTalent": ["1st talent lvl", "2nd talent lvl", "3rd talent lvl"],
"talentToLevel": "to level",
"calculate": "Calculate",
"unknownInformation": "There are some unknown information",
@ -579,11 +555,7 @@
"expWasted": "EXP Wasted",
"addToTodo": "Add to Todo List",
"addedToTodo": "Added to Todo List",
"talent": [
"Attack",
"Skill",
"Burst"
]
"talent": ["Attack", "Skill", "Burst"]
},
"expTable": {
"level": "Level",
@ -675,10 +647,7 @@
"todo": {
"title": "Todo List",
"summary": "Summary",
"empty": [
"Nothing to do yet 😀",
"Add some from the Items page or the Calculator!"
],
"empty": ["Nothing to do yet 😀", "Add some from the Items page or the Calculator!"],
"farmableToday": "Farmable Today",
"resin": "Resin needed",
"based": "Based on AR:{ar} and WL:{wl}",
@ -968,6 +937,8 @@
"18ATKSet": "ATK +18% set",
"20EnergyRechargeSet": "Energy Recharge +20% set",
"25PhysicalDmgSet": "Physical DMG +25% set",
"80EMSet": "Elemental Mastery +80 set",
"15HealingBonusSet": "Healing Bonus +15% set",
"sands": "SANDS",
"goblet": "GOBLET",
"circlet": "CIRCLET",

View File

@ -181,6 +181,10 @@
return 'emblem_of_severed_fate';
case '+25%_physical_dmg':
return 'bloodstained_chivalry';
case '+80_em':
return 'gilded_dreams';
case '+15%_healing_bonus_set':
return 'ocean-hued_clam';
default:
return id;
}
@ -194,6 +198,10 @@
return 'artifact.20EnergyRechargeSet';
case '+25%_physical_dmg':
return 'artifact.25PhysicalDmgSet';
case '+80_em':
return 'artifact.80EMSet';
case '+15%_healing_bonus_set':
return 'artifact.15HealingBonusSet';
default:
return artifactsEn[id].name;
}
@ -709,6 +717,52 @@
/>
<span class="font-semibold">{$t('Pale Flame')}</span>
</a>
{:else if artifact === '+80_em'}
<a
class="flex items-center text-primary hover:text-blue-400 pb-1 border-b border-gray-400"
href="/artifacts/gilded_dreams"
>
<img
class="h-8 ml-1 mr-2"
src="/images/artifacts/gilded_dreams_flower.png"
alt="Gilded Dreams"
/>
<span class="font-semibold">{$t('Gilded Dreams')}</span>
</a>
<a
class="flex items-center text-primary hover:text-blue-400 pt-1"
href="/artifacts/wanderers_troupe"
>
<img
class="h-8 ml-1 mr-2"
src="/images/artifacts/wanderers_troupe_flower.png"
alt="Wanderer's Troupe"
/>
<span class="font-semibold">{$t("Wanderer's Troupe")}</span>
</a>
{:else if artifact === '+15%_healing_bonus_set'}
<a
class="flex items-center text-primary hover:text-blue-400 pb-1 border-b border-gray-400"
href="/artifacts/ocean-hued_clam"
>
<img
class="h-8 ml-1 mr-2"
src="/images/artifacts/ocean-hued_clam_flower.png"
alt="Ocean-Hued Clam"
/>
<span class="font-semibold">{$t('Ocean-Hued Clam')}</span>
</a>
<a
class="flex items-center text-primary hover:text-blue-400 pt-1"
href="/artifacts/maiden_beloved"
>
<img
class="h-8 ml-1 mr-2"
src="/images/artifacts/maiden_beloved_flower.png"
alt="Maiden Beloved"
/>
<span class="font-semibold">{$t('Maiden Beloved')}</span>
</a>
{/if}
</div>
</div>

View File

@ -8,6 +8,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = [
'Update character builds',
'Add Layla',
'Update furnishing sets',
'Update achievement commission data',