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

pizza

Vars

anomalous_box_providedWhether we've provided an infinite pizza box already this shift or not.
bomb_dud_chance1 in 3 pizza bombs spawned will be a dud
bomb_pizza_chancethree percent chance for a pizza box to be the pizza bomb box
boombox_providedWhether we've provided a bomb pizza box already this shift or not.
infinite_pizza_chanceone percent chance for a pizza box to be the ininfite pizza box
pizza_typeslist of pizza that can randomly go inside of a crate, weighted by how disruptive it would be

Procs

add_anomalousadds the chance for an infinite pizza box
add_boomboxadds a chance of a pizza bomb replacing a pizza
add_normal_pizzaadds a randomized pizza from the pizza list
anomalous_pizza_reporttells crew that an infinite pizza box exists, half of the time, based on a roll in the anamolous box proc

Var Details

anomalous_box_provided

Whether we've provided an infinite pizza box already this shift or not.

bomb_dud_chance

1 in 3 pizza bombs spawned will be a dud

bomb_pizza_chance

three percent chance for a pizza box to be the pizza bomb box

boombox_provided

Whether we've provided a bomb pizza box already this shift or not.

infinite_pizza_chance

one percent chance for a pizza box to be the ininfite pizza box

pizza_types

list of pizza that can randomly go inside of a crate, weighted by how disruptive it would be

Proc Details

add_anomalous

adds the chance for an infinite pizza box

add_boombox

adds a chance of a pizza bomb replacing a pizza

add_normal_pizza

adds a randomized pizza from the pizza list

anomalous_pizza_report

tells crew that an infinite pizza box exists, half of the time, based on a roll in the anamolous box proc