ソースを参照

Update Adam Silver-Mane's sizes

tags/v0.1.0
Fen Dweller 6年前
コミット
193238e95b
1個のファイルの変更14行の追加6行の削除
  1. +14
    -6
      presets/characters.js

+ 14
- 6
presets/characters.js ファイルの表示

@@ -8717,25 +8717,33 @@ characterMakers["Adam Silver-Mane"] = () => {
name: "Normal", name: "Normal",
height: math.unit(8, "feet") height: math.unit(8, "feet")
}, },
{
name: "Minimacro",
height: math.unit(80, "feet")
},
{ {
name: "Macro", name: "Macro",
height: math.unit(800, "feet"), height: math.unit(800, "feet"),
default: true default: true
}, },
{ {
name: "Macro+",
height: math.unit(8, "miles")
name: "Megamacro",
height: math.unit(8000, "feet")
}, },
{ {
name: "Megamacro",
height: math.unit(160, "miles")
name: "Gigamacro",
height: math.unit(800, "miles")
},
{
name: "Teramacro",
height: math.unit(80000, "miles")
}, },
{ {
name: "Celestial", name: "Celestial",
height: math.unit(8e6, "miles") height: math.unit(8e6, "miles")
}, },
{ {
name: "Celestial+",
name: "Star Dragon",
height: math.unit(800000, "parsecs") height: math.unit(800000, "parsecs")
}, },
{ {
@@ -11482,4 +11490,4 @@ function makeCharacters() {
}); });
}); });
return results; return results;
}
}

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