taur_body 
Vars | |
can_ride_saddled_taurs | If true, can ride saddled taurs and be ridden by other taurs with this set to TRUE. |
---|---|
can_use_saddle | If true, this taur body allows a saddle to be equipped and used. |
hide_self | If true, our sprite accessory will not render. |
left_leg_name | If not null, the left leg limb we add to our mob will have this name. |
old_left_leg | The mob's old left leg. Used if the person switches to this organ and then back, so they don't just, have no legs anymore. Can be null. |
old_right_leg | The mob's old right leg. Used if the person switches to this organ and then back, so they don't just, have no legs anymore. Can be null. |
riding_offset_front_x | When being ridden via saddle, how much the rider is offset on the x axis when facing north or south. |
riding_offset_front_y | When being ridden via saddle, how much the rider is offset on the y axis when facing north or south. |
riding_offset_scaling_mult | When considering how much to offset our rider, we multiply size scaling against this. |
riding_offset_side_x | When being ridden via saddle, how much the rider is offset on the x axis when facing west or east. |
riding_offset_side_y | When being ridden via saddle, how much the rider is offset on the y axis when facing west or east. |
right_leg_name | If not null, the right leg limb we add to our mob will have this name. |
taur_specific_clothing_y_offsets | Lazylist of (TEXT_DIR -> y offset) to be applied to taur-specific clothing that isn't specifically made for this sprite. |
Var Details
can_ride_saddled_taurs 
If true, can ride saddled taurs and be ridden by other taurs with this set to TRUE.
can_use_saddle 
If true, this taur body allows a saddle to be equipped and used.
hide_self 
If true, our sprite accessory will not render.
left_leg_name 
If not null, the left leg limb we add to our mob will have this name.
old_left_leg 
The mob's old left leg. Used if the person switches to this organ and then back, so they don't just, have no legs anymore. Can be null.
old_right_leg 
The mob's old right leg. Used if the person switches to this organ and then back, so they don't just, have no legs anymore. Can be null.
riding_offset_front_x 
When being ridden via saddle, how much the rider is offset on the x axis when facing north or south.
riding_offset_front_y 
When being ridden via saddle, how much the rider is offset on the y axis when facing north or south.
riding_offset_scaling_mult 
When considering how much to offset our rider, we multiply size scaling against this.
riding_offset_side_x 
When being ridden via saddle, how much the rider is offset on the x axis when facing west or east.
riding_offset_side_y 
When being ridden via saddle, how much the rider is offset on the y axis when facing west or east.
right_leg_name 
If not null, the right leg limb we add to our mob will have this name.
taur_specific_clothing_y_offsets 
Lazylist of (TEXT_DIR -> y offset) to be applied to taur-specific clothing that isn't specifically made for this sprite.