Przeglądaj źródła

Add Trance

master
Fen Dweller 4 lat temu
rodzic
commit
7257528f8a
3 zmienionych plików z 1543 dodań i 0 usunięć
  1. +20
    -0
      media/attribution.js
  2. +1500
    -0
      media/characters/trance/hyena-side.svg
  3. +23
    -0
      presets/characters.js

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

@@ -19744,6 +19744,18 @@ const attributionData = {
"airless"
]
},
{
prefix: "./media/characters/trance/",
files: [
{ name: "hyena-side.svg", source: null }
],
authors: [
"zombchomp"
],
owners: [
"trance-sortfolf"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27511,6 +27523,14 @@ const attributionData = {
"name": "AirlessDragon",
"url": "https://twitter.com/airlessdragon"
},
"trance-sortfolf": {
"name": "Trance-Sortfolf",
"url": "https://www.furaffinity.net/user/trance-sortfolf"
},
"zombchomp": {
"name": "Zomb",
"url": "https://twitter.com/zombchomp"
},
}
}



+ 1500
- 0
media/characters/trance/hyena-side.svg
Plik diff jest za duży
Wyświetl plik


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

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

characterMakers.push(() => makeCharacter(
{ name: "Trance", species: ["hyena"], tags: ["anthro"] },
{
hyenaSide: {
height: math.unit(80, "cm"),
weight: math.unit(110, "lb"),
name: "Side",
image: {
source: "./media/characters/trance/hyena-side.svg",
extra: 998/904,
bottom: 76/1074
}
},
},
[
{
name: "Macro",
height: math.unit(37, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz