Explorar el Código

Add Tristan Hawthorne

master
Fen Dweller hace 4 años
padre
commit
90620f2229
Se han modificado 3 ficheros con 1084 adiciones y 0 borrados
  1. +16
    -0
      media/attribution.js
  2. +1045
    -0
      media/characters/tristan-hawthorne/front.svg
  3. +23
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Ver fichero

@@ -15803,6 +15803,18 @@ const attributionData = {
"ichiinu"
]
},
{
prefix: "./media/characters/tristan-hawthorne/",
files: [
{ name: "front.svg", source: "https://twitter.com/Tris_Hawthorne/status/1141831843982925824" }
],
authors: [
"rabidraccoon"
],
owners: [
"tristanhawthorne"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -21802,6 +21814,10 @@ const attributionData = {
"name": "RabidRaccoon",
"url": "https://twitter.com/RabidRaccoon"
},
"tristanhawthorne": {
"name": "TristanHawthorne",
"url": "https://www.furaffinity.net/user/tristanhawthorne/"
},
}
}



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


+ 23
- 0
presets/characters.js Ver fichero

@@ -41478,6 +41478,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Tristan Hawthorne", species: ["labrador"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 6/12, "feet"),
weight: math.unit(350, "lb"),
name: "Front",
image: {
source: "./media/characters/tristan-hawthorne/front.svg",
extra: 1159/1124,
bottom: 37/1196
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 6/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Cargando…
Cancelar
Guardar