Browse Source

Add Theo (the Arcanine)

master
Fen Dweller 4 years ago
parent
commit
09d2e40b3c
3 changed files with 1177 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1142
    -0
      media/characters/theo-arcanine/side.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -16456,6 +16456,18 @@ const attributionData = {
"anonymous" "anonymous"
] ]
}, },
{
prefix: "./media/characters/theo-arcanine/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/21341551/" }
],
authors: [
"verysoft"
],
owners: [
"zanzia"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",


+ 1142
- 0
media/characters/theo-arcanine/side.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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


characterMakers.push(() => makeCharacter(
{ name: "Theo (Arcanine)", species: ["arcanine"], tags: ["feral"] },
{
side: {
height: math.unit(8 + 2/12, "feet"),
weight: math.unit(500, "kg"),
name: "Side",
image: {
source: "./media/characters/theo-arcanine/side.svg",
extra: 1342/1074,
bottom: 111/1453
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 2/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save