Przeglądaj źródła

Add Cylphis

master
Fen Dweller 4 lat temu
rodzic
commit
a35e41281f
5 zmienionych plików z 6593 dodań i 0 usunięć
  1. +14
    -0
      media/attribution.js
  2. +2513
    -0
      media/characters/cylphis/dressed.svg
  3. +1916
    -0
      media/characters/cylphis/full.svg
  4. +2099
    -0
      media/characters/cylphis/undressed.svg
  5. +51
    -0
      presets/characters.js

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

@@ -19179,6 +19179,20 @@ const attributionData = {
"xaphelm"
]
},
{
prefix: "./media/characters/cylphis/",
files: [
{ name: "dressed.svg", source: null },
{ name: "undressed.svg", source: "https://www.furaffinity.net/view/41873187/" },
{ name: "full.svg", source: "https://www.furaffinity.net/view/41873141/" },
],
authors: [
"xaphelm"
],
owners: [
"xaphelm"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 2513
- 0
media/characters/cylphis/dressed.svg
Plik diff jest za duży
Wyświetl plik


+ 1916
- 0
media/characters/cylphis/full.svg
Plik diff jest za duży
Wyświetl plik


+ 2099
- 0
media/characters/cylphis/undressed.svg
Plik diff jest za duży
Wyświetl plik


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

@@ -52356,6 +52356,57 @@ characterMakers.push(() => makeCharacter(
},
]
))

characterMakers.push(() => makeCharacter(
{ name: "Cylphis", species: ["draconi", "deity"], tags: ["anthro"] },
{
dressed: {
height: math.unit(11, "feet"),
weight: math.unit(18500, "lb"),
preyCapacity: math.unit(9, "people"),
name: "Dressed",
image: {
source: "./media/characters/cylphis/dressed.svg",
extra: 1028/1003,
bottom: 75/1103
},
},
undressed: {
height: math.unit(11, "feet"),
weight: math.unit(18500, "lb"),
preyCapacity: math.unit(9, "people"),
name: "Undressed",
image: {
source: "./media/characters/cylphis/undressed.svg",
extra: 1028/1003,
bottom: 75/1103
}
},
full: {
height: math.unit(11, "feet"),
weight: math.unit(18500 + 150*9, "lb"),
preyCapacity: math.unit(9, "people"),
name: "Full",
image: {
source: "./media/characters/cylphis/full.svg",
extra: 1028/1003,
bottom: 75/1103
}
},
},
[
{
name: "Small",
height: math.unit(8, "feet")
},
{
name: "Normal",
height: math.unit(11, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz