瀏覽代碼

Fix missing attribution info

master
Fen Dweller 4 年之前
父節點
當前提交
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"
]
},
{
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/",
files: [


+ 5
- 1
presets/characters.js 查看文件

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

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

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


Loading…
取消
儲存