Browse Source

Add Maya

master
Fen Dweller 4 years ago
parent
commit
355dd58d49
3 changed files with 1691 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1633
    -0
      media/characters/maya/front.svg
  3. +38
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -19306,6 +19306,18 @@ const attributionData = {
"carinafox" "carinafox"
] ]
}, },
{
prefix: "./media/characters/maya/",
files: [
{ name: "front.svg", source: "https://twitter.com/Cukier49/status/1422286476088381445" }
],
authors: [
"cukier49"
],
owners: [
"pocketcait"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -26642,6 +26654,14 @@ const attributionData = {
"name": "CarinaFox7", "name": "CarinaFox7",
"url": "https://www.furaffinity.net/user/carinafox7" "url": "https://www.furaffinity.net/user/carinafox7"
}, },
"cukier49": {
"name": "Cukier",
"url": "https://twitter.com/Cukier49/"
},
"pocketcait": {
"name": "pocketcait",
"url": "https://twitter.com/pocketcait/"
},
} }
} }




+ 1633
- 0
media/characters/maya/front.svg
File diff suppressed because it is too large
View File


+ 38
- 0
presets/characters.js View File

@@ -52800,6 +52800,44 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Maya", species: ["cat"], tags: ["anthro"] },
{
front: {
height: math.unit(4.88, "meters"),
name: "Front",
image: {
source: "./media/characters/maya/front.svg",
extra: 1222/1145,
bottom: 57/1279
}
},
},
[
{
name: "Normal",
height: math.unit(4.88, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(38.1, "meters")
},
{
name: "Macro+",
height: math.unit(152.4, "meters")
},
{
name: "Macro++",
height: math.unit(16.09, "km")
},
{
name: "Mega-macro",
height: math.unit(700, "megameters")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save