Browse Source

Add Ivan

master
Fen Dweller 4 years ago
parent
commit
6de6f2790c
4 changed files with 2177 additions and 0 deletions
  1. +13
    -0
      media/attribution.js
  2. +1048
    -0
      media/characters/ivan/back.svg
  3. +1081
    -0
      media/characters/ivan/front.svg
  4. +35
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js View File

@@ -17831,6 +17831,19 @@ const attributionData = {
"zeracyfr"
]
},
{
prefix: "./media/characters/ivan/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/29678504/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/29678504/" },
],
authors: [
"faas"
],
owners: [
"faas"
]
},
//characters
{
prefix: "./media/dildos/chance/",


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


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


+ 35
- 0
presets/characters.js View File

@@ -1856,6 +1856,10 @@ const speciesData = {
name: "Drake",
parents: ["dragon"]
},
"okapi": {
name: "Okapi",
parents: ["giraffe"]
},
}

//species
@@ -47530,6 +47534,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ivan", species: ["okapi"], tags: ["anthro"] },
{
front: {
height: math.unit(1561, "inches"),
name: "Front",
image: {
source: "./media/characters/ivan/front.svg",
extra: 1126/1071,
bottom: 26/1152
}
},
back: {
height: math.unit(1561, "inches"),
name: "Back",
image: {
source: "./media/characters/ivan/back.svg",
extra: 1134/1079,
bottom: 30/1164
}
},
},
[
{
name: "Normal",
height: math.unit(1561, "inches"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save