diff --git a/common/src/comp/body.rs b/common/src/comp/body.rs index 0d0e515e5c..f212994044 100644 --- a/common/src/comp/body.rs +++ b/common/src/comp/body.rs @@ -183,6 +183,26 @@ pub struct BodyAttributes { pub base_energy: Option, pub base_health: Option, pub base_health_increase: Option, + // Things to add: + // dimensions of some kind + // - radius + // - height + // poise + // base_accel + // base_ori_rate + // swim_thrust + // fly_thrust + // jump_impulse + // + // Maybes: + // can_climb + // flying_height + // eye_height + // default_light_offset + // can_strafe + // mounting_offset + // air_accel + } impl assets::Compound for BodyAttributes {