Browse Source

Update Mekuto

master
Fen Dweller 3 years ago
parent
commit
330b9522f8
3 changed files with 2885 additions and 511 deletions
  1. +2
    -4
      media/attribution.js
  2. +2879
    -488
      media/characters/mekuto/front.svg
  3. +4
    -19
      presets/characters.js

+ 2
- 4
media/attribution.js View File

@@ -3812,12 +3812,10 @@ const attributionData = {
{
prefix: "./media/characters/mekuto/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/13805026/" },
{ name: "hand.svg", source: "https://www.furaffinity.net/view/13805026/" },
{ name: "foot.svg", source: "https://www.furaffinity.net/view/13805026/" },
{ name: "front.svg", source: "https://twitter.com/amiableailurus/status/1481756442273083400" },
],
authors: [
"shorty-antics-furries"
"sixsydes"
],
owners: [
"mekuto"


+ 2879
- 488
media/characters/mekuto/front.svg
File diff suppressed because it is too large
View File


+ 4
- 19
presets/characters.js View File

@@ -11403,27 +11403,12 @@ characterMakers.push(() => makeCharacter(
{ name: "Mekuto", species: ["red-panda", "kitsune"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(300, "lb"),
height: math.unit(5 + 10/12, "feet"),
name: "Front",
image: {
source: "./media/characters/mekuto/front.svg",
extra: 921 / 832,
bottom: 0.03
}
},
hand: {
height: math.unit(6 / 10.24, "feet"),
name: "Hand",
image: {
source: "./media/characters/mekuto/hand.svg"
}
},
foot: {
height: math.unit(6 / 5.05, "feet"),
name: "Foot",
image: {
source: "./media/characters/mekuto/foot.svg"
extra: 875/835,
bottom: 46/921
}
},
},
@@ -11438,7 +11423,7 @@ characterMakers.push(() => makeCharacter(
},
{
name: "Normal",
height: math.unit(5 + 11 / 12, "feet"),
height: math.unit(5 + 10 / 12, "feet"),
default: true
},
{


Loading…
Cancel
Save