Browse Source

Add Birch

master
Fen Dweller 4 years ago
parent
commit
b939e8f932
3 changed files with 1535 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1493
    -0
      media/characters/birch/side.svg
  3. +22
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -17856,6 +17856,18 @@ const attributionData = {
"faas" "faas"
] ]
}, },
{
prefix: "./media/characters/birch/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/37849802/" }
],
authors: [
"halo--cat"
],
owners: [
"a3skales"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -24699,6 +24711,14 @@ const attributionData = {
"name": "Zera Cyfr", "name": "Zera Cyfr",
"url": "https://twitter.com/ZeraCyfr/" "url": "https://twitter.com/ZeraCyfr/"
}, },
"halo--cat": {
"name": "Halo--Cat",
"url": "https://www.furaffinity.net/user/halo--cat/"
},
"a3skales": {
"name": "a3skales",
"url": "https://www.furaffinity.net/user/a3skales/"
},
} }
} }




+ 1493
- 0
media/characters/birch/side.svg
File diff suppressed because it is too large
View File


+ 22
- 0
presets/characters.js View File

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


characterMakers.push(() => makeCharacter(
{ name: "Birch", species: ["dragon"], tags: ["feral"] },
{
side: {
height: math.unit(5, "feet"),
name: "Side",
image: {
source: "./media/characters/birch/side.svg",
extra: 985/796,
bottom: 111/1096
}
},
},
[
{
name: "Normal",
height: math.unit(5, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save