Procházet zdrojové kódy

Add Epiglottis

master
Fen Dweller před 4 roky
rodič
revize
aa5b85fa2d
3 změnil soubory, kde provedl 1113 přidání a 0 odebrání
  1. +12
    -0
      media/attribution.js
  2. +1063
    -0
      media/characters/epiglottis/front.svg
  3. +38
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Zobrazit soubor

@@ -16272,6 +16272,18 @@ const attributionData = {
"bigblueghost"
]
},
{
prefix: "./media/characters/epiglottis/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"bigblueghost"
],
owners: [
"bigblueghost"
]
},
//characters
{
prefix: "./media/dildos/chance/",


+ 1063
- 0
media/characters/epiglottis/front.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 38
- 0
presets/characters.js Zobrazit soubor

@@ -42666,6 +42666,44 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Epiglottis \"Glottis\" Larynx", species: ["dragon", "monster"], tags: ["anthro"] },
{
front: {
height: math.unit(5, "feet"),
name: "Front",
image: {
source: "./media/characters/epiglottis/front.svg",
extra: 923/849,
bottom: 17/940
}
},
},
[
{
name: "Original Size",
height: math.unit(10, "inches")
},
{
name: "Human Size",
height: math.unit(5, "feet"),
default: true
},
{
name: "Big",
height: math.unit(25, "feet")
},
{
name: "Bigger",
height: math.unit(50, "feet")
},
{
name: "oh lawd",
height: math.unit(75, "feet")
},
]
))

//characters

function makeCharacters() {


Načítá se…
Zrušit
Uložit