Преглед изворни кода

Fix missing attribution info

master
Fen Dweller пре 5 година
родитељ
комит
723399a969
2 измењених фајлова са 20 додато и 1 уклоњено
  1. +15
    -0
      media/attribution.js
  2. +5
    -1
      presets/characters.js

+ 15
- 0
media/attribution.js Прегледај датотеку

@@ -14598,6 +14598,21 @@ const attributionData = {
"brown-wolf" "brown-wolf"
] ]
}, },
{
prefix: "./media/characters/lisa/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: true },
{ name: "back.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
{ name: "maw.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
{ name: "paw.svg", source: "https://www.furaffinity.net/view/23036689/ ", nsfw: false },
],
authors: [
"kudalyn"
],
owners: [
"bobingabout"
]
},
{ {
prefix: "./media/characters/lisa/", prefix: "./media/characters/lisa/",
files: [ files: [


+ 5
- 1
presets/characters.js Прегледај датотеку

@@ -1647,6 +1647,10 @@ const speciesData = {
name: "Mustelid", name: "Mustelid",
parents: ["mammal"] parents: ["mammal"]
}, },
"caribou": {
name: "Caribou",
parents: ["deer"]
},
} }


//species //species
@@ -38254,7 +38258,7 @@ characterMakers.push(() => makeCharacter(
)) ))


characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter(
{ name: "Lisa", species: ["fox", "deity"], tags: ["anthro"] },
{ name: "Lisa", species: ["fox", "deity", "caribou", "kitsune"], tags: ["anthro"] },
{ {
front: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),


Loading…
Откажи
Сачувај