Przeglądaj źródła

Add Pyotr

master
Fen Dweller 5 lat temu
rodzic
commit
07e797ae17
3 zmienionych plików z 1531 dodań i 0 usunięć
  1. +16
    -0
      media/attribution.js
  2. +1489
    -0
      media/characters/pyotr/front.svg
  3. +26
    -0
      presets/characters.js

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

@@ -15340,6 +15340,18 @@ const attributionData = {
"quakeroc"
]
},
{
prefix: "./media/characters/pyotr/",
files: [
{ name: "front.svg", source: "https://twitter.com/FutonManiaX/status/1377397395571417088" }
],
authors: [
"futonmaniax"
],
owners: [
"quakeroc"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -21072,6 +21084,10 @@ const attributionData = {
"name": "Suede",
"url": "https://twitter.com/SuedeInBrackets"
},
"futonmaniax": {
"name": "Futonmania",
"url": "https://twitter.com/FutonManiaX/"
},
}
}



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


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

@@ -40686,6 +40686,32 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Pyotr", species: ["fox"], tags: ["anthro"] },
{
front: {
height: math.unit(188, "feet"),
name: "Front",
image: {
source: "./media/characters/pyotr/front.svg",
extra: 1912/1826,
bottom: 18/1930
}
},
},
[
{
name: "Macro",
height: math.unit(188, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(8, "miles")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz