Browse Source

Add Oarven

master
Fen Dweller 3 years ago
parent
commit
80cd494a0e
4 changed files with 15104 additions and 0 deletions
  1. +13
    -0
      media/attribution.js
  2. +7624
    -0
      media/characters/oarven/front-nsfw.svg
  3. +7424
    -0
      media/characters/oarven/front-sfw.svg
  4. +43
    -0
      presets/characters.js

+ 13
- 0
media/attribution.js View File

@@ -22550,6 +22550,19 @@ const attributionData = {
"bigblueghost"
]
},
{
prefix: "./media/characters/oarven/",
files: [
{ name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43990292/", nsfw: true },
{ name: "front-sfw.svg", source: "https://www.furaffinity.net/view/43990292/", nsfw: false },
],
authors: [
"blackchaos666"
],
owners: [
"neopuc"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 7424
- 0
media/characters/oarven/front-sfw.svg
File diff suppressed because it is too large
View File


+ 43
- 0
presets/characters.js View File

@@ -2397,6 +2397,10 @@ const speciesData = {
name: "Waterfowl",
parents: ["avian"]
},
"earless-monitor-lizard": {
name: "Earless Monitor Lizard",
parents: ["monitor-lizard"]
},
}

//species
@@ -65304,6 +65308,45 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Oarven", species: ["earless-monitor-lizard"], tags: ["anthro"] },
{
frontNsfw: {
height: math.unit(6, "feet"),
weight: math.unit(250, "lb"),
preyCapacity: math.unit(0.05, "people"),
name: "Front (NSFW)",
image: {
source: "./media/characters/oarven/front-nsfw.svg",
extra: 1795/1783,
bottom: 142/1937
}
},
frontSfw: {
height: math.unit(6, "feet"),
weight: math.unit(250, "lb"),
preyCapacity: math.unit(0.05, "people"),
name: "Front (SFW)",
image: {
source: "./media/characters/oarven/front-sfw.svg",
extra: 1795/1783,
bottom: 142/1937
}
},
},
[
{
name: "Megamacro",
height: math.unit(5, "miles"),
default: true
},
{
name: "Maximum Height",
height: math.unit(5, "AUs")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save