Browse Source

Add Inari

master
Fen Dweller 4 years ago
parent
commit
9ae2dd334d
3 changed files with 1042 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1003
    -0
      media/characters/inari/front.svg
  3. +23
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -16233,6 +16233,18 @@ const attributionData = {
"zanzia"
]
},
{
prefix: "./media/characters/inari/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/33531482/" }
],
authors: [
"ecotyne"
],
owners: [
"devsoftpaw"
]
},
//characters
{
prefix: "./media/dildos/chance/",
@@ -22372,6 +22384,10 @@ const attributionData = {
"name": "Zanzia",
"url": "https://www.furaffinity.net/user/zanzia"
},
"ecotyne": {
"name": "Ecotyne",
"url": "https://www.furaffinity.net/user/garruuk"
},
}
}



+ 1003
- 0
media/characters/inari/front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Inari", species: ["eevee"], tags: ["feral"] },
{
front: {
height: math.unit(59, "feet"),
weight: math.unit(40000, "lb"),
name: "Front",
image: {
source: "./media/characters/inari/front.svg",
extra: 1884/1350,
bottom: 95/1979
}
},
},
[
{
name: "Gigantamax",
height: math.unit(59, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save