pizza
Vars | |
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 |
Procs | |
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 |
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