ソースを参照

Add Sabiki

master
Fen Dweller 3年前
コミット
f415a71d4f
3個のファイルの変更2999行の追加0行の削除
  1. +12
    -0
      media/attribution.js
  2. +2955
    -0
      media/characters/sabiki/front.svg
  3. +32
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js ファイルの表示

@@ -20570,6 +20570,18 @@ const attributionData = {
"tailorderg"
]
},
{
prefix: "./media/characters/sabiki/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/42964949/" }
],
authors: [
"khael"
],
owners: [
"tailorderg"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


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

@@ -57015,6 +57015,15 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/velikan/front.svg",
extra: 867/744,
bottom: 71/938
},
extraAttributes: {
"shoeSize": {
name: "Shoe Size",
power: 1,
type: "length",
base: math.unit(135, "ShoeSizeUK"),
defaultUnit: "ShoeSizeUK"
},
}
},
},
@@ -57055,6 +57064,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Sabiki", species: ["werewolf", "fennec-fox"], tags: ["anthro"] },
{
front: {
height: math.unit(4 + 3/12, "feet"),
weight: math.unit(90, "lb"),
name: "Front",
image: {
source: "./media/characters/sabiki/front.svg",
extra: 1662/1423,
bottom: 65/1727
}
},
},
[
{
name: "Normal",
height: math.unit(4 + 3/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


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