Fen Dweller пре 4 година
родитељ
комит
03d5303a3f
3 измењених фајлова са 1734 додато и 0 уклоњено
  1. +20
    -0
      media/attribution.js
  2. +1677
    -0
      media/characters/lokuto-takama/front.svg
  3. +37
    -0
      presets/characters.js

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

@@ -19416,6 +19416,18 @@ const attributionData = {
"artemis-haroo" "artemis-haroo"
] ]
}, },
{
prefix: "./media/characters/lokuto-takama/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/33437036/" }
],
authors: [
"deonwolf"
],
owners: [
"foxyloku"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -26792,6 +26804,14 @@ const attributionData = {
"name": "Artemis-Haroo", "name": "Artemis-Haroo",
"url": "https://www.furaffinity.net/user/artemis-haroo/" "url": "https://www.furaffinity.net/user/artemis-haroo/"
}, },
"deonwolf": {
"name": "deonwolf",
"url": "https://www.furaffinity.net/user/deonwolf"
},
"foxyloku": {
"name": "Loku",
"url": "https://twitter.com/FoxyLoku"
},
} }
} }




+ 1677
- 0
media/characters/lokuto-takama/front.svg
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


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

@@ -53151,6 +53151,43 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Lokuto Takama", species: ["arctic-fox", "kitsune"], tags: ["anthro"] },
{
front: {
height: math.unit(16 + 8/12, "feet"),
weight: math.unit(9000, "lb"),
name: "Front",
image: {
source: "./media/characters/lokuto-takama/front.svg",
extra: 1774/1632,
bottom: 147/1921
},
extraAttributes: {
"bustWidth": {
name: "Bust Width",
power: 1,
type: "length",
base: math.unit(2.4, "meters")
},
"breastWeight": {
name: "Breast Weight",
power: 3,
type: "mass",
base: math.unit(1000, "kg")
},
}
},
},
[
{
name: "Normal",
height: math.unit(16 + 8/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


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