Skip to content

Commit aa598c6

Browse files
committed
Add upcoming events / event wishes
Add upcoming release schedule Update character placeholders Add weapon placeholders Add artifact placeholders
1 parent d817636 commit aa598c6

4 files changed

Lines changed: 265 additions & 11 deletions

File tree

src/data/events.json

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,6 @@
14591459
"type": "Banner",
14601460
"link": "https://www.hoyolab.com/article/5915988",
14611461
"img": "https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/1667dc1eb265d1638839ad3d0c52dbc8_7584677411521188711.jpg",
1462-
"prediction": true,
14631462
"start": "2022-07-13 11:00:00",
14641463
"start_server": false,
14651464
"end": "2022-08-02 17:59:00",
@@ -1571,8 +1570,100 @@
15711570
{
15721571
"name": "3.0 Maintenance",
15731572
"type": "Maintenance",
1573+
"img": "https://upload-os-bbs.hoyolab.com/upload/2022/08/13/0c55b7df66c2e7571f347a3b188c5301_162787463723504107.jpg",
15741574
"prediction": true,
15751575
"start": "2022-08-24 06:00:00",
15761576
"end": "2022-08-24 11:00:00"
1577+
},
1578+
{
1579+
"name": "Event Wish \"Viridescent Vigil\"",
1580+
"type": "Banner",
1581+
"img": "https://i.imgur.com/6jxGpvP.jpeg",
1582+
"start": "2022-08-24 11:00:00",
1583+
"start_server": false,
1584+
"reminder": "end"
1585+
},
1586+
{
1587+
"name": "Event Wish \"Gentry of Hermitage\"",
1588+
"type": "Banner",
1589+
"img": "https://i.imgur.com/6jxGpvP.jpeg",
1590+
"start": "2022-08-24 11:00:00",
1591+
"start_server": false,
1592+
"reminder": "end"
1593+
},
1594+
{
1595+
"name": "Event Wish \"Epitome Invocation\"",
1596+
"type": "Banner",
1597+
"start": "2022-08-24 11:00:00",
1598+
"start_server": false,
1599+
"reminder": "end"
1600+
},
1601+
{
1602+
"name": "Event Wish \"Adrift in the Harbor\"",
1603+
"type": "Banner",
1604+
"img": "https://i.imgur.com/81TPwmL.png",
1605+
"reminder": "end"
1606+
},
1607+
{
1608+
"name": "Event Wish \"Drifting Luminescence\"",
1609+
"type": "Banner",
1610+
"img": "https://i.imgur.com/81TPwmL.png",
1611+
"reminder": "end"
1612+
},
1613+
{
1614+
"name": "Event Wish \"Epitome Invocation\"",
1615+
"type": "Banner",
1616+
"reminder": "end"
1617+
},
1618+
{
1619+
"name": "\"Graven Innocence\" Event",
1620+
"type": "In-game",
1621+
"img": "https://i.imgur.com/11s9atu.jpeg",
1622+
"reminder": "end"
1623+
},
1624+
{
1625+
"name": "\"Fayz Trials\" Event",
1626+
"type": "In-game",
1627+
"img": "https://i.imgur.com/wSL4Nyu.png",
1628+
"reminder": "end"
1629+
},
1630+
{
1631+
"name": "\"Tablet Analytics\" Event",
1632+
"type": "In-game",
1633+
"img": "https://i.imgur.com/Y1qqRAk.png",
1634+
"reminder": "end"
1635+
},
1636+
{
1637+
"name": "\"Lost Riches\" Event",
1638+
"type": "In-game",
1639+
"img": "https://i.imgur.com/iHjOd1W.png",
1640+
"reminder": "end"
1641+
},
1642+
{
1643+
"name": "\"Ley Line Overflow\" Event",
1644+
"type": "In-game",
1645+
"img": "https://upload-os-bbs.hoyolab.com/upload/2022/07/01/1015537/d76cdab75f5f952a213e564f6b0a5a51_2925082494527873427.jpg",
1646+
"reminder": "end"
1647+
},
1648+
{
1649+
"name": "3.1 Maintenance",
1650+
"type": "Maintenance",
1651+
"prediction": true,
1652+
"start": "2022-09-28 06:00:00",
1653+
"end": "2022-09-28 11:00:00"
1654+
},
1655+
{
1656+
"name": "3.2 Maintenance",
1657+
"type": "Maintenance",
1658+
"prediction": true,
1659+
"start": "2022-11-02 06:00:00",
1660+
"end": "2022-11-02 11:00:00"
1661+
},
1662+
{
1663+
"name": "3.3 Maintenance",
1664+
"type": "Maintenance",
1665+
"prediction": true,
1666+
"start": "2022-12-07 06:00:00",
1667+
"end": "2022-12-07 11:00:00"
15771668
}
15781669
]

src/data/gamedata/artifacts.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,5 +1800,39 @@
18001800
"icon": "img/arti/Flowing_Rings.png"
18011801
}
18021802
]
1803+
},
1804+
"Deepwood Memories": {
1805+
"name": "Deepwood Memories",
1806+
"levels": [
1807+
4,
1808+
5
1809+
],
1810+
"bonuses": [
1811+
{
1812+
"count": 2,
1813+
"desc": "Dendro DMG Bonus +15%."
1814+
},
1815+
{
1816+
"count": 4,
1817+
"desc": "After Elemental Skills or Bursts hit opponents, the targets' Dendro RES will be decreased by 30% for 8s. This effect can be triggered even if the equipping character is not on the field."
1818+
}
1819+
]
1820+
},
1821+
"Gilded Dreams": {
1822+
"name": "Gilded Dreams",
1823+
"levels": [
1824+
4,
1825+
5
1826+
],
1827+
"bonuses": [
1828+
{
1829+
"count": 2,
1830+
"desc": "Elemental Mastery +80."
1831+
},
1832+
{
1833+
"count": 4,
1834+
"desc": "Within 8s of triggering an Elemental Reaction, the character equipping this will obtain buffs based on the Elemental Type of the other party members. ATK is increased by 14% for each party member whose Elemental Type is the same as the equipping character, and Elemental Mastery is increased by 50 for every party member with a different Elemental Type. Each of the aforementioned buffs will count up to 3 characters. This effect can be triggered once every 8s. The character who equips this can still trigger its effects when not on the field."
1835+
}
1836+
]
18031837
}
18041838
}

src/data/gamedata/characters.json

Lines changed: 83 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,8 @@
45214521
},
45224522
"Collei": {
45234523
"name": "Collei",
4524-
"desc": "\"Oh, you're going to Sumeru? Can you give my regards to Collei? Well... it's been so long, I wonder if her hair has grown out and if she's taller?\" — Amber",
4524+
"desc": "A trainee ranger active in Avidya Forest. Behind her enthusiastic words and actions hides a slightly introverted personality.",
4525+
"star": 4,
45254526
"weaponType": "Bow",
45264527
"icon": "https://i.imgur.com/na2IRvM.png",
45274528
"media": {
@@ -4533,11 +4534,32 @@
45334534
"meta": {
45344535
"association": "Sumeru",
45354536
"title": "Sprout of Rebirth",
4536-
"detail": "\"Oh, you're going to Sumeru? Can you give my regards to Collei? Well... it's been so long, I wonder if her hair has grown out and if she's taller?\" — Amber",
4537+
"detail": "A trainee ranger active in Avidya Forest. Behind her enthusiastic words and actions hides a slightly introverted personality.",
45374538
"constellation": "Leptailurus Cervarius",
45384539
"affiliation": "Avidya Forest Ranger Trainee",
45394540
"element": "Dendro"
4540-
}
4541+
},
4542+
"skills": [
4543+
{
4544+
"talents": [
4545+
{
4546+
"name": "Floral Brush",
4547+
"desc": "Collei's Elemental Skill throws out a **Floral Ring** that will deal **Dendro DMG** to opponents as it flies outward and back."
4548+
}
4549+
],
4550+
"ult": {
4551+
"name": "Trump-Card Kitty",
4552+
"desc": "Her Elemental Burst will summon a **Cuilein-Anbar Doll** to go jumping around a certain area, dealing continuous **Dendro DMG** to opponents within it.",
4553+
"type": "Dendro"
4554+
},
4555+
"passive": [
4556+
{
4557+
"name": "Gliding Champion of Sumeru",
4558+
"desc": "Decreases all party members' gliding Stamina consumption."
4559+
}
4560+
]
4561+
}
4562+
]
45414563
},
45424564
"Diluc": {
45434565
"name": "Diluc",
@@ -5737,8 +5759,10 @@
57375759
},
57385760
"Dori": {
57395761
"name": "Dori",
5740-
"desc": "\"No matter how rare the experimental materials are, you can buy them from Dori. I don't know where she gets her goods from... Also, make sure you pay attention to the price when you buy from her. My heart aches every time I pay the bill.\" — Tighnari",
5741-
"icon": "https://i.imgur.com/UhToAdl.png",
5762+
"desc": "An elusive merchant who has a fondness for glittering Mora.",
5763+
"star": 4,
5764+
"weaponType": "Claymore",
5765+
"icon": "https://i.imgur.com/E5qWiDf.png",
57425766
"media": {
57435767
"imgs": [
57445768
"https://upload-os-bbs.hoyolab.com/upload/2022/07/11/1015537/da95988f4bc8fd46ef2067c06d0a9b20_8226307082552196439.jpg",
@@ -5748,11 +5772,32 @@
57485772
"meta": {
57495773
"association": "Sumeru",
57505774
"title": "Treasure of Dream Garden",
5751-
"detail": "\"No matter how rare the experimental materials are, you can buy them from Dori. I don't know where she gets her goods from... Also, make sure you pay attention to the price when you buy from her. My heart aches every time I pay the bill.\" — Tighnari",
5775+
"detail": "An elusive merchant who has a fondness for glittering Mora.",
57525776
"constellation": "Magicae Lucerna",
57535777
"affiliation": "Sumeru Merchant",
57545778
"element": "Electro"
5755-
}
5779+
},
5780+
"skills": [
5781+
{
5782+
"talents": [
5783+
{
5784+
"name": "Spirit-Warding Lamp: Troubleshooter Cannon",
5785+
"desc": "Her Elemental Skill fires off **Troubleshooter Shots** and upon hitting opponents, creates two homing **After-Sales Service Rounds**."
5786+
}
5787+
],
5788+
"ult": {
5789+
"name": "Alcazarzaray's Exactitude",
5790+
"desc": "Her Elemental Burst summons a **Jinni** that can connect to a nearby character, constantly regenerating their HP and Elemental Energy. When the connector between the **Jinni** and the character touches opponents, it will deal **Electro DMG** to them.",
5791+
"type": "Electro"
5792+
},
5793+
"passive": [
5794+
{
5795+
"name": "Unexpected Order",
5796+
"desc": "When Dori crafts Character and Weapon Level-Up Materials, she has a chance to refund a portion of the crafting materials used."
5797+
}
5798+
]
5799+
}
5800+
]
57565801
},
57575802
"Eula": {
57585803
"name": "Eula",
@@ -22838,7 +22883,9 @@
2283822883
},
2283922884
"Tighnari": {
2284022885
"name": "Tighnari",
22841-
"desc": "\"A message for you. I brought back a specialty from the desert, two packs of honeyed dates, which helps to replenish your energy, whether in the morning or at night. Thank you for your patience in teaching and taking care of Collei. Good luck with your work and best wishes for Collei's studies.\"\n—An anonymously written message left inside a candy box, placed on the watcher's table.",
22886+
"desc": "A young researcher well-versed in botany who currently serves as a Forest Watcher in Avidya Forest. He is a straight shooter with a warm heart — and a dab hand at guiding even the dullest of pupils.",
22887+
"star": 5,
22888+
"weaponType": "Bow",
2284222889
"icon": "https://i.imgur.com/UhToAdl.png",
2284322890
"media": {
2284422891
"imgs": [
@@ -22849,11 +22896,37 @@
2284922896
"meta": {
2285022897
"association": "Sumeru",
2285122898
"title": "Verdant Strider",
22852-
"detail": "\"A message for you. I brought back a specialty from the desert, two packs of honeyed dates, which helps to replenish your energy, whether in the morning or at night. Thank you for your patience in teaching and taking care of Collei. Good luck with your work and best wishes for Collei's studies.\"\n—An anonymously written message left inside a candy box, placed on the watcher's table.",
22899+
"detail": "A young researcher well-versed in botany who currently serves as a Forest Watcher in Avidya Forest. He is a straight shooter with a warm heart — and a dab hand at guiding even the dullest of pupils.",
2285322900
"constellation": "Vulpes Zerda",
2285422901
"affiliation": "Avidya Forest Watcher",
2285522902
"element": "Dendro"
22856-
}
22903+
},
22904+
"skills": [
22905+
{
22906+
"talents": [
22907+
{
22908+
"name": "Normal Attack: Khanda Barrier-Buster",
22909+
"desc": "Tighnari's Aimed Shot has two Charge Levels, and can be charged to fire a **Wreath Arrow** which will generate homing **Clusterbloom Arrows** after hitting.",
22910+
"icon": "img/skill/Common_Bow.png"
22911+
},
22912+
{
22913+
"name": "Vijnana-Phala Mine",
22914+
"desc": "His Elemental Skill creates a **Vijnana-Khanda Field** that creates mysterious illusions that taunt opponents and decreases the charging time for the next three **Wreath Arrows**."
22915+
}
22916+
],
22917+
"ult": {
22918+
"name": "Fashioner's Tanglevine Shaft",
22919+
"desc": "When Tighnari uses his Elemental Burst, he will fire a great number of homing **Tanglevine Shafts**. These **Tanglevine Shafts** will create secondary shots after hitting.",
22920+
"type": "Dendro"
22921+
},
22922+
"passive": [
22923+
{
22924+
"name": "Encyclopedic Knowledge",
22925+
"desc": "During exploration, Tighnari's Exploration Talent Shows nearby resources unique to Sumeru on the mini-map."
22926+
}
22927+
]
22928+
}
22929+
]
2285722930
},
2285822931
"Traveler": {
2285922932
"name": "Traveler",

src/data/gamedata/weapons.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3477,6 +3477,14 @@
34773477
}
34783478
]
34793479
},
3480+
"End of the Line": {
3481+
"name": "End of the Line",
3482+
"desc": "This seems to be a now-extinct fish. Its body is sufficiently elastic that a string may be attached to it to let it serve as a bow.",
3483+
"weaponType": "Bow",
3484+
"stars": 4,
3485+
"placeholder": true,
3486+
"icon": "https://act.hoyoverse.com/ys/event/e20220814prev/images/weapon2.bc6bcb86..png"
3487+
},
34803488
"Engulfing Lightning": {
34813489
"name": "Engulfing Lightning",
34823490
"desc": "A naginata used to \"cut grass.\" Any army that stands before this weapon will probably be likewise cut down...",
@@ -4977,6 +4985,14 @@
49774985
}
49784986
]
49794987
},
4988+
"Forest Regalia": {
4989+
"name": "Forest Regalia",
4990+
"desc": "*No description available*",
4991+
"weaponType": "Claymore",
4992+
"stars": 4,
4993+
"placeholder": true,
4994+
"icon": "https://i.imgur.com/OAnwJqF.png"
4995+
},
49804996
"Freedom-Sworn": {
49814997
"name": "Freedom-Sworn",
49824998
"desc": "A straight sword, azure as antediluvian song, and as keen as the oaths of freedom taken in the Land of Wind.",
@@ -5227,6 +5243,14 @@
52275243
}
52285244
]
52295245
},
5246+
"Fruit of Fulfillment": {
5247+
"name": "Fruit of Fulfillment",
5248+
"desc": "*No description available*",
5249+
"weaponType": "Catalyst",
5250+
"stars": 4,
5251+
"placeholder": true,
5252+
"icon": "https://i.imgur.com/Z0YNRbD.png"
5253+
},
52305254
"Hakushin Ring": {
52315255
"name": "Hakushin Ring",
52325256
"desc": "A catalyst that carries the memory of the Kitsune Saiguu of ancient times. However, this device is but an impoverished vessel for the full breadth of her thought.",
@@ -5928,6 +5952,14 @@
59285952
"lore": "Legend has it that Mondstadt once played host to one who made music on bowstrings—\nOr perhaps it might be more fitting to say that this wandering musician used an instrument's strings to fire arrows.\nBut this is naught but an old folk legend.",
59295953
"refinements": []
59305954
},
5955+
"Hunter's Path": {
5956+
"name": "Hunter's Path",
5957+
"desc": "This gilded bow was made using precious white branches. It has felled countless wicked beasts attempting to infiltrate the woods.",
5958+
"weaponType": "Bow",
5959+
"stars": 5,
5960+
"placeholder": true,
5961+
"icon": "https://act.hoyoverse.com/ys/event/e20220814prev/images/weapon1.6015251b..png"
5962+
},
59315963
"Iron Point": {
59325964
"name": "Iron Point",
59335965
"desc": "Sharp and pointy at one end, it is a balanced weapon that is quite popular among travelers.",
@@ -6488,6 +6520,14 @@
64886520
}
64896521
]
64906522
},
6523+
"King's Squire": {
6524+
"name": "King's Squire",
6525+
"desc": "*No description available*",
6526+
"weaponType": "Bow",
6527+
"stars": 4,
6528+
"placeholder": true,
6529+
"icon": "https://i.imgur.com/vaKm29s.png"
6530+
},
64916531
"Kitain Cross Spear": {
64926532
"name": "Kitain Cross Spear",
64936533
"desc": "A special lance that was once used by a famed warrior who guarded the Tatarigami on Yashiori Island.",
@@ -7988,6 +8028,14 @@
79888028
}
79898029
]
79908030
},
8031+
"Moonpiercer": {
8032+
"name": "Moonpiercer",
8033+
"desc": "*No description available*",
8034+
"weaponType": "Polearm",
8035+
"stars": 4,
8036+
"placeholder": true,
8037+
"icon": "https://i.imgur.com/vuMXYmc.png"
8038+
},
79918039
"Mouun's Moon": {
79928040
"name": "Mouun's Moon",
79938041
"desc": "A lovely warbow made from seashells and coral. A mournful brilliance flows along its moonlight-colored arms.",
@@ -11374,6 +11422,14 @@
1137411422
}
1137511423
]
1137611424
},
11425+
"Sapwood Blade": {
11426+
"name": "Sapwood Blade",
11427+
"desc": "*No description available*",
11428+
"weaponType": "Catalyst",
11429+
"stars": 4,
11430+
"placeholder": true,
11431+
"icon": "https://i.imgur.com/fdsN9c5.png"
11432+
},
1137711433
"Seasoned Hunter's Bow": {
1137811434
"name": "Seasoned Hunter's Bow",
1137911435
"desc": "A bow that has been well-polished by time and meticulously cared for by its owner. It feels almost like an extension of the archer's arm.",

0 commit comments

Comments
 (0)