| @@ -235,6 +235,22 @@ math.createUnit("peopleEaten", { | |||||
| definition: "125000 kcal", | definition: "125000 kcal", | ||||
| prefixes: "long" | prefixes: "long" | ||||
| }) | }) | ||||
| math.createUnit("villagesEaten", { | |||||
| definition: "1000 peopleEaten", | |||||
| prefixes: "long" | |||||
| }) | |||||
| math.createUnit("townsEaten", { | |||||
| definition: "10000 peopleEaten", | |||||
| prefixes: "long" | |||||
| }) | |||||
| math.createUnit("citiesEaten", { | |||||
| definition: "100000 peopleEaten", | |||||
| prefixes: "long" | |||||
| }) | |||||
| math.createUnit("metrosEaten", { | |||||
| definition: "1000000 peopleEaten", | |||||
| prefixes: "long" | |||||
| }) | |||||
| math.createUnit("barn", { | math.createUnit("barn", { | ||||
| definition: "10e-28 m^2", | definition: "10e-28 m^2", | ||||
| @@ -437,7 +453,11 @@ const unitChoices = { | |||||
| "foodPounds" | "foodPounds" | ||||
| ], | ], | ||||
| "relative": [ | "relative": [ | ||||
| "peopleEaten" | |||||
| "peopleEaten", | |||||
| "villagesEaten", | |||||
| "townsEaten", | |||||
| "citiesEaten", | |||||
| "metrosEaten", | |||||
| ], | ], | ||||
| "quirky": [ | "quirky": [ | ||||
| "donkeySeconds" | "donkeySeconds" | ||||