Przeglądaj źródła

Add Hess

master
Fen Dweller 4 lat temu
rodzic
commit
908ed00eab
3 zmienionych plików z 1271 dodań i 0 usunięć
  1. +21
    -0
      media/attribution.js
  2. +1227
    -0
      media/characters/hess/front.svg
  3. +23
    -0
      presets/characters.js

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

@@ -16103,6 +16103,19 @@ const attributionData = {
"duk3assassin"
]
},
{
prefix: "./media/characters/hess/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/30515159/" }
],
authors: [
"furryfilth",
"vishykin"
],
owners: [
"duk3assassin"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22182,6 +22195,14 @@ const attributionData = {
"name": "zecon19",
"url": "https://www.furaffinity.net/user/zecon19"
},
"vishykin": {
"name": "Vishykin",
"url": "https://www.furaffinity.net/user/vishykin"
},
"furryfilth": {
"name": "furryfilth",
"url": "https://www.furaffinity.net/user/furryfilth/"
},
}
}



+ 1227
- 0
media/characters/hess/front.svg
Plik diff jest za duży
Wyświetl plik


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

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

characterMakers.push(() => makeCharacter(
{ name: "Hess", species: ["gryphon"], tags: ["anthro"] },
{
front: {
height: math.unit(4 + 3/12, "feet"),
weight: math.unit(80, "lb"),
name: "Front",
image: {
source: "./media/characters/hess/front.svg",
extra: 1200/1123,
bottom: 16/1216
}
},
},
[
{
name: "Normal",
height: math.unit(4 + 3/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz