Parcourir la source

Add some more people-eaten units

master
Fen Dweller il y a 4 ans
Parent
révision
0094c329d0
1 fichiers modifiés avec 21 ajouts et 1 suppressions
  1. +21
    -1
      macrovision.js

+ 21
- 1
macrovision.js Voir le fichier

@@ -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"


Chargement…
Annuler
Enregistrer