diff --git a/media/attribution.js b/media/attribution.js index c9abb326..d4672f32 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21063,6 +21063,18 @@ const attributionData = { "xenogear" ] }, + { + prefix: "./media/characters/managarmr/", + files: [ + { name: "base-front.svg", source: null } + ], + authors: [ + "yutmutt" + ], + owners: [ + "xenogear" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/managarmr/base-front.svg b/media/characters/managarmr/base-front.svg new file mode 100644 index 00000000..43570b9d --- /dev/null +++ b/media/characters/managarmr/base-front.svg @@ -0,0 +1,4263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index ee338440..87543f90 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -59125,6 +59125,7 @@ characterMakers.push(() => makeCharacter( casual_front: { height: math.unit(6 + 1/12, "feet"), weight: math.unit(190, "lb"), + preyCapacity: math.unit(1, "people"), name: "Front", image: { source: "./media/characters/managarmr/casual-front.svg", @@ -59136,6 +59137,7 @@ characterMakers.push(() => makeCharacter( casual_back: { height: math.unit(6 + 1/12, "feet"), weight: math.unit(190, "lb"), + preyCapacity: math.unit(1, "people"), name: "Back", image: { source: "./media/characters/managarmr/casual-back.svg", @@ -59144,6 +59146,18 @@ characterMakers.push(() => makeCharacter( }, 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", default: true }, + { + name: "Normal", + height: math.unit(7, "feet"), + form: "base", + default: true + }, ], { "casual": { name: "Casual", default: true }, + "base": { + name: "Base", + }, } ))