/tg/ Station 13 - Modules - TypesVar Details - Proc Details

rped

Vars

allowed_bluespace_typeswe check if the user is trying to insert any of these bluespace crystal types into the RPED at any point the total sum of all these types in the RPED must be <= MAX_STACK_PICKUP
allowed_material_typesas of now only these stack components are required to build machines like[thermomaachine,crystallizer,electrolyzer] so we limit the rped to pick up only these stack types so players dont cheat and use this as a general storage medium

Procs

remove_lowest_tierSearches through everything currently in storage, calculates the lowest tier of parts inside of it, and then dumps out every part that has the equal tier of parts. Likely a worse implementation of remove_all.

Var Details

allowed_bluespace_types

we check if the user is trying to insert any of these bluespace crystal types into the RPED at any point the total sum of all these types in the RPED must be <= MAX_STACK_PICKUP

allowed_material_types

as of now only these stack components are required to build machines like[thermomaachine,crystallizer,electrolyzer] so we limit the rped to pick up only these stack types so players dont cheat and use this as a general storage medium

Proc Details

remove_lowest_tier

Searches through everything currently in storage, calculates the lowest tier of parts inside of it, and then dumps out every part that has the equal tier of parts. Likely a worse implementation of remove_all.

Arguments