Explorar el Código

Add Leah

master
Fen Dweller hace 4 años
padre
commit
3dcc666654
Se han modificado 3 ficheros con 1309 adiciones y 0 borrados
  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 Ver fichero

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


+ 1262
- 0
media/characters/leah/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 35
- 0
presets/characters.js Ver fichero

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


function makeCharacters() { function makeCharacters() {


Cargando…
Cancelar
Guardar