Parcourir la source

Update Vix Archaser's sizes

master
Fen Dweller il y a 5 ans
Parent
révision
289303daaa
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. +16
    -0
      presets/characters.js

+ 16
- 0
presets/characters.js Voir le fichier

@@ -27641,6 +27641,18 @@ characterMakers.push(() => makeCharacter(
},
},
[
{
name: "Micro",
height: math.unit(1, "foot")
},
{
name: "Normal",
height: math.unit(6 + 5/12, "feet")
},
{
name: "Minimacro",
height: math.unit(500, "feet")
},
{
name: "Macro",
height: math.unit(4, "miles")
@@ -27650,6 +27662,10 @@ characterMakers.push(() => makeCharacter(
height: math.unit(250, "miles"),
default: true
},
{
name: "Gigamacro",
height: math.unit(1, "universe")
},
]
))



Chargement…
Annuler
Enregistrer