ソースを参照

Add some more people-eaten units

master
Fen Dweller 4年前
コミット
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"


読み込み中…
キャンセル
保存