Przeglądaj źródła

Add Bounty

master
Fen Dweller 4 lat temu
rodzic
commit
9a929f4bbb
3 zmienionych plików z 1391 dodań i 0 usunięć
  1. +20
    -0
      media/attribution.js
  2. +1340
    -0
      media/characters/bounty/front.svg
  3. +31
    -0
      presets/characters.js

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

@@ -16313,6 +16313,18 @@ const attributionData = {
"stagdragon"
]
},
{
prefix: "./media/characters/bounty/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/40070895/" }
],
authors: [
"muramuri"
],
owners: [
"silberlynx"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22480,6 +22492,14 @@ const attributionData = {
"name": "Stagdragon",
"url": null
},
"muramuri": {
"name": "Muramuri",
"url": "https://www.furaffinity.net/user/muramuri"
},
"silberlynx": {
"name": "Silberlynx",
"url": "https://www.furaffinity.net/user/silberlynx/"
},
}
}



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


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

@@ -1743,6 +1743,10 @@ const speciesData = {
name: "Skink",
parents: ["lizard"]
},
"bat-eared-fox": {
name: "Bat-eared Fox",
parents: ["fox"]
},
}

//species
@@ -42814,6 +42818,33 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Bounty", species: ["bat-eared-fox"], tags: ["anthro"] },
{
front: {
height: math.unit(1.6, "meters"),
weight: math.unit(60, "kg"),
name: "Front",
image: {
source: "./media/characters/bounty/front.svg",
extra: 1426/1308,
bottom: 15/1441
}
},
},
[
{
name: "Normal",
height: math.unit(1.6, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(300, "meters")
},
]
))

//characters

function makeCharacters() {


Ładowanie…
Anuluj
Zapisz