Browse Source

Add Ahab

master
Fen Dweller 3 years ago
parent
commit
187fadcc15
4 changed files with 2253 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +1126
    -0
      media/characters/ahab/front-nsfw.svg
  3. +1069
    -0
      media/characters/ahab/front.svg
  4. +41
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -19358,6 +19358,19 @@ const attributionData = {
"immaturecontent"
]
},
{
prefix: "./media/characters/ahab/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/43921892/" },
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43921869/", nsfw: true },
],
authors: [
"ahugebird"
],
owners: [
"ahugebird"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26718,6 +26731,10 @@ const attributionData = {
"name": "Moriartea-time",
"url": "https://www.deviantart.com/moriartea-time/"
},
"ahugebird": {
"name": "Ahab",
"url": "https://www.furaffinity.net/user/ahugebird/"
},
}
}



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


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


+ 41
- 0
presets/characters.js View File

@@ -2025,6 +2025,10 @@ const speciesData = {
name: "Demigryph",
parents: ["lion", "eagle"]
},
"bald-eagle": {
name: "Bald Eagle",
parents: ["eagle"]
},
}

//species
@@ -52941,6 +52945,43 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ahab", species: ["bald-eagle"], tags: ["anthro"] },
{
front: {
height: math.unit(9 + 6/12, "feet"),
weight: math.unit(300, "lb"),
name: "Front",
image: {
source: "./media/characters/ahab/front.svg",
extra: 1897/1868,
bottom: 121/2018
}
},
frontNsfw: {
height: math.unit(9 + 6/12, "feet"),
weight: math.unit(300, "lb"),
name: "Front-nsfw",
image: {
source: "./media/characters/ahab/front-nsfw.svg",
extra: 1897/1868,
bottom: 121/2018
}
},
},
[
{
name: "Normal",
height: math.unit(9 + 6/12, "feet")
},
{
name: "Macro",
height: math.unit(657, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save