Przeglądaj źródła

Add Renholder

master
Fen Dweller 5 lat temu
rodzic
commit
9cdc41a625
3 zmienionych plików z 1121 dodań i 0 usunięć
  1. +20
    -0
      media/attribution.js
  2. +1051
    -0
      media/characters/renholder/front.svg
  3. +50
    -0
      presets/characters.js

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

@@ -13184,6 +13184,18 @@ const attributionData = {
"mungkorn"
]
},
{
prefix: "./media/characters/renholder/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/38872734/" }
],
authors: [
"coyrin"
],
owners: [
"vixivus"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -18175,6 +18187,14 @@ const attributionData = {
"name": "Mungkorn",
"url": "https://www.furaffinity.net/user/mungkorn/"
},
"coyrin": {
"name": "Coyrin",
"url": "https://www.furaffinity.net/user/coyrin/"
},
"vixivus": {
"name": "Vixivus",
"url": "https://www.furaffinity.net/user/vixivus"
},
}
}



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


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

@@ -34490,6 +34490,56 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Renholder", species: ["bat"], tags: ["anthro"] },
{
front: {
height: math.unit(7 + 3/12, "feet"),
name: "Front",
image: {
source: "./media/characters/renholder/front.svg",
extra: 3096/2960,
bottom: 250/3346
}
},
},
[
{
name: "Normal Bat",
height: math.unit(7 + 3/12, "feet"),
default: true
},
{
name: "Slightly Tall Bat",
height: math.unit(100, "feet")
},
{
name: "Big Bat",
height: math.unit(1000, "feet")
},
{
name: "City-Sized Bat",
height: math.unit(200000, "feet")
},
{
name: "Bigger Bat",
height: math.unit(10000, "miles")
},
{
name: "Solar Sized Bat",
height: math.unit(100, "AU")
},
{
name: "Galactic Bat",
height: math.unit(200000, "lightyears")
},
{
name: "Universally Known Bat",
height: math.unit(1, "universe")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz