Przeglądaj źródła

Add Linneaus

Also add missing attribution for Vasuk and EcoByss
master
Fen Dweller 4 lat temu
rodzic
commit
4e7a296cbc
3 zmienionych plików z 1183 dodań i 3 usunięć
  1. +15
    -3
      media/attribution.js
  2. +1146
    -0
      media/characters/linneaus/side.svg
  3. +22
    -0
      presets/characters.js

+ 15
- 3
media/attribution.js Wyświetl plik

@@ -17744,8 +17744,8 @@ const attributionData = {
{
prefix: "./media/characters/ecobyss/",
files: [
{ name: "front.svg", source: null },
{ name: "back.svg", source: null },
{ name: "front.svg", source: "https://www.furaffinity.net/view/33415729/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/33415729/" },
],
authors: [
"faas"
@@ -17757,7 +17757,19 @@ const attributionData = {
{
prefix: "./media/characters/vasuk/",
files: [
{ name: "front.svg", source: null },
{ name: "front.svg", source: "https://www.furaffinity.net/view/35555529/" },
],
authors: [
"faas"
],
owners: [
"faas"
]
},
{
prefix: "./media/characters/linneaus/",
files: [
{ name: "side.svg", source: "https://www.furaffinity.net/view/28694285/" }
],
authors: [
"faas"


+ 1146
- 0
media/characters/linneaus/side.svg
Plik diff jest za duży
Wyświetl plik


+ 22
- 0
presets/characters.js Wyświetl plik

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

characterMakers.push(() => makeCharacter(
{ name: "Linneaus", species: ["cougar", "deer"], tags: ["taur"] },
{
side: {
height: math.unit(100, "feet"),
name: "Side",
image: {
source: "./media/characters/linneaus/side.svg",
extra: 987/807,
bottom: 47/1034
}
},
},
[
{
name: "Macro",
height: math.unit(100, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz