mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix traveler dendro talent
This commit is contained in:
parent
cc6330a6fc
commit
82968f6697
3 changed files with 5 additions and 2 deletions
|
@ -6403,9 +6403,11 @@ export const characters = {
|
||||||
itemList.guide_to_ingenuity,
|
itemList.guide_to_ingenuity,
|
||||||
itemList.guide_to_praxis,
|
itemList.guide_to_praxis,
|
||||||
itemList.guide_to_admonition,
|
itemList.guide_to_admonition,
|
||||||
|
itemList.guide_to_ingenuity,
|
||||||
itemList.philosophies_of_praxis,
|
itemList.philosophies_of_praxis,
|
||||||
itemList.philosophies_of_admonition,
|
itemList.philosophies_of_admonition,
|
||||||
itemList.philosophies_of_ingenuity,
|
itemList.philosophies_of_ingenuity,
|
||||||
|
itemList.philosophies_of_praxis,
|
||||||
],
|
],
|
||||||
boss: itemList.mudra_of_the_malefic_general,
|
boss: itemList.mudra_of_the_malefic_general,
|
||||||
},
|
},
|
||||||
|
|
|
@ -409,7 +409,8 @@
|
||||||
if (
|
if (
|
||||||
selectedCharacter.id === characters.traveler_anemo.id ||
|
selectedCharacter.id === characters.traveler_anemo.id ||
|
||||||
selectedCharacter.id === characters.traveler_geo.id ||
|
selectedCharacter.id === characters.traveler_geo.id ||
|
||||||
selectedCharacter.id === characters.traveler_electro.id
|
selectedCharacter.id === characters.traveler_electro.id ||
|
||||||
|
selectedCharacter.id === characters.traveler_dendro.id
|
||||||
) {
|
) {
|
||||||
calculateTalentTraveler();
|
calculateTalentTraveler();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
|
||||||
|
|
||||||
const IMAGE_URL = `${self.location.origin}/images/`;
|
const IMAGE_URL = `${self.location.origin}/images/`;
|
||||||
|
|
||||||
const changelog = ['Update wish import instruction'];
|
const changelog = ['Update wish import instruction', 'Fix Traveler Dendro talent calculator'];
|
||||||
|
|
||||||
const channel = new BroadcastChannel('paimonmoe-sw');
|
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue