Fen Dweller před 3 roky
rodič
revize
f80cc34e89
3 změnil soubory, kde provedl 2562 přidání a 0 odebrání
  1. +16
    -0
      media/attribution.js
  2. +2512
    -0
      media/characters/corrin/front.svg
  3. +34
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Zobrazit soubor

@@ -22745,6 +22745,18 @@ const attributionData = {
"valeroo"
]
},
{
prefix: "./media/characters/corrin/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/47482148/" }
],
authors: [
"yiyani"
],
owners: [
"kurrikage"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31464,6 +31476,10 @@ const attributionData = {
"name": "Valeroo",
"url": "https://twitter.com/valeron1120"
},
"yiyani": {
"name": "yiyani",
"url": "https://www.furaffinity.net/user/yiyani"
},
}
}



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


+ 34
- 0
presets/characters.js Zobrazit soubor

@@ -2429,6 +2429,10 @@ const speciesData = {
name: "King Cheetah",
parents: ["cheetah"]
},
"secretary-bird": {
name: "Secretary Bird",
parents: ["bird-of-prey"]
},
}

//species
@@ -66118,6 +66122,36 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Corrin", species: ["secretary-bird"], tags: ["anthro"] },
{
front: {
height: math.unit(11 + 3/12, "feet"),
name: "Front",
image: {
source: "./media/characters/corrin/front.svg",
extra: 665/597,
bottom: 74/739
}
},
},
[
{
name: "Standard",
height: math.unit(11 + 3/12, "feet"),
default: true
},
{
name: "The Boss",
height: math.unit(110, "feet")
},
{
name: "Shipbreaker",
height: math.unit(38, "km")
},
]
))

//characters

function makeCharacters() {


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