/tg/ Station 13 - Modules - TypesVar Details

taur_body

Vars

can_ride_saddled_taursIf true, can ride saddled taurs and be ridden by other taurs with this set to TRUE.
can_use_saddleIf true, this taur body allows a saddle to be equipped and used.
hide_selfIf true, our sprite accessory will not render.
left_leg_nameIf not null, the left leg limb we add to our mob will have this name.
old_left_legThe 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_legThe 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_xWhen being ridden via saddle, how much the rider is offset on the x axis when facing north or south.
riding_offset_front_yWhen being ridden via saddle, how much the rider is offset on the y axis when facing north or south.
riding_offset_scaling_multWhen considering how much to offset our rider, we multiply size scaling against this.
riding_offset_side_xWhen being ridden via saddle, how much the rider is offset on the x axis when facing west or east.
riding_offset_side_yWhen being ridden via saddle, how much the rider is offset on the y axis when facing west or east.
right_leg_nameIf not null, the right leg limb we add to our mob will have this name.
taur_specific_clothing_y_offsetsLazylist 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.