Browse Source

Add Kira Tyler

master
Fen Dweller 4 years ago
parent
commit
8c5bdcada8
3 changed files with 2239 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +2201
    -0
      media/characters/kira-tyler/side.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -17055,6 +17055,18 @@ const attributionData = {
"leo-leonal" "leo-leonal"
] ]
}, },
{
prefix: "./media/characters/kira-tyler/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/42835297/" }
],
authors: [
"spacedin0saur"
],
owners: [
"spacedin0saur"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -23532,6 +23544,10 @@ const attributionData = {
"name": "5ushiRoll", "name": "5ushiRoll",
"url": "https://www.furaffinity.net/user/5ushiroll/" "url": "https://www.furaffinity.net/user/5ushiroll/"
}, },
"spacedin0saur": {
"name": "SpaceDin0saur",
"url": "https://www.furaffinity.net/user/spacedin0saur/"
},
} }
} }




+ 2201
- 0
media/characters/kira-tyler/side.svg
File diff suppressed because it is too large
View File


+ 22
- 0
presets/characters.js View File

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


characterMakers.push(() => makeCharacter(
{ name: "Kira Tyler", species: ["dragon", "cat"], tags: ["feral"] },
{
side: {
height: math.unit(13, "feet"),
name: "Side",
image: {
source: "./media/characters/kira-tyler/side.svg",
extra: 693/393,
bottom: 58/751
}
},
},
[
{
name: "Normal",
height: math.unit(13, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save