Fen Dweller před 4 roky
rodič
revize
455bc01936
4 změnil soubory, kde provedl 2505 přidání a 0 odebrání
  1. +17
    -0
      media/attribution.js
  2. +1197
    -0
      media/characters/kaya/female.svg
  3. +1259
    -0
      media/characters/kaya/herm.svg
  4. +32
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js Zobrazit soubor

@@ -17686,6 +17686,19 @@ const attributionData = {
"bluethebat"
]
},
{
prefix: "./media/characters/kaya/",
files: [
{ name: "female.svg", source: "https://www.furaffinity.net/view/42662470/", nsfw: true },
{ name: "herm.svg", source: "https://www.furaffinity.net/view/42930820/", nsfw: true },
],
authors: [
"knockedoutdragon"
],
owners: [
"knockedoutdragon"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -24477,6 +24490,10 @@ const attributionData = {
"name": "US Census",
"url": "https://www.census.gov/en.html"
},
"knockedoutdragon": {
"name": "KnockedOutDragon",
"url": "https://www.furaffinity.net/user/knockedoutdragon/"
},
}
}



+ 1197
- 0
media/characters/kaya/female.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1259
- 0
media/characters/kaya/herm.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 32
- 0
presets/characters.js Zobrazit soubor

@@ -47090,6 +47090,38 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Kaya", species: ["dragon"], tags: ["anthro"] },
{
female: {
height: math.unit(7 + 4/12, "feet"),
weight: math.unit(243, "lb"),
name: "Female",
image: {
source: "./media/characters/kaya/female.svg",
extra: 975/898,
bottom: 34/1009
}
},
herm: {
height: math.unit(7 + 4/12, "feet"),
weight: math.unit(243, "lb"),
name: "Herm",
image: {
source: "./media/characters/kaya/herm.svg",
extra: 975/898,
bottom: 34/1009
}
},
},
[
{
name: "Normal",
height: math.unit(7 + 4/12, "feet"),
default: true
},
]
))
//characters

function makeCharacters() {


Načítá se…
Zrušit
Uložit