aboutsummaryrefslogtreecommitdiff
path: root/characters.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-28 07:12:43 -0700
committerFuwn <[email protected]>2025-05-28 07:12:43 -0700
commit035008f3ee1bf5ee84a0cd290d37f222a1cd5e61 (patch)
tree950ffad958908892a40ed9cb69c0db6a23e59a3a /characters.json
downloadgenshin-artifact-playground-main.tar.xz
genshin-artifact-playground-main.zip
feat: Initial commitHEADmain
Diffstat (limited to 'characters.json')
-rw-r--r--characters.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/characters.json b/characters.json
new file mode 100644
index 0000000..11f9aa7
--- /dev/null
+++ b/characters.json
@@ -0,0 +1,65 @@
+{
+ "Furina": {
+ "er_requirement": {
+ "min": 180,
+ "max": 200
+ },
+ "ideal_main_stats": {
+ "sands": ["HP%", "ER%"],
+ "goblet": ["HP%", "Hydro DMG Bonus"],
+ "circlet": ["CRIT Rate", "CRIT DMG"]
+ },
+ "substat_priority": ["ER%", "CRIT Rate", "CRIT DMG", "HP%", "Flat HP"],
+ "required_sets": ["GoldenTroupe"]
+ },
+ "Escoffier": {
+ "er_requirement": {
+ "min": 180,
+ "max": 200
+ },
+ "ideal_main_stats": {
+ "sands": ["ATK%", "ER%"],
+ "goblet": ["Cryo DMG Bonus", "ATK%"],
+ "circlet": ["CRIT Rate", "CRIT DMG"]
+ },
+ "substat_priority": ["ER%", "CRIT Rate", "CRIT DMG", "ATK%"],
+ "required_sets": ["GoldenTroupe"]
+ },
+ "Fischl": {
+ "er_requirement": {
+ "off_field_every_rotation": {
+ "min": 120,
+ "max": 140
+ },
+ "off_field_every_other": {
+ "min": 100,
+ "max": 100
+ },
+ "on_field": {
+ "min": 110,
+ "max": 130
+ }
+ },
+ "ideal_main_stats": {
+ "sands": ["ATK%", "Elemental Mastery"],
+ "goblet": ["Electro DMG Bonus", "Physical DMG Bonus"],
+ "circlet": ["CRIT Rate", "CRIT DMG"]
+ },
+ "substat_priority": ["ER%", "CRIT Rate", "CRIT DMG", "ATK%"],
+ "required_sets": ["GoldenTroupe"]
+ },
+ "Chiori": {
+ "er_requirement": {
+ "min": 100,
+ "max": 110
+ },
+ "ideal_main_stats": {
+ "sands": ["DEF%"],
+ "goblet": ["Geo DMG Bonus", "DEF%"],
+ "circlet": ["CRIT Rate", "CRIT DMG", "DEF%"]
+ },
+ "substat_priority": ["CRIT Rate", "CRIT DMG", "DEF%", "ATK%", "ER%"],
+ "notes": ["Avoid triple DEF% main stats."],
+ "required_sets": ["GoldenTroupe"]
+ }
+}