Skip to content

Commit a8f0fac

Browse files
committed
5.0 update
1 parent 1309d0f commit a8f0fac

File tree

6 files changed

+12338
-7643
lines changed

6 files changed

+12338
-7643
lines changed

src/commands/misc/enemy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Note: this command supports fuzzy search.`,
137137
embed.setThumbnail(getLink(enemy.icon))
138138

139139
if (enemy.resistance)
140-
embed.addFields({ name: "Resistances", value: `\`\`\`\n${createTable(["Pyro", "Elec", "Cryo", "Hydro", "Anemo", "Geo", "Phys", "Notes"], enemy.resistance, [PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_END])}\n\`\`\`` })
140+
embed.addFields({ name: "Resistances", value: `\`\`\`\n${createTable(["Pyro", "Elec", "Cryo", "Hydro", "Anemo", "Geo", "Dendro", "Phys", "Notes"], enemy.resistance, [PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_START, PAD_END])}\n\`\`\`` })
141141

142142
return embed
143143
}

src/data/gamedata/artifacts.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,5 +2388,103 @@
23882388
"icon": "img/arti/Crownless_Crown.png"
23892389
}
23902390
]
2391+
},
2392+
"Scroll of the Hero of Cinder City": {
2393+
"name": "Scroll of the Hero of Cinder City",
2394+
"levels": [
2395+
4,
2396+
5
2397+
],
2398+
"bonuses": [
2399+
{
2400+
"count": 2,
2401+
"desc": "When a nearby party member triggers a Nightsoul Burst, the equipping character regenerates 6 Elemental Energy."
2402+
},
2403+
{
2404+
"count": 4,
2405+
"desc": "After the equipping character triggers a reaction related to their Elemental Type, all nearby party members gain a 12% Elemental DMG Bonus for the Elemental Types involved in the elemental reaction for 15s. If the equipping character is in the Nightsoul's Blessing state when triggering this effect, all nearby party members gain an additional 28% Elemental DMG Bonus for the Elemental Types involved in the elemental reaction for 20s. The equipping character can trigger this effect while off-field, and the DMG bonus from Artifact Sets with the same name do not stack."
2406+
}
2407+
],
2408+
"artis": [
2409+
{
2410+
"type": "Flower",
2411+
"name": "Beast Tamer's Talisman",
2412+
"desc": "A flower carved from flint and Drakite, signifying that its bearer is qualified to become a beast tamer.",
2413+
"icon": "img/arti/Beast_Tamers_Talisman.png"
2414+
},
2415+
{
2416+
"type": "Plume",
2417+
"name": "Mountain Ranger's Marker",
2418+
"desc": "A signal used by mountain rangers to mark out paths. Their bird-feather shapes make them very eye-catching indeed.",
2419+
"icon": "img/arti/Mountain_Rangers_Marker.png"
2420+
},
2421+
{
2422+
"type": "Sands",
2423+
"name": "Mystic's Gold Dial",
2424+
"desc": "A golden disc shaped like a sun. The draconic patterns on it seem to symbolize the cycle of life and death.",
2425+
"icon": "img/arti/Mystics_Gold_Dial.png"
2426+
},
2427+
{
2428+
"type": "Goblet",
2429+
"name": "Wandering Scholar's Claw Cup",
2430+
"desc": "A strange goblet strikingly similar in shape to a dragon's claw. Its maker must have made it with something special in mind.",
2431+
"icon": "img/arti/Wandering_Scholars_Claw_Cup.png"
2432+
},
2433+
{
2434+
"type": "Circlet",
2435+
"name": "Demon-Warrior's Feather Mask",
2436+
"desc": "A feather mask with falcon-esque plumage. Many legends surround this object.",
2437+
"icon": "img/arti/DemonWarriors_Feather_Mask.png"
2438+
}
2439+
]
2440+
},
2441+
"Obsidian Codex": {
2442+
"name": "Obsidian Codex",
2443+
"levels": [
2444+
4,
2445+
5
2446+
],
2447+
"bonuses": [
2448+
{
2449+
"count": 2,
2450+
"desc": "While the equipping character is in Nightsoul's Blessing and is on the field, their DMG dealt is increased by 15%."
2451+
},
2452+
{
2453+
"count": 4,
2454+
"desc": "After the equipping character consumes 1 Nightsoul point while on the field, CRIT Rate increases by 40% for 6s. This effect can trigger once every second."
2455+
}
2456+
],
2457+
"artis": [
2458+
{
2459+
"type": "Flower",
2460+
"name": "Reckoning of the Xenogenic",
2461+
"desc": "A flower meticulously carved from black crystal. It emits a mysterious light at night.",
2462+
"icon": "img/arti/Reckoning_of_the_Xenogenic.png"
2463+
},
2464+
{
2465+
"type": "Plume",
2466+
"name": "Root of the Spirit-Marrow",
2467+
"desc": "A feathered accessory made in imitation of an ancient dragon's wing. Perhaps it was once a memento of some forgotten history.",
2468+
"icon": "img/arti/Root_of_the_SpiritMarrow.png"
2469+
},
2470+
{
2471+
"type": "Sands",
2472+
"name": "Myths of the Night Realm",
2473+
"desc": "A mysterious ritual element that is neither a timepiece nor a compass. Nowadays, no one has any idea what it is used for.",
2474+
"icon": "img/arti/Myths_of_the_Night_Realm.png"
2475+
},
2476+
{
2477+
"type": "Goblet",
2478+
"name": "Pre-Banquet of the Contenders",
2479+
"desc": "A vessel that seems to have been made by twisting and forming stone in a seemingly whimsical fashion. But it is an open question as to who possesses such strength...",
2480+
"icon": "img/arti/PreBanquet_of_the_Contenders.png"
2481+
},
2482+
{
2483+
"type": "Circlet",
2484+
"name": "Crown of the Saints",
2485+
"desc": "A crown made of obsidian that in ancient times was used in coronation ceremonies by noble tribal kings.",
2486+
"icon": "img/arti/Crown_of_the_Saints.png"
2487+
}
2488+
]
23912489
}
23922490
}

0 commit comments

Comments
 (0)