Browse Source

Add Ark

master
Fen Dweller 4 years ago
parent
commit
528199e8a9
3 changed files with 1404 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1370
    -0
      media/characters/ark/front.svg
  3. +22
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -16834,6 +16834,18 @@ const attributionData = {
"kotetsu" "kotetsu"
] ]
}, },
{
prefix: "./media/characters/ark/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/42816750/" }
],
authors: [
"corriezodori"
],
owners: [
"veluren"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",


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


+ 22
- 0
presets/characters.js View File

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


characterMakers.push(() => makeCharacter(
{ name: "Ark", species: ["dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(8, "feet"),
name: "Front",
image: {
source: "./media/characters/ark/front.svg",
extra: 772/693,
bottom: 45/817
}
},
},
[
{
name: "Normal",
height: math.unit(8, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Loading…
Cancel
Save