Skip to main content

wowlab_engine_content/generated/shared/warlock/
diabolist.rs

1//! @generated by codegen-cli from manifests/specs/warlock/shared/diabolist.toml -- do not edit by hand.
2// Generated shared manifest bindings
3#![allow(non_snake_case, dead_code)]
4pub(crate) mod REPORTED_SPELL {
5    ///<https://wowlab.gg/inspect/spell/432596>
6    pub(crate) const CHAOS_SALVO: u32 = 432_596;
7    ///<https://wowlab.gg/inspect/spell/1269892>
8    pub(crate) const DIABOLIC_GAZE_1: u32 = 1_269_892;
9    ///<https://wowlab.gg/inspect/spell/1269886>
10    pub(crate) const DIABOLIC_GAZE_2: u32 = 1_269_886;
11    ///<https://wowlab.gg/inspect/spell/1269885>
12    pub(crate) const DIABOLIC_GAZE_3: u32 = 1_269_885;
13    ///<https://wowlab.gg/inspect/spell/1269800>
14    pub(crate) const EYE_EXPLOSION: u32 = 1_269_800;
15    ///<https://wowlab.gg/inspect/spell/434404>
16    pub(crate) const FELSEEKER: u32 = 434_404;
17    ///<https://wowlab.gg/inspect/spell/432120>
18    pub(crate) const WICKED_CLEAVE: u32 = 432_120;
19}
20pub(crate) mod EFFECT {
21    ///<https://wowlab.gg/inspect/spell/432120>
22    pub(crate) const WICKED_CLEAVE_DAMAGE: (u32, u8) = (432_120, 1);
23    ///<https://wowlab.gg/inspect/spell/432596>
24    pub(crate) const CHAOS_SALVO_DAMAGE: (u32, u8) = (432_596, 1);
25    ///<https://wowlab.gg/inspect/spell/434404>
26    pub(crate) const FELSEEKER_DAMAGE: (u32, u8) = (434_404, 1);
27    ///<https://wowlab.gg/inspect/spell/1269800>
28    pub(crate) const EYE_EXPLOSION_DAMAGE: (u32, u8) = (1_269_800, 1);
29    ///<https://wowlab.gg/inspect/spell/1269892>
30    pub(crate) const DIABOLIC_GAZE_1_DAMAGE: (u32, u8) = (1_269_892, 1);
31    ///<https://wowlab.gg/inspect/spell/1269886>
32    pub(crate) const DIABOLIC_GAZE_2_DAMAGE: (u32, u8) = (1_269_886, 1);
33    ///<https://wowlab.gg/inspect/spell/1269885>
34    pub(crate) const DIABOLIC_GAZE_3_DAMAGE: (u32, u8) = (1_269_885, 1);
35}