Skip to content

Commit

Permalink
fix: Add Sacrificial Jade's internal_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-02 committed Nov 21, 2023
1 parent c20689e commit b1b3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/weapon/weapons/catalysts/sacrificial_jade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct SacrificialJade;
impl WeaponTrait for SacrificialJade {
const META_DATA: WeaponStaticData = WeaponStaticData {
name: WeaponName::SacrificialJade,
internal_name: "",
internal_name: "Catalyst_Yue",
weapon_type: WeaponType::Catalyst,
weapon_sub_stat: Some(WeaponSubStatFamily::CriticalRate80),
weapon_base: WeaponBaseATKFamily::ATK454,
Expand Down

0 comments on commit b1b3d5a

Please sign in to comment.