Parcourir la source

Add normal and macro sizes for Flamm

tags/v0.0.7
Fen Dweller il y a 5 ans
Parent
révision
d68e3122ef
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. +11
    -0
      presets/characters.js

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

@@ -652,6 +652,17 @@ function makeFlamm() {
};

const entity = makeEntity("Flamm", "Flamm", views);

entity.defaults.push({
name: "Normal",
height: math.unit(9.5, "feet")
});

entity.defaults.push({
name: "Macro",
height: math.unit(200, "feet")
});

entity.views.front.height = math.unit(200, "feet");
return entity;
}


Chargement…
Annuler
Enregistrer