Procházet zdrojové kódy

Add King Mugi

master
Fen Dweller před 4 roky
rodič
revize
d163687a3b
3 změnil soubory, kde provedl 1052 přidání a 0 odebrání
  1. +21
    -0
      media/attribution.js
  2. +1008
    -0
      media/characters/king-mugi/front.svg
  3. +23
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js Zobrazit soubor

@@ -16195,6 +16195,19 @@ const attributionData = {
"snuggleserpent"
]
},
{
prefix: "./media/characters/king-mugi/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/34089782/" }
],
authors: [
"kaylamod",
"chesta"
],
owners: [
"devsoftpaw"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22318,6 +22331,14 @@ const attributionData = {
"name": "SnuggleSerpent",
"url": "https://twitter.com/SnuggleSerpent"
},
"kaylamod": {
"name": "KaylaMod",
"url": "https://www.furaffinity.net/user/kaylamod/"
},
"devsoftpaw": {
"name": "DevSoftpaw",
"url": "https://www.furaffinity.net/user/devsoftpaw/"
},
}
}



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


+ 23
- 0
presets/characters.js Zobrazit soubor

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

characterMakers.push(() => makeCharacter(
{ name: "King Mugi", species: ["kaiju", "canine", "reptile"], tags: ["anthro"] },
{
front: {
height: math.unit(280, "feet"),
weight: math.unit(550, "tons"),
name: "Front",
image: {
source: "./media/characters/king-mugi/front.svg",
extra: 1102/947,
bottom: 104/1206
}
},
},
[
{
name: "King Mugi",
height: math.unit(280, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


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