Explorar el Código

Update Adam Silver-Mane's sizes

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
e8bd313970
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. +16
    -0
      presets/characters.js

+ 16
- 0
presets/characters.js Ver fichero

@@ -8687,10 +8687,26 @@ characterMakers["Adam Silver-Mane"] = () => {
height: math.unit(800, "feet"),
default: true
},
{
name: "Macro+",
height: math.unit(8, "miles")
},
{
name: "Megamacro",
height: math.unit(160, "miles")
},
{
name: "Celestial",
height: math.unit(8e6, "miles")
},
{
name: "Celestial+",
height: math.unit(800000, "parsecs")
},
{
name: "Godly",
height: math.unit(800, "teraparsecs")
},
]
)
};


Cargando…
Cancelar
Guardar