Browse Source

Add Ayranus

master
Fen Dweller 3 years ago
parent
commit
da8eed0f61
6 changed files with 8101 additions and 0 deletions
  1. +30
    -0
      media/attribution.js
  2. +2626
    -0
      media/characters/ayranus/lionbat-front-lewd.svg
  3. +1689
    -0
      media/characters/ayranus/otter-front-lewd.svg
  4. +1563
    -0
      media/characters/ayranus/otter-front.svg
  5. +2090
    -0
      media/characters/ayranus/paw.svg
  6. +103
    -0
      presets/characters.js

+ 30
- 0
media/attribution.js View File

@@ -21598,6 +21598,32 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/ayranus/",
files: [
{ name: "otter-front.svg", source: "https://www.furaffinity.net/view/32994712/" },
{ name: "otter-front-lewd.svg", source: "https://www.furaffinity.net/view/32994712/", nsfw: true},
{ name: "lionbat-front-lewd.svg", source: "https://www.furaffinity.net/view/38362881/", nsfw: true},
],
authors: [
"pocketcookie"
],
owners: [
"va0027"
]
},
{
prefix: "./media/characters/ayranus/",
files: [
{ name: "paw.svg", source: "https://www.furaffinity.net/view/42242530/" }
],
authors: [
"soraime-the-questionable"
],
owners: [
"va0027"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29980,6 +30006,10 @@ const attributionData = {
"name": "xAshleyMx",
"url": "https://www.furaffinity.net/user/xAshleyMx"
},
"soraime-the-questionable": {
"name": "Soraime-The-Questionable",
"url": "https://www.furaffinity.net/user/soraime-the-questionable"
},
}
}



+ 2626
- 0
media/characters/ayranus/lionbat-front-lewd.svg
File diff suppressed because it is too large
View File


+ 1689
- 0
media/characters/ayranus/otter-front-lewd.svg
File diff suppressed because it is too large
View File


+ 1563
- 0
media/characters/ayranus/otter-front.svg
File diff suppressed because it is too large
View File


+ 2090
- 0
media/characters/ayranus/paw.svg
File diff suppressed because it is too large
View File


+ 103
- 0
presets/characters.js View File

@@ -61689,6 +61689,109 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ayranus", species: ["otter", "lion", "bat"], tags: ["anthro"] },
{
otter_front: {
height: math.unit(1.8, "meters"),
weight: math.unit(90, "kg"),
name: "Front",
image: {
source: "./media/characters/ayranus/otter-front.svg",
extra: 468/452,
bottom: 43/511
},
form: "otter",
},
otter_frontLewd: {
height: math.unit(1.8, "meters"),
weight: math.unit(90, "kg"),
name: "Front (Lewd)",
image: {
source: "./media/characters/ayranus/otter-front-lewd.svg",
extra: 468/452,
bottom: 43/511
},
form: "otter",
},
lionbat_front: {
height: math.unit(1.8, "meters"),
weight: math.unit(90, "kg"),
name: "Front (Lewd)",
image: {
source: "./media/characters/ayranus/lionbat-front-lewd.svg",
extra: 797/740,
bottom: 78/875
},
form: "lionbat",
},
paw: {
height: math.unit(1.5, "feet"),
name: "Paw",
image: {
source: "./media/characters/ayranus/paw.svg"
},
},
},
[
{
name: "Incognito",
height: math.unit(1.8, "meters"),
allForms: true
},
{
name: "Macro",
height: math.unit(60, "meters"),
allForms: true
},
{
name: "Macro+",
height: math.unit(200, "meters"),
allForms: true
},
{
name: "Mega",
height: math.unit(35, "km"),
allForms: true
},
{
name: "Giga",
height: math.unit(220, "km"),
allForms: true
},
{
name: "Giga+",
height: math.unit(1500, "km"),
allForms: true
},
{
name: "Terra",
height: math.unit(13000, "km"),
allForms: true
},
{
name: "Terra+",
height: math.unit(500000, "km"),
allForms: true
},
{
name: "Galactic",
height: math.unit(486080, "parsecs"),
default: true,
allForms: true
},
],
{
"otter": {
name: "Otter",
default: true
},
"lionbat": {
name: "Lionbat",
},
}
))

//characters

function makeCharacters() {


Loading…
Cancel
Save