Selaa lähdekoodia

Add Lizzy

master
Fen Dweller 3 vuotta sitten
vanhempi
commit
f2d99cfd10
4 muutettua tiedostoa jossa 3310 lisäystä ja 0 poistoa
  1. +22
    -0
      media/attribution.js
  2. +1585
    -0
      media/characters/lizzy/back.svg
  3. +1670
    -0
      media/characters/lizzy/front.svg
  4. +33
    -0
      presets/characters.js

+ 22
- 0
media/attribution.js Näytä tiedosto

@@ -23091,6 +23091,20 @@ const attributionData = {
"iron-azalea"
]
},
{
prefix: "./media/characters/lizzy/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/28609871/", nsfw: true },
{ name: "back.svg", source: "https://www.furaffinity.net/view/28609871/", nsfw: true },
],
authors: [
"ashuri",
"chesta"
],
owners: [
"timegiga"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31915,6 +31929,14 @@ const attributionData = {
"name": "-Iron~Azalea-#0125",
"url": null
},
"ashuri": {
"name": "~Ashuri",
"url": "https://www.furaffinity.net/user/ashuri~/"
},
"timegiga": {
"name": "LizzyTheOtter",
"url": "https://twitter.com/TimeGiga"
},
}
}



+ 1585
- 0
media/characters/lizzy/back.svg
File diff suppressed because it is too large
Näytä tiedosto


+ 1670
- 0
media/characters/lizzy/front.svg
File diff suppressed because it is too large
Näytä tiedosto


+ 33
- 0
presets/characters.js Näytä tiedosto

@@ -67455,6 +67455,39 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Lizzy", species: ["otter"], tags: ["anthro"] },
{
front: {
height: math.unit(6.4, "feet"),
weight: math.unit(167.5, "lb"),
name: "Front",
image: {
source: "./media/characters/lizzy/front.svg",
extra: 1916/1791,
bottom: 103/2019
}
},
back: {
height: math.unit(6.4, "feet"),
weight: math.unit(167.5, "lb"),
name: "Back",
image: {
source: "./media/characters/lizzy/back.svg",
extra: 1995/1856,
bottom: 11/2006
}
},
},
[
{
name: "Normal",
height: math.unit(6.4, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Peruuta
Tallenna