Browse Source

Add Yamato

master
Fen Dweller 3 years ago
parent
commit
1f8f8136c8
3 changed files with 1326 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1279
    -0
      media/characters/yamato/front.svg
  3. +27
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -22367,6 +22367,18 @@ const attributionData = {
"deadlykid27"
]
},
{
prefix: "./media/characters/yamato/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/46468247/" }
],
authors: [
"lazbee6"
],
owners: [
"yamatokuhabara"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30933,6 +30945,14 @@ const attributionData = {
"name": "Deadlykid27",
"url": "https://www.furaffinity.net/user/deadlykid27/"
},
"lazbee6": {
"name": "Lazlo",
"url": "https://twitter.com/LazBee6"
},
"yamatokuhabara": {
"name": "YamatoKuhabara",
"url": "https://www.furaffinity.net/user/yamatokuhabara/"
},
}
}



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


+ 27
- 0
presets/characters.js View File

@@ -64402,6 +64402,33 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Yamato", species: ["kobold"], tags: ["anthro"] },
{
front: {
height: math.unit(60, "cm"),
weight: math.unit(18, "kg"),
name: "Front",
image: {
source: "./media/characters/yamato/front.svg",
extra: 733/688,
bottom: 29/762
}
},
},
[
{
name: "Micro",
height: math.unit(6, "cm")
},
{
name: "Normal",
height: math.unit(60, "cm"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save