ソースを参照

Add Lizzy

master
Fen Dweller 3年前
コミット
f2d99cfd10
4個のファイルの変更3310行の追加0行の削除
  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 ファイルの表示

@@ -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
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1670
- 0
media/characters/lizzy/front.svg
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 33
- 0
presets/characters.js ファイルの表示

@@ -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() {


読み込み中…
キャンセル
保存