Просмотр исходного кода

Add some more people-eaten units

master
Fen Dweller 4 лет назад
Родитель
Сommit
0094c329d0
1 измененных файлов: 21 добавлений и 1 удалений
  1. +21
    -1
      macrovision.js

+ 21
- 1
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"


Загрузка…
Отмена
Сохранить