Sfoglia il codice sorgente

Add Benni Desparque

master
Fen Dweller 5 anni fa
parent
commit
996338b093
3 ha cambiato i file con 1053 aggiunte e 0 eliminazioni
  1. +16
    -0
      media/attribution.js
  2. +1006
    -0
      media/characters/benni-desparque/front.svg
  3. +31
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js Vedi File

@@ -15069,6 +15069,18 @@ const attributionData = {
"t-thewolf"
]
},
{
prefix: "./media/characters/benni-desparque/",
files: [
{ name: "front.svg", source: "https://twitter.com/tigbun/status/1371304273695363073" }
],
authors: [
"tigbun"
],
owners: [
"tigbun"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -20653,6 +20665,10 @@ const attributionData = {
"name": "T-TheWolf",
"url": "https://www.furaffinity.net/user/t-thewolf/"
},
"tigbun": {
"name": "Tigbun",
"url": "https://www.furaffinity.net/user/tigbun/"
},
}
}



+ 1006
- 0
media/characters/benni-desparque/front.svg
File diff soppresso perché troppo grande
Vedi File


+ 31
- 0
presets/characters.js Vedi File

@@ -39878,6 +39878,37 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Benni Desparque", species: ["tiger", "rabbit"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 2/12, "feet"),
weight: math.unit(284, "lb"),
name: "Front",
image: {
source: "./media/characters/benni-desparque/front.svg",
extra: 1353/1126,
bottom: 69/1422
}
},
},
[
{
name: "Civilian",
height: math.unit(6 + 2/12, "feet")
},
{
name: "Normal",
height: math.unit(98, "feet"),
default: true
},
{
name: "Kaiju Fighter",
height: math.unit(268, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
Annulla
Salva