Browse Source

Add Spade

master
Fen Dweller 3 years ago
parent
commit
f48d02b3d1
4 changed files with 2757 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +1088
    -0
      media/characters/spade/disguised.svg
  3. +1621
    -0
      media/characters/spade/standard.svg
  4. +31
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -21907,6 +21907,19 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/spade/",
files: [
{ name: "standard.svg", source: "https://www.furaffinity.net/view/46511242/" },
{ name: "disguised.svg", source: "https://www.furaffinity.net/view/46511242/" },
],
authors: [
"spadethetick"
],
owners: [
"spadethetick"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30333,6 +30346,10 @@ const attributionData = {
"name": "Bookman",
"url": "https://twitter.com/BookmanArt"
},
"spadethetick": {
"name": "SpadeTheTick",
"url": "https://www.furaffinity.net/user/spadethetick/"
},
}
}



+ 1088
- 0
media/characters/spade/disguised.svg
File diff suppressed because it is too large
View File


+ 1621
- 0
media/characters/spade/standard.svg
File diff suppressed because it is too large
View File


+ 31
- 0
presets/characters.js View File

@@ -63035,6 +63035,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Spade", species: ["demon", "mouse"], tags: ["anthro"] },
{
standard: {
height: math.unit(1 + 5/12, "feet"),
name: "Standard",
image: {
source: "./media/characters/spade/standard.svg",
extra: 1794/1703,
bottom: 115/1909
}
},
disguised: {
height: math.unit(1 + 5/12, "feet"),
name: "Disguised",
image: {
source: "./media/characters/spade/disguised.svg",
extra: 1794/1700,
bottom: 98/1892
}
},
},
[
{
name: "Normal",
height: math.unit(1 + 5/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save