Browse Source

Add Micah

master
Fen Dweller 4 years ago
parent
commit
02cc997c21
3 changed files with 3226 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +3188
    -0
      media/characters/micah/front.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -18909,6 +18909,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/micah/",
files: [
{ name: "front.svg", source: "https://trello.com/c/vfSmE2aZ/103-art-by-tikovkapumpkin" }
],
authors: [
"tikovka-pumpkin"
],
owners: [
"datastains"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26052,6 +26064,10 @@ const attributionData = {
"name": "Astrotail",
"url": "https://www.furaffinity.net/user/astrotail/"
},
"tikovka-pumpkin": {
"name": "tikovka_pumpkin",
"url": "https://twitter.com/tikovka_pumpkin"
},
}
}



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


+ 22
- 0
presets/characters.js View File

@@ -51336,6 +51336,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Micah", species: ["moth"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 5/12, "feet"),
name: "Front",
image: {
source: "./media/characters/micah/front.svg",
extra: 1758/1546,
bottom: 214/1972
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 5/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save