Browse Source

Add Blue (the otter)

master
Fen Dweller 3 years ago
parent
commit
ad25b610dc
3 changed files with 1577 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1539
    -0
      media/characters/blue-otter/front.svg
  3. +26
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -19477,6 +19477,18 @@ const attributionData = {
"arcanekits"
]
},
{
prefix: "./media/characters/blue-otter/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/40804638/" }
],
authors: [
"triangularunion"
],
owners: [
"triangularunion"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 26
- 0
presets/characters.js View File

@@ -53301,6 +53301,32 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Blue (Otter)", species: ["otter"], tags: ["anthro"] },
{
front: {
height: math.unit(167, "cm"),
name: "Front",
image: {
source: "./media/characters/blue-otter/front.svg",
extra: 1951/1920,
bottom: 31/1982
}
},
},
[
{
name: "Otter-Sized",
height: math.unit(100, "cm")
},
{
name: "Normal",
height: math.unit(167, "cm"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save