Sfoglia il codice sorgente

Add Alsandair Hergenroether

master
Fen Dweller 3 anni fa
parent
commit
9da6280c40
4 ha cambiato i file con 4878 aggiunte e 0 eliminazioni
  1. +21
    -0
      media/attribution.js
  2. +1896
    -0
      media/characters/alsandair-hergenroether/back.svg
  3. +2924
    -0
      media/characters/alsandair-hergenroether/front.svg
  4. +37
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js Vedi File

@@ -19866,6 +19866,19 @@ const attributionData = {
"pinksaber"
]
},
{
prefix: "./media/characters/alsandair-hergenroether/",
files: [
{ name: "front.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true },
{ name: "back.svg", source: "https://twitter.com/TheMagicalPango/status/1472794118141231108", nsfw: true },
],
authors: [
"norodoggo"
],
owners: [
"themagicalpango"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27672,6 +27685,14 @@ const attributionData = {
"name": "WinterWarning",
"url": "https://twitter.com/warning_winter"
},
"norodoggo": {
"name": "NoroDoggo",
"url": "https://twitter.com/norodoggo"
},
"themagicalpango": {
"name": "TheMagicalPango",
"url": "https://twitter.com/TheMagicalPango/"
},
}
}



+ 1896
- 0
media/characters/alsandair-hergenroether/back.svg
File diff soppresso perché troppo grande
Vedi File


+ 2924
- 0
media/characters/alsandair-hergenroether/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 37
- 0
presets/characters.js Vedi File

@@ -54433,6 +54433,43 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Alsandair Hergenroether", species: ["pangolin", "deity"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 5/12, "feet"),
weight: math.unit(687, "lb"),
name: "Front",
image: {
source: "./media/characters/alsandair-hergenroether/front.svg",
extra: 1251/1186,
bottom: 75/1326
}
},
back: {
height: math.unit(7 + 5/12, "feet"),
weight: math.unit(687, "lb"),
name: "Back",
image: {
source: "./media/characters/alsandair-hergenroether/back.svg",
extra: 1290/1229,
bottom: 17/1307
}
},
},
[
{
name: "Max Compression",
height: math.unit(7 + 5/12, "feet"),
default: true
},
{
name: "\"Normal\"",
height: math.unit(2, "universes")
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva