Browse Source

Add Managarmr's base form

master
Fen Dweller 4 years ago
parent
commit
6d009b034c
3 changed files with 4298 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +4263
    -0
      media/characters/managarmr/base-front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -21063,6 +21063,18 @@ const attributionData = {
"xenogear" "xenogear"
] ]
}, },
{
prefix: "./media/characters/managarmr/",
files: [
{ name: "base-front.svg", source: null }
],
authors: [
"yutmutt"
],
owners: [
"xenogear"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",


+ 4263
- 0
media/characters/managarmr/base-front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

@@ -59125,6 +59125,7 @@ characterMakers.push(() => makeCharacter(
casual_front: { casual_front: {
height: math.unit(6 + 1/12, "feet"), height: math.unit(6 + 1/12, "feet"),
weight: math.unit(190, "lb"), weight: math.unit(190, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/managarmr/casual-front.svg", source: "./media/characters/managarmr/casual-front.svg",
@@ -59136,6 +59137,7 @@ characterMakers.push(() => makeCharacter(
casual_back: { casual_back: {
height: math.unit(6 + 1/12, "feet"), height: math.unit(6 + 1/12, "feet"),
weight: math.unit(190, "lb"), weight: math.unit(190, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/managarmr/casual-back.svg", source: "./media/characters/managarmr/casual-back.svg",
@@ -59144,6 +59146,18 @@ characterMakers.push(() => makeCharacter(
}, },
form: "casual", form: "casual",
}, },
base_front: {
height: math.unit(7, "feet"),
weight: math.unit(210, "lb"),
preyCapacity: math.unit(2, "people"),
name: "Front",
image: {
source: "./media/characters/managarmr/base-front.svg",
extra: 580/485,
bottom: 32/612
},
form: "base",
},
}, },
[ [
{ {
@@ -59152,12 +59166,21 @@ characterMakers.push(() => makeCharacter(
form: "casual", form: "casual",
default: true default: true
}, },
{
name: "Normal",
height: math.unit(7, "feet"),
form: "base",
default: true
},
], ],
{ {
"casual": { "casual": {
name: "Casual", name: "Casual",
default: true default: true
}, },
"base": {
name: "Base",
},
} }
)) ))




Loading…
Cancel
Save