diff --git a/assets/data/materials/boss-material/en.json b/assets/data/materials/boss-material/en.json index 6505fafe..9eeea9e7 100644 --- a/assets/data/materials/boss-material/en.json +++ b/assets/data/materials/boss-material/en.json @@ -150,8 +150,19 @@ "characters": ["xianyun", "sethos"] }, "fragment-of-a-golden-melody": { - "id": "Fragment of a Golden Melody", + "name": "Fragment of a Golden Melody", "source": "Statue of Marble and Brass", "characters": ["arlecchino"] + }, + "overripe-flamegranate": { + "name": "Overripe Flamegranate", + "source": "Kongamato", + "characters": ["kachina", "kinich"] + }, + "mark-of-the-binding-blessing": { + "name": "Mark of the Binding Blessing", + "source": "Holawaqa Ngoubou", + "characters": ["mualani"] } + } diff --git a/assets/data/materials/character-ascension/en.json b/assets/data/materials/character-ascension/en.json index c5a07a16..b123979f 100644 --- a/assets/data/materials/character-ascension/en.json +++ b/assets/data/materials/character-ascension/en.json @@ -538,7 +538,8 @@ "Memories: Duel to the Fiery Death III", "Memories: Duel to the Fiery Death IV", "Statue of Marble and Brass", - "The Knave" + "The Knave", + "Holawaqa Ngoubou" ], "rarity": 2 }, @@ -562,7 +563,8 @@ "Memories: Duel to the Fiery Death III", "Memories: Duel to the Fiery Death IV", "Statue of Marble and Brass", - "The Knave" + "The Knave", + "Holawaqa Ngoubou" ], "rarity": 3 }, @@ -582,7 +584,8 @@ "Memories: Duel to the Fiery Death III", "Memories: Duel to the Fiery Death IV", "Statue of Marble and Brass", - "The Knave" + "The Knave", + "Holawaqa Ngoubou" ], "rarity": 4 }, @@ -602,7 +605,8 @@ "Memories: Duel to the Fiery Death III", "Memories: Duel to the Fiery Death IV", "Statue of Marble and Brass", - "The Knave" + "The Knave", + "Holawaqa Ngoubou" ], "rarity": 5 } @@ -617,7 +621,8 @@ "Memories: \"They\" Too Were Once Flawless I", "Memories: \"They\" Too Were Once Flawless II", "Memories: \"They\" Too Were Once Flawless III", - "Memories: \"They\" Too Were Once Flawless IV" + "Memories: \"They\" Too Were Once Flawless IV", + "Kongamato" ], "rarity": 2 }, @@ -630,7 +635,8 @@ "Memories: \"They\" Too Were Once Flawless I", "Memories: \"They\" Too Were Once Flawless II", "Memories: \"They\" Too Were Once Flawless III", - "Memories: \"They\" Too Were Once Flawless IV" + "Memories: \"They\" Too Were Once Flawless IV", + "Kongamato" ], "rarity": 3 }, @@ -643,7 +649,8 @@ "Memories: \"They\" Too Were Once Flawless I", "Memories: \"They\" Too Were Once Flawless II", "Memories: \"They\" Too Were Once Flawless III", - "Memories: \"They\" Too Were Once Flawless IV" + "Memories: \"They\" Too Were Once Flawless IV", + "Kongamato" ], "rarity": 4 }, @@ -654,7 +661,8 @@ "Dendro Hypostasis", "Jadeplume Terrorshroom", "Memories: \"They\" Too Were Once Flawless III", - "Memories: \"They\" Too Were Once Flawless IV" + "Memories: \"They\" Too Were Once Flawless IV", + "Kongamato" ], "rarity": 5 } diff --git a/assets/data/materials/common-ascension/en.json b/assets/data/materials/common-ascension/en.json index 22d1d10e..ba876f25 100644 --- a/assets/data/materials/common-ascension/en.json +++ b/assets/data/materials/common-ascension/en.json @@ -1089,5 +1089,59 @@ } ], "sources": ["Praetorian Golem"] + }, + "whistle": { + "characters": ["kachina", "mualani"], + "weapons": [ + "earth-shaker", + "footprint-of-the-rainbow" + ], + "items": [ + { + "id": "sentry-s-wooden-whistle", + "name": "Senry's Wooden Whistle", + "rarity": 2 + }, + { + "id": "warriors-s-metal-whistle", + "name": "Warriors's Metal Whistle", + "rarity": 3 + } + , + { + "id": "saurian-crowned-warrior-s-golden-whistle", + "name": "Saurian-Crowned Warriors's Golden Whistle", + "rarity": 4 + } + ], + "sources": ["Flowing Blade", "Forged Sand", "Koholasaurus Warrior", "Swiftstep", "Tepetlisaurus Warrior", "Yumkasaurus Warrior"] + }, + "fang": { + "characters": ["kinich"], + "weapons": [ + "surf-s-up", + "ash-graven-drinking-horn", + "chain-breaker", + "flute-of-ezpitzal" + ], + "items": [ + { + "id": "juvenile-fang", + "name": "Juvenile Fang", + "rarity": 2 + }, + { + "id": "seasoned-fang", + "name": "Seasoned Fang", + "rarity": 3 + } + , + { + "id": "tyrant-s-fang", + "name": "Tyrant's Fang", + "rarity": 4 + } + ], + "sources": ["Koholasaurus","Tepetlisaurus", "Yumkasaurus"] } } diff --git a/assets/data/materials/local-specialties/en.json b/assets/data/materials/local-specialties/en.json index f71943e5..4caa5141 100644 --- a/assets/data/materials/local-specialties/en.json +++ b/assets/data/materials/local-specialties/en.json @@ -224,5 +224,22 @@ "name": "Rainbow Rose", "characters": ["lyney"] } + ], + "natlan": [ + { + "id": "quenepa-berry", + "name": "Quenepa Berry", + "characters": ["kachina"] + }, + { + "id": "sprayfeather-gill", + "name": "Sprayfeather Gill", + "characters": ["mualani"] + }, + { + "id": "saurian-claw-succulent", + "name": "Saurian Claw Succulent", + "characters": ["kinich"] + } ] } diff --git a/assets/data/materials/talent-book/en.json b/assets/data/materials/talent-book/en.json index f26f6b4b..31c48fe4 100644 --- a/assets/data/materials/talent-book/en.json +++ b/assets/data/materials/talent-book/en.json @@ -376,5 +376,71 @@ "rarity": 4 } ] + }, + "conflict": { + "characters": ["kachina"], + "availability": ["Wednesday", "Saturday", "Sunday"], + "source": "blazing-ruins", + "items": [ + { + "id": "teachings-of-conflict", + "name": "Teachings of Conflict", + "rarity": 2 + }, + { + "id": "guide-to-conflict", + "name": "Guide to Conflict", + "rarity": 3 + }, + { + "id": "philosophies-of-conflict", + "name": "Philosophies of Conflict", + "rarity": 4 + } + ] + }, + "contention": { + "characters": ["mualani"], + "availability": ["Monday", "Thursday", "Sunday"], + "source": "blazing-ruins", + "items": [ + { + "id": "teachings-of-order", + "name": "Teachings of Order", + "rarity": 2 + }, + { + "id": "guide-to-order", + "name": "Guide to Order", + "rarity": 3 + }, + { + "id": "philosophies-of-order", + "name": "Philosophies of Order", + "rarity": 4 + } + ] + }, + "kindling": { + "characters": ["kinich"], + "availability": ["Tuesday", "Friday", "Sunday"], + "source": "myriad-illusions", + "items": [ + { + "id": "teachings-of-kindling", + "name": "Teachings of Kindling", + "rarity": 2 + }, + { + "id": "guide-to-kindling", + "name": "Guide to Kindling", + "rarity": 3 + }, + { + "id": "philosophies-of-kindling", + "name": "Philosophies of Kindling", + "rarity": 4 + } + ] } } diff --git a/assets/data/materials/talent-boss/en.json b/assets/data/materials/talent-boss/en.json index 51f7d279..0dde35d4 100644 --- a/assets/data/materials/talent-boss/en.json +++ b/assets/data/materials/talent-boss/en.json @@ -103,7 +103,7 @@ "lightless-mass": { "id": "lightless-mass", "name": "Lightless Mass", - "characters": ["furina", "gaming"] + "characters": ["furina", "gaming", "mualani"] }, "lightless-eye-of-the-maelstrom": { "id": "lightless-eye-of-the-maelstrom", @@ -143,7 +143,7 @@ "fading-candle": { "id": "fading-candle", "name": "Fading Candle", - "characters": ["arlechino"] + "characters": ["arlechino", "kachina"] }, "silken-feather": { "id": "silken-feather", @@ -153,6 +153,6 @@ "denial-and-judgment": { "id": "denial-and-judgment", "name": "Denial and Judgment", - "characters": [] + "characters": ["kinich"] } }