diff --git a/macrovision.js b/macrovision.js index 91c2d09a..3724dbe9 100644 --- a/macrovision.js +++ b/macrovision.js @@ -235,6 +235,22 @@ math.createUnit("peopleEaten", { definition: "125000 kcal", 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", { definition: "10e-28 m^2", @@ -437,7 +453,11 @@ const unitChoices = { "foodPounds" ], "relative": [ - "peopleEaten" + "peopleEaten", + "villagesEaten", + "townsEaten", + "citiesEaten", + "metrosEaten", ], "quirky": [ "donkeySeconds"