Browse Source

Adjust Taluthus's kitsune size

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

+ 8
- 2
presets/characters.js View File

@@ -22464,7 +22464,7 @@ characterMakers.push(() => makeCharacter(
form: "dragon",
},
kitsune_front: {
height: math.unit(5, "feet"),
height: math.unit(7, "feet"),
name: "Front",
image: {
source: "./media/characters/taluthus/kitsune-front.svg",
@@ -22479,8 +22479,14 @@ characterMakers.push(() => makeCharacter(
{
name: "Normal",
height: math.unit(5, "feet"),
form: "dragon",
default: true,
allForms: true
},
{
name: "Normal",
height: math.unit(7, "feet"),
form: "kitsune",
default: true
},
{
name: "Macro",


Loading…
Cancel
Save