Sfoglia il codice sorgente

Replace Saelria with a new form and add Shavon

master
Fen Dweller 4 anni fa
parent
commit
3641f3fead
5 ha cambiato i file con 5598 aggiunte e 465 eliminazioni
  1. +19
    -6
      media/attribution.js
  2. +1952
    -453
      media/characters/saelria/front.svg
  3. +2424
    -0
      media/characters/shavon/dressed.svg
  4. +1148
    -0
      media/characters/shavon/nude.svg
  5. +55
    -6
      presets/characters.js

+ 19
- 6
media/attribution.js Vedi File

@@ -15453,10 +15453,10 @@ const attributionData = {
{
prefix: "./media/characters/saelria/",
files: [
{ name: "front.svg", source: "https://twitter.com/Saelria/status/1368696921725009922" }
{ name: "front.svg", source: "https://twitter.com/Saelria/status/1442319619931271172" }
],
authors: [
"xdragona7x"
"dragoozee"
],
owners: [
"saelria"
@@ -17581,6 +17581,19 @@ const attributionData = {
"neopuc"
]
},
{
prefix: "./media/characters/shavon/",
files: [
{ name: "nude.svg", source: "https://www.furaffinity.net/view/20799741/", nsfw: true },
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/20799741/", nsfw: false },
],
authors: [
"ashascadence"
],
owners: [
"neopuc"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -23427,10 +23440,6 @@ const attributionData = {
"name": "Saelria",
"url": "https://twitter.com/Saelria"
},
"xdragona7x": {
"name": "Zyn",
"url": "https://twitter.com/xDragonA7X"
},
"soulgryn": {
"name": "Soulgryn",
"url": "https://twitter.com/Soulgryn"
@@ -24327,6 +24336,10 @@ const attributionData = {
"name": "sukebepanda",
"url": "https://www.furaffinity.net/user/sukebepanda"
},
"dragoozee": {
"name": "DragooZee",
"url": "https://twitter.com/DragooZee"
},
}
}



+ 1952
- 453
media/characters/saelria/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 2424
- 0
media/characters/shavon/dressed.svg
File diff soppresso perché troppo grande
Vedi File


+ 1148
- 0
media/characters/shavon/nude.svg
File diff soppresso perché troppo grande
Vedi File


+ 55
- 6
presets/characters.js Vedi File

@@ -1828,6 +1828,14 @@ const speciesData = {
name: "Sauropod",
parents: ["dinosaur"]
},
"black-sable-antelope": {
name: "Black Sable Antelope",
parents: ["antelope"]
},
"slime": {
name: "Slime",
parents: ["goo"]
},
}

//species
@@ -40896,24 +40904,32 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Saelria", species: ["mouse", "human"], tags: ["anthro"] },
{ name: "Saelria", species: ["slime", "dragon"], tags: ["goo"] },
{
front: {
height: math.unit(9, "inches"),
height: math.unit(6 + 3/12, "feet"),
name: "Front",
image: {
source: "./media/characters/saelria/front.svg",
extra: 662/621,
bottom: 12/674
extra: 1243/1138,
bottom: 46/1289
}
},
},
[
{
name: "Tiny",
height: math.unit(9, "inches"),
name: "Micro",
height: math.unit(6, "inches"),
},
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(25, "feet")
},
]
))

@@ -46669,6 +46685,39 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Shavon", species: ["black-sable-antelope"], tags: ["anthro"] },
{
nude: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Nude",
image: {
source: "./media/characters/shavon/nude.svg",
extra: 1242/1096,
bottom: 98/1340
}
},
dressed: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Dressed",
image: {
source: "./media/characters/shavon/dressed.svg",
extra: 1242/1096,
bottom: 98/1340
}
},
},
[
{
name: "Macro",
height: math.unit(255, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva