Browse Source

Update Trance's sizes

master
Fen Dweller 3 years ago
parent
commit
1a3deac4b3
1 changed files with 12 additions and 4 deletions
  1. +12
    -4
      presets/characters.js

+ 12
- 4
presets/characters.js View File

@@ -54070,8 +54070,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Trance", species: ["hyena"], tags: ["anthro"] },
{
hyenaSide: {
height: math.unit(80, "cm"),
weight: math.unit(110, "lb"),
height: math.unit(120, "cm"),
weight: math.unit(120, "lb"),
name: "Side",
image: {
source: "./media/characters/trance/hyena-side.svg",
@@ -54082,10 +54082,18 @@ characterMakers.push(() => makeCharacter(
},
[
{
name: "Macro",
height: math.unit(37, "feet"),
name: "Normal",
height: math.unit(120, "cm"),
default: true
},
{
name: "Dire",
height: math.unit(230, "cm")
},
{
name: "Macro",
height: math.unit(37, "feet")
},
]
))



Loading…
Cancel
Save