Sfoglia il codice sorgente

Fix Jagaz's weight

master
Fen Dweller 5 anni fa
parent
commit
193cfd965d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Vedi File

@@ -29451,8 +29451,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Jagaz Soulbreaker", species: ["charr"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(2, "meters"),
weight: math.unit(350, "kg"),
name: "Front",
image: {
source: "./media/characters/jagaz-soulbreaker/front.svg",


Loading…
Annulla
Salva