Fen Dweller 3 anni fa
parent
commit
d39875caef
4 ha cambiato i file con 4201 aggiunte e 0 eliminazioni
  1. +17
    -0
      media/attribution.js
  2. +1720
    -0
      media/characters/sasha/back.svg
  3. +2417
    -0
      media/characters/sasha/front.svg
  4. +47
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js Vedi File

@@ -23105,6 +23105,19 @@ const attributionData = {
"timegiga"
]
},
{
prefix: "./media/characters/sasha/",
files: [
{ name: "front.svg", source: null, nsfw: true },
{ name: "back.svg", source: null, nsfw: false },
],
authors: [
"lydemox"
],
owners: [
"dream"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31937,6 +31950,10 @@ const attributionData = {
"name": "LizzyTheOtter",
"url": "https://twitter.com/TimeGiga"
},
"dream": {
"name": "Dream",
"url": null
},
}
}



+ 1720
- 0
media/characters/sasha/back.svg
File diff soppresso perché troppo grande
Vedi File


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


+ 47
- 0
presets/characters.js Vedi File

@@ -67488,6 +67488,53 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Sasha", species: ["bat"], tags: ["anthro"] },
{
front: {
height: math.unit(66, "inches"),
name: "Front",
image: {
source: "./media/characters/sasha/front.svg",
extra: 620/571,
bottom: 33/653
}
},
back: {
height: math.unit(66, "inches"),
name: "Back",
image: {
source: "./media/characters/sasha/back.svg",
extra: 615/564,
bottom: 38/653
}
},
},
[
{
name: "IRL",
height: math.unit(2, "inches")
},
{
name: "Normal",
height: math.unit(66, "inches"),
default: true
},
{
name: "Macro",
height: math.unit(400, "feet")
},
{
name: "Mega Macro",
height: math.unit(500000, "feet")
},
{
name: "Giga Macro",
height: math.unit(50000, "miles")
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva