Browse Source

Add Chey

master
Fen Dweller 3 years ago
parent
commit
c80a4dd8ed
5 changed files with 5772 additions and 0 deletions
  1. +15
    -0
      media/attribution.js
  2. +1571
    -0
      media/characters/chey/arm.svg
  3. +2610
    -0
      media/characters/chey/front.svg
  4. +1507
    -0
      media/characters/chey/head.svg
  5. +69
    -0
      presets/characters.js

+ 15
- 0
media/attribution.js View File

@@ -21230,6 +21230,21 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/chey/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/29363477/" },
{ name: "arm.svg", source: "https://www.furaffinity.net/view/29363477/" },
{ name: "head.svg", source: "https://www.furaffinity.net/view/29363477/" },
],
authors: [
"darsaberclaw",
"va0027"
],
owners: [
"va0027"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1571
- 0
media/characters/chey/arm.svg
File diff suppressed because it is too large
View File


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


+ 1507
- 0
media/characters/chey/head.svg
File diff suppressed because it is too large
View File


+ 69
- 0
presets/characters.js View File

@@ -60176,6 +60176,75 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Chey", species: ["coyote", "deity"], tags: ["anthro"] },
{
front: {
height: math.unit(1.8, "m"),
weight: math.unit(120, "kg"),
name: "Front",
image: {
source: "./media/characters/chey/front.svg",
extra: 1359/1270,
bottom: 18/1377
}
},
arm: {
height: math.unit(2.05, "feet"),
name: "Arm",
image: {
source: "./media/characters/chey/arm.svg"
}
},
head: {
height: math.unit(1.89, "feet"),
name: "Head",
image: {
source: "./media/characters/chey/head.svg"
}
},
},
[
{
name: "Original Size",
height: math.unit(5, "cm")
},
{
name: "Incognito Size",
height: math.unit(2.4, "m")
},
{
name: "Home Size",
height: math.unit(200, "meters"),
default: true
},
{
name: "Mega",
height: math.unit(2, "km")
},
{
name: "Giga (Preferred Size)",
height: math.unit(2000, "km")
},
{
name: "Giga+",
height: math.unit(6000, "km")
},
{
name: "Terra",
height: math.unit(17000, "km")
},
{
name: "Terra+",
height: math.unit(75000, "km")
},
{
name: "Terra++",
height: math.unit(225000, "km")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save