Browse Source

Add Airamis

master
Fen Dweller 3 years ago
parent
commit
9df1902a9d
3 changed files with 1789 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1746
    -0
      media/characters/airamis/front.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -21933,6 +21933,18 @@ const attributionData = {
"zeanlain"
]
},
{
prefix: "./media/characters/airamis/",
files: [
{ name: "front.svg", source: "https://www.weasyl.com/~dekisystem/submissions/2115139/airamis" }
],
authors: [
"oreocakes"
],
owners: [
"dekisystem"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30367,6 +30379,14 @@ const attributionData = {
"name": "ZeanLain",
"url": "https://www.furaffinity.net/user/zeanlain/"
},
"dekisystem": {
"name": "Deki System",
"url": "https://www.weasyl.com/~dekisystem"
},
"oreocakes": {
"name": "OreoCakes",
"url": "https://www.furaffinity.net/user/oreocakes"
},
}
}



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


+ 23
- 0
presets/characters.js View File

@@ -63141,6 +63141,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Airamis", species: ["aeromorph", "dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(10, "meters"),
weight: math.unit(250000, "kg"),
name: "Front",
image: {
source: "./media/characters/airamis/front.svg",
extra: 865/835,
bottom: 13/878
}
},
},
[
{
name: "Normal",
height: math.unit(10, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save