Browse Source

Add Kiki (the Weavile)

master
Fen Dweller 3 years ago
parent
commit
32d6eff23d
3 changed files with 1417 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1378
    -0
      media/characters/kiki-weavile/front.svg
  3. +23
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -21306,6 +21306,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/kiki-weavile/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"natsukiscommishes"
],
owners: [
"myriad"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29636,6 +29648,10 @@ const attributionData = {
"name": "carnival",
"url": "https://www.furaffinity.net/user/carnival/"
},
"natsukiscommishes": {
"name": "Natsukis_Commishes",
"url": "https://www.furaffinity.net/user/natsukiscommishes/"
},
}
}



+ 1378
- 0
media/characters/kiki-weavile/front.svg
File diff suppressed because it is too large
View File


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Kiki (Weavile)", species: ["weavile"], tags: ["anthro"] },
{
front: {
height: math.unit(2, "meters"),
weight: math.unit(100, "kg"),
name: "Front",
image: {
source: "./media/characters/kiki-weavile/front.svg",
extra: 357/332,
bottom: 60/417
}
},
},
[
{
name: "Normal",
height: math.unit(2, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save