Przeglądaj źródła

Add Persephone Sweetbreath

master
Fen Dweller 4 lat temu
rodzic
commit
ce0af084ca
3 zmienionych plików z 4270 dodań i 0 usunięć
  1. +12
    -0
      media/attribution.js
  2. +4236
    -0
      media/characters/persephone-sweetbreath/side.svg
  3. +22
    -0
      presets/characters.js

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

@@ -21330,6 +21330,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/persephone-sweetbreath/",
files: [
{ name: "side.svg", source: null }
],
authors: [
"mongrelist"
],
owners: [
"myriad"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 4236
- 0
media/characters/persephone-sweetbreath/side.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -60604,6 +60604,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Persephone Sweetbreath", species: ["hyena", "gnoll"], tags: ["taur"] },
{
side: {
height: math.unit(2.5, "meters"),
name: "Side",
image: {
source: "./media/characters/persephone-sweetbreath/side.svg",
extra: 796/700,
bottom: 44/840
}
},
},
[
{
name: "Normal",
height: math.unit(2.5, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz