Fen Dweller 5 anni fa
parent
commit
b653ebac3e
3 ha cambiato i file con 1443 aggiunte e 0 eliminazioni
  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 Vedi File

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



+ 1388
- 0
media/characters/kosho/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 39
- 0
presets/characters.js Vedi File

@@ -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

function makeCharacters() {


Loading…
Annulla
Salva