Browse Source

Update Zara's size

master
Fen Dweller 4 years ago
parent
commit
5520f2f0a6
2 changed files with 3157 additions and 3124 deletions
  1. +3152
    -3120
      media/characters/zara/side.svg
  2. +5
    -4
      presets/characters.js

+ 3152
- 3120
media/characters/zara/side.svg
File diff suppressed because it is too large
View File


+ 5
- 4
presets/characters.js View File

@@ -19277,19 +19277,20 @@ characterMakers.push(() => makeCharacter(
{ name: "Zara", species: ["human", "horse"], tags: ["taur"] }, { name: "Zara", species: ["human", "horse"], tags: ["taur"] },
{ {
side: { side: {
height: math.unit(10, "feet"),
weight: math.unit(900, "kg"),
height: math.unit(4, "meters"),
weight: math.unit(2200, "kg"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/zara/side.svg", source: "./media/characters/zara/side.svg",
extra: 504 / 498
extra: 765/744,
bottom: 156/921
} }
}, },
}, },
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(10, "feet"),
height: math.unit(4, "meters"),
default: true default: true
}, },
] ]


Loading…
Cancel
Save