From 62852546b413fc32e3ef39212fc1695bdc7829e4 Mon Sep 17 00:00:00 2001 From: seria Date: Fri, 11 Oct 2024 11:37:14 +0800 Subject: [PATCH] fix: Add physicalDamageBonus to CharaStatType --- akasha/enums.py | 1 + 1 file changed, 1 insertion(+) diff --git a/akasha/enums.py b/akasha/enums.py index 6ae018f..089d634 100644 --- a/akasha/enums.py +++ b/akasha/enums.py @@ -90,3 +90,4 @@ class CharaStatType(StrEnum): ELECTRO_DMG_BONUS = "electroDamageBonus" GEO_DMG_BONUS = "geoDamageBonus" DENDRO_DMG_BONUS = "dendroDamageBonus" + PHYSICAL_DMG_BONUS = "physicalDamageBonus"