Browse Source

Give Kotetsu a weight and make Cialda feral

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

+ 2
- 1
presets/characters.js View File

@@ -37623,6 +37623,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(75, "kg"),
name: "Front",
image: {
source: "./media/characters/kotetsu-redwood/front.svg",
@@ -61335,7 +61336,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Cialda", species: ["zorgoia", "food"], tags: ["anthro"] },
{ name: "Cialda", species: ["zorgoia", "food"], tags: ["feral"] },
{
front: {
height: math.unit(7, "feet"),


Loading…
Cancel
Save