Browse Source

Update Zero Alurus

master
Fen Dweller 3 years ago
parent
commit
e717e59e4a
3 changed files with 2846 additions and 229 deletions
  1. +1345
    -124
      media/characters/zero-alurus/back.svg
  2. +1480
    -96
      media/characters/zero-alurus/front.svg
  3. +21
    -9
      presets/characters.js

+ 1345
- 124
media/characters/zero-alurus/back.svg
File diff suppressed because it is too large
View File


+ 1480
- 96
media/characters/zero-alurus/front.svg
File diff suppressed because it is too large
View File


+ 21
- 9
presets/characters.js View File

@@ -11706,35 +11706,47 @@ characterMakers.push(() => makeCharacter(
{ name: "Zero Alurus", species: ["zebra"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 11/12, "feet"),
weight: math.unit(180, "lb"),
name: "Front",
image: {
source: "./media/characters/zero-alurus/front.svg"
source: "./media/characters/zero-alurus/front.svg",
extra: 1032/957,
bottom: 10/1042
}
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 11/12, "feet"),
weight: math.unit(180, "lb"),
name: "Back",
image: {
source: "./media/characters/zero-alurus/back.svg"
source: "./media/characters/zero-alurus/back.svg",
extra: 1027/950,
bottom: 12/1039
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 10 / 12, "feet")
height: math.unit(5 + 11 / 12, "feet")
},
{
name: "Mini-Macro",
height: math.unit(25, "feet")
},
{
name: "Macro",
height: math.unit(60, "feet"),
height: math.unit(90, "feet"),
default: true
},
{
name: "Macro+",
height: math.unit(450, "feet")
height: math.unit(500, "feet")
},
{
name: "Megamacro",
height: math.unit(1200, "feet")
},
]
))


Loading…
Cancel
Save