Browse Source

Add Gilirian

master
Fen Dweller 3 years ago
parent
commit
72bbfc2dcd
7 changed files with 12711 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +3007
    -0
      media/characters/gilirian/back.svg
  3. +2947
    -0
      media/characters/gilirian/front-nsfw.svg
  4. +2817
    -0
      media/characters/gilirian/front.svg
  5. +1964
    -0
      media/characters/gilirian/side-nsfw.svg
  6. +1864
    -0
      media/characters/gilirian/side.svg
  7. +95
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -21107,6 +21107,23 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/gilirian/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/22041853/" },
{ name: "side.svg", source: "https://www.furaffinity.net/view/22041853/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/22041853/" },
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/22041847/", nsfw: true },
{ name: "side-nsfw.svg", source: "https://www.furaffinity.net/view/22041847/", nsfw: true },
],
authors: [
"darsaberclaw",
"va0027"
],
owners: [
"va0027"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 3007
- 0
media/characters/gilirian/back.svg
File diff suppressed because it is too large
View File


+ 2947
- 0
media/characters/gilirian/front-nsfw.svg
File diff suppressed because it is too large
View File


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


+ 1964
- 0
media/characters/gilirian/side-nsfw.svg
File diff suppressed because it is too large
View File


+ 1864
- 0
media/characters/gilirian/side.svg
File diff suppressed because it is too large
View File


+ 95
- 0
presets/characters.js View File

@@ -59409,6 +59409,101 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Gilirian", species: ["giraffe", "zebra"], tags: ["anthro"] },
{
front: {
height: math.unit(2, "meters"),
weight: math.unit(140, "kg"),
name: "Front",
image: {
source: "./media/characters/gilirian/front.svg",
extra: 805/737,
bottom: 13/818
}
},
side: {
height: math.unit(2, "meters"),
weight: math.unit(140, "kg"),
name: "Side",
image: {
source: "./media/characters/gilirian/side.svg",
extra: 810/746,
bottom: 6/816
}
},
back: {
height: math.unit(2, "meters"),
weight: math.unit(140, "kg"),
name: "Back",
image: {
source: "./media/characters/gilirian/back.svg",
extra: 815/745,
bottom: 15/830
}
},
frontNsfw: {
height: math.unit(2, "meters"),
weight: math.unit(140, "kg"),
name: "Front (NSFW)",
image: {
source: "./media/characters/gilirian/front-nsfw.svg",
extra: 805/737,
bottom: 13/818
}
},
sideNsfw: {
height: math.unit(2, "meters"),
weight: math.unit(140, "kg"),
name: "Side (NSFW)",
image: {
source: "./media/characters/gilirian/side-nsfw.svg",
extra: 810/746,
bottom: 6/816
}
},
},
[
{
name: "Incognito",
height: math.unit(2, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(250, "meters")
},
{
name: "Big Macro",
height: math.unit(1500, "meters")
},
{
name: "Mega",
height: math.unit(40, "km")
},
{
name: "Giga",
height: math.unit(300, "km")
},
{
name: "Extra Giga",
height: math.unit(5000, "km")
},
{
name: "Small Terra",
height: math.unit(10e3, "km")
},
{
name: "Terra",
height: math.unit(3e5, "km")
},
{
name: "Galactic",
height: math.unit(369950, "lightyears")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save