Fen Dweller před 3 roky
rodič
revize
da59c24179
4 změnil soubory, kde provedl 7950 přidání a 0 odebrání
  1. +28
    -0
      media/attribution.js
  2. +4955
    -0
      media/characters/rain/dressed.svg
  3. +2918
    -0
      media/characters/rain/front.svg
  4. +49
    -0
      presets/characters.js

+ 28
- 0
media/attribution.js Zobrazit soubor

@@ -22600,6 +22600,30 @@ const attributionData = {
"brekna" "brekna"
] ]
}, },
{
prefix: "./media/characters/rain/",
files: [
{ name: "front.svg", source: "https://twitter.com/RainTheDriger/status/1530310552727310336" }
],
authors: [
"tigbun"
],
owners: [
"dragonien"
]
},
{
prefix: "./media/characters/rain/",
files: [
{ name: "dressed.svg", source: "https://www.furaffinity.net/view/46557523/" }
],
authors: [
"genesisk3"
],
owners: [
"dragonien"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -31287,6 +31311,10 @@ const attributionData = {
"name": "Laya'zere", "name": "Laya'zere",
"url": "https://www.furaffinity.net/user/uragiunderground/" "url": "https://www.furaffinity.net/user/uragiunderground/"
}, },
"genesisk3": {
"name": "GenesisK3",
"url": "https://www.furaffinity.net/user/genesisk3/"
},
} }
} }




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


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


+ 49
- 0
presets/characters.js Zobrazit soubor

@@ -2413,6 +2413,10 @@ const speciesData = {
name: "Uragi", name: "Uragi",
parents: ["avian", "bear"] parents: ["avian", "bear"]
}, },
"driger": {
name: "Driger",
parents: ["dragon", "tiger"]
},
} }


//species //species
@@ -65465,6 +65469,51 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Rain", species: ["driger"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 6/12, "feet"),
weight: math.unit(300, "lb"),
name: "Front",
image: {
source: "./media/characters/rain/front.svg",
extra: 2955/2698,
bottom: 235/3190
}
},
dressed: {
height: math.unit(7 + 6/12, "feet"),
weight: math.unit(300, "lb"),
name: "Dressed",
image: {
source: "./media/characters/rain/dressed.svg",
extra: 2783/2572,
bottom: 430/3213
}
},
},
[
{
name: "Normal",
height: math.unit(7 + 6/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(200, "feet")
},
{
name: "Macro+",
height: math.unit(500, "feet")
},
{
name: "Megamacro",
height: math.unit(5, "miles")
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


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