Skip to content

Commit 9e901a2

Browse files
committed
Add Yun Jin Collected Miscellany, update enemy resistances
1 parent ea394ff commit 9e901a2

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

src/data/gamedata/characters.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25931,7 +25931,8 @@
2593125931
"icon": "https://upload-os-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Yunjin.png",
2593225932
"media": {
2593325933
"videos": {
25934-
"Character Demo - \"Yun Jin: The True Meaning of Opera\"": "https://youtu.be/YxIa114Od84"
25934+
"Character Demo - \"Yun Jin: The True Meaning of Opera\"": "https://youtu.be/YxIa114Od84",
25935+
"Collected Miscellany - \"Yun Jin: Showstopper\"": "https://youtu.be/UJ7NrBAKtAA"
2593525936
},
2593625937
"imgs": [
2593725938
"https://upload-os-bbs.hoyolab.com/upload/2021/11/22/1015537/d35ba124ac2d9af4772fa6e7925624bc_2825394445059469033.jpg",

src/data/gamedata/enemies.json

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
},
487487
"Electro Specter": {
488488
"name": "Electro Specter",
489+
"desc": "A monster born from highly-concentrated Electro elements that can float in the air.\nA certain researcher once studied these creatures. He believed that they must be Hypostases of some kind. After all, they both had elemental peculiarities and were birthed from areas saturated with elemental energy, right? By the way, he was later investigated for academic corruption.",
489490
"icon": "https://genshin.flatisjustice.moe/img/enemy/Electro_Specter.png",
490491
"type": "Elemental Lifeforms",
491492
"resistance": [
@@ -2269,19 +2270,52 @@
22692270
"name": "Primordial Bathysmal Vishap",
22702271
"desc": "A vishap that dwells deep beneath the oceans.\nThey were once the dominant race in the depths — and indeed, dragons were the overlords of the whole world in an even earlier age. But their former Seven Sovereigns were defeated by a power from the heavens, withering one by one.",
22712272
"icon": "https://genshin.flatisjustice.moe/img/enemy/Primordial_Bathysmal_Vishap.png",
2272-
"type": "Mystical Beasts"
2273+
"type": "Mystical Beasts",
2274+
"resistance": [
2275+
[
2276+
"10%",
2277+
"10%",
2278+
"10%",
2279+
"30%",
2280+
"10%",
2281+
"10%",
2282+
"30%"
2283+
]
2284+
]
22732285
},
22742286
"Rimebiter Bathysmal Vishap": {
22752287
"name": "Rimebiter Bathysmal Vishap",
22762288
"desc": "A vishap that dwells deep beneath the oceans. Due to certain social adaptations, it has manifested a form aligned with the Cryo element.\nThe coming of humans sparked a conflict and a resultant evolution within the Bathysmal Vishaps, just as ants might divide up labor and biological characteristics, thus appearing in different forms. These vishaps are stronger than their ordinary kin.",
22772289
"icon": "https://genshin.flatisjustice.moe/img/enemy/Rimebiter_Bathysmal_Vishap.png",
2278-
"type": "Mystical Beasts"
2290+
"type": "Mystical Beasts",
2291+
"resistance": [
2292+
[
2293+
"10%",
2294+
"10%",
2295+
"30%",
2296+
"10%",
2297+
"10%",
2298+
"10%",
2299+
"30%"
2300+
]
2301+
]
22792302
},
22802303
"Bolteater Bathysmal Vishap": {
22812304
"name": "Bolteater Bathysmal Vishap",
22822305
"desc": "A vishap that dwells deep beneath the oceans. Due to certain social adaptations, it has manifested a form aligned with the Electro element.\nFollowing the fading of the Seven Sovereigns' power, a new generation of Sovereigns is presently being born. But now that the Bathysmal Vishaps have evolved in this manner, they have lost their purity. As such, the Dragon of Water will no longer be born from among their ranks. Prophecy holds that the new Dragon of Water will definitely descend in the form of a human.",
22832306
"icon": "https://genshin.flatisjustice.moe/img/enemy/Bolteater_Bathysmal_Vishap.png",
2284-
"type": "Mystical Beasts"
2307+
"type": "Mystical Beasts",
2308+
"resistance": [
2309+
[
2310+
"10%",
2311+
"30%",
2312+
"10%",
2313+
"10%",
2314+
"10%",
2315+
"10%",
2316+
"30%"
2317+
]
2318+
]
22852319
},
22862320
"Hydro Cicin": {
22872321
"name": "Hydro Cicin",

0 commit comments

Comments
 (0)