Procházet zdrojové kódy

Add Shadow (the wolf)

master
Fen Dweller před 3 roky
rodič
revize
b1515fdcda
3 změnil soubory, kde provedl 1734 přidání a 0 odebrání
  1. +12
    -0
      media/attribution.js
  2. +1699
    -0
      media/characters/shadow-wolf/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Zobrazit soubor

@@ -22053,6 +22053,18 @@ const attributionData = {
"baltica"
]
},
{
prefix: "./media/characters/shadow-wolf/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/46249171/" }
],
authors: [
"angelthecatgirl"
],
owners: [
"angelthecatgirl"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 23
- 0
presets/characters.js Zobrazit soubor

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

characterMakers.push(() => makeCharacter(
{ name: "Shadow (Wolf)", species: ["wolf", "demi"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 10/12, "feet"),
weight: math.unit(200, "lb"),
name: "Front",
image: {
source: "./media/characters/shadow-wolf/front.svg",
extra: 1931/1760,
bottom: 88/2019
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 10/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


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