Przeglądaj źródła

Add Leah

master
Fen Dweller 4 lat temu
rodzic
commit
3dcc666654
3 zmienionych plików z 1309 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +1262
    -0
      media/characters/leah/front.svg
  3. +35
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Wyświetl plik

@@ -17392,6 +17392,18 @@ const attributionData = {
"marvy"
]
},
{
prefix: "./media/characters/leah/",
files: [
{ name: "front.svg", source: "https://twitter.com/Tirrelous/status/1350227214575546369?s=19" }
],
authors: [
"tirrel"
],
owners: [
"sofia"
]
},
//characters
{
prefix: "./media/dildos/chance/",


+ 1262
- 0
media/characters/leah/front.svg
Plik diff jest za duży
Wyświetl plik


+ 35
- 0
presets/characters.js Wyświetl plik

@@ -46003,6 +46003,41 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Leah", species: ["maned-wolf"], tags: ["anthro"] },
{
front: {
height: math.unit(8, "feet"),
weight: math.unit(250, "lb"),
name: "Front",
image: {
source: "./media/characters/leah/front.svg",
extra: 1257/1149,
bottom: 109/1366
}
},
},
[
{
name: "Normal",
height: math.unit(8, "feet"),
default: true
},
{
name: "Minimacro",
height: math.unit(40, "feet")
},
{
name: "Macro",
height: math.unit(124, "feet")
},
{
name: "Megamacro",
height: math.unit(850, "feet")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz