mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
temp commit with notes
This commit is contained in:
@ -183,6 +183,26 @@ pub struct BodyAttributes {
|
||||
pub base_energy: Option<AllBodiesBaseEnergy>,
|
||||
pub base_health: Option<AllBodiesBaseHealth>,
|
||||
pub base_health_increase: Option<AllBodiesBaseHealthIncrease>,
|
||||
// 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 {
|
||||
|
Reference in New Issue
Block a user