Fen Dweller 5 лет назад
Родитель
Сommit
b653ebac3e
3 измененных файлов: 1443 добавлений и 0 удалений
  1. +16
    -0
      media/attribution.js
  2. +1388
    -0
      media/characters/kosho/front.svg
  3. +39
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Просмотреть файл

@@ -11610,6 +11610,18 @@ const attributionData = {
"argentvz" "argentvz"
] ]
}, },
{
prefix: "./media/characters/kosho/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/37202411/" }
],
authors: [
"fulgarite"
],
owners: [
"immaturecontent"
]
},
//characters //characters
{ {
prefix: "./media/dildos/chance/", prefix: "./media/dildos/chance/",
@@ -15997,6 +16009,10 @@ const attributionData = {
"name": "Yukio", "name": "Yukio",
"url": null "url": null
}, },
"fulgarite": {
"name": "Fulgarite",
"url": "https://www.furaffinity.net/user/fulgarite/"
},
} }
} }




+ 1388
- 0
media/characters/kosho/front.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 39
- 0
presets/characters.js Просмотреть файл

@@ -29516,6 +29516,45 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Kosho", species: ["kirin"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Front",
image: {
source: "./media/characters/kosho/front.svg",
extra: 1847/1847,
bottom: 86/1933
}
},
},
[
{
name: "Second-stage micro",
height: math.unit(0.5, "inches")
},
{
name: "First-stage micro",
height: math.unit(6, "inches")
},
{
name: "Normal",
height: math.unit(6, "feet"),
default: true
},
{
name: "First-stage macro",
height: math.unit(72, "feet")
},
{
name: "Second-stage macro",
height: math.unit(864, "feet")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Загрузка…
Отмена
Сохранить