esf-dogma-engine 10.2.0

Calculates the dogma attributes of EVE Online ship fits
Documentation
1
2
3
4
5
6
7
8
pub const ATTRIBUTE_MASS_ID: i32 = 4;
pub const ATTRIBUTE_CAPACITOR_NEED_ID: i32 = 6;
pub const ATTRIBUTE_CAPACITY_ID: i32 = 38;
pub const ATTRIBUTE_VOLUME_ID: i32 = 161;
pub const ATTRIBUTE_RADIUS_ID: i32 = 162;
pub const ATTRIBUTE_SKILL_LEVEL_ID: i32 = 280;
/** AttributeIDs for requiredSkill1, requiredSkill2, .. */
pub const ATTRIBUTE_SKILLS: [i32; 6] = [182, 183, 184, 1285, 1289, 1290];