Add hydroculi to genshin stats

This commit is contained in:
洛水居室 2023-08-21 10:05:08 +08:00
parent b87e5d66e9
commit 5e814d5a68
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -110,6 +110,7 @@ class PlayerStatsPlugins(Plugin):
("岩神瞳", "geoculi"), ("岩神瞳", "geoculi"),
("雷神瞳", "electroculi"), ("雷神瞳", "electroculi"),
("草神瞳", "dendroculi"), ("草神瞳", "dendroculi"),
("水神瞳", "hydroculi"),
], ],
"style": random.choice(["mondstadt", "liyue"]), # nosec "style": random.choice(["mondstadt", "liyue"]), # nosec
} }