Browse Source

Add Theo (the pangolin)

master
Fen Dweller 5 years ago
parent
commit
1adc8794d5
13 changed files with 135 additions and 2 deletions
  1. +0
    -1
      .vscode/snippets.code-snippets
  2. +25
    -0
      media/attribution.js
  3. +1
    -0
      media/characters/theo-pangolin/back.svg
  4. +1
    -0
      media/characters/theo-pangolin/feral.svg
  5. +1
    -0
      media/characters/theo-pangolin/foot-five.svg
  6. +1
    -0
      media/characters/theo-pangolin/foot-four.svg
  7. +1
    -0
      media/characters/theo-pangolin/front.svg
  8. +1
    -0
      media/characters/theo-pangolin/hand-four.svg
  9. +1
    -0
      media/characters/theo-pangolin/hand-three.svg
  10. +1
    -0
      media/characters/theo-pangolin/head-front.svg
  11. +1
    -0
      media/characters/theo-pangolin/head-side.svg
  12. +1
    -0
      media/characters/theo-pangolin/tongue.svg
  13. +100
    -1
      presets/characters.js

+ 0
- 1
.vscode/snippets.code-snippets View File

@@ -101,7 +101,6 @@
" name: \"${1/([^-]+)(-)?/${1:/capitalize}${2:+ }/g}\",",
" parents: [$2]",
"},",
""
],
"description": "Species"
}


+ 25
- 0
media/attribution.js View File

@@ -11672,6 +11672,27 @@ const attributionData = {
"beepingbeepster"
]
},
{
prefix: "./media/characters/theo-pangolin/",
files: [
{ name: "back.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "feral.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "foot-five.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "foot-four.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "front.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "hand-four.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "hand-three.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "head-front.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "head-side.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
{ name: "tongue.svg", source: "https://www.furaffinity.net/view/35801752/", nsfw: false },
],
authors: [
"faeseiren"
],
owners: [
"rolledup"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -16075,6 +16096,10 @@ const attributionData = {
"name": "BeepingBeepster",
"url": "http://twitter.com/beepingbeepster"
},
"rolledup": {
"name": "RolledUp",
"url": "https://www.furaffinity.net/user/exto/"
},
}
}



+ 1
- 0
media/characters/theo-pangolin/back.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/feral.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/foot-five.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/foot-four.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/front.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/hand-four.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/hand-three.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/head-front.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/head-side.svg
File diff suppressed because it is too large
View File


+ 1
- 0
media/characters/theo-pangolin/tongue.svg
File diff suppressed because it is too large
View File


+ 100
- 1
presets/characters.js View File

@@ -1394,7 +1394,10 @@ const speciesData = {
name: "Amphibian",
parents: ["animal"]
},
"pangolin": {
name: "Pangolin",
parents: ["mammal"]
},
}

//species
@@ -29649,6 +29652,102 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Theo (Pangolin)", species: ["pangolin"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(235, "lb"),
name: "Front",
image: {
source: "./media/characters/theo-pangolin/front.svg",
extra: 1996/1969,
bottom: 115/2111
}
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(235, "lb"),
name: "Back",
image: {
source: "./media/characters/theo-pangolin/back.svg",
extra: 1979/1979,
bottom: 40/2019
}
},
feral: {
height: math.unit(2, "feet"),
weight: math.unit(30, "lb"),
name: "Feral",
image: {
source: "./media/characters/theo-pangolin/feral.svg",
extra: 803/791,
bottom: 181/984
}
},
footFive: {
height: math.unit(1.43, "feet"),
name: "Foot (Five Toes)",
image: {
source: "./media/characters/theo-pangolin/foot-five.svg"
}
},
footFour: {
height: math.unit(1.43, "feet"),
name: "Foot (Four Toes)",
image: {
source: "./media/characters/theo-pangolin/foot-four.svg"
}
},
handFour: {
height: math.unit(0.81, "feet"),
name: "Hand (Four Fingers)",
image: {
source: "./media/characters/theo-pangolin/hand-four.svg"
}
},
handThree: {
height: math.unit(0.81, "feet"),
name: "Hand (Three Fingers)",
image: {
source: "./media/characters/theo-pangolin/hand-three.svg"
}
},
headFront: {
height: math.unit(1.37, "feet"),
name: "Head (Front)",
image: {
source: "./media/characters/theo-pangolin/head-front.svg"
}
},
headSide: {
height: math.unit(1.43, "feet"),
name: "Head (Side)",
image: {
source: "./media/characters/theo-pangolin/head-side.svg"
}
},
tongue: {
height: math.unit(2.29, "feet"),
name: "Tongue",
image: {
source: "./media/characters/theo-pangolin/tongue.svg"
}
},
},
[
{
name: "Normal",
height: math.unit(6, "feet")
},
{
name: "Macro",
height: math.unit(400, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save