Browse Source

Add a new view for Vemus and update an old one

master
Fen Dweller 4 years ago
parent
commit
b03b6df3d5
5 changed files with 2853 additions and 1352 deletions
  1. +17
    -1
      media/attribution.js
  2. +1800
    -0
      media/characters/vemus/crux.svg
  3. +0
    -1346
      media/characters/vemus/front.svg
  4. +1021
    -0
      media/characters/vemus/skunk-tanuki.svg
  5. +15
    -5
      presets/characters.js

+ 17
- 1
media/attribution.js View File

@@ -5349,7 +5349,7 @@ const attributionData = {
{
prefix: "./media/characters/vemus/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/31833589/" }
{ name: "crux.svg", source: "https://www.furaffinity.net/view/31833589/" }
],
authors: [
"eda"
@@ -5358,6 +5358,18 @@ const attributionData = {
"vemus"
]
},
{
prefix: "./media/characters/vemus/",
files: [
{ name: "skunk-tanuki.svg", source: null }
],
authors: [
"rabidraccoon"
],
owners: [
"vemus"
]
},
{
prefix: "./media/characters/verin/",
files: [
@@ -21786,6 +21798,10 @@ const attributionData = {
"name": "Korbin",
"url": "https://www.furaffinity.net/user/korbin"
},
"rabidraccoon": {
"name": "RabidRaccoon",
"url": "https://twitter.com/RabidRaccoon"
},
}
}



+ 1800
- 0
media/characters/vemus/crux.svg
File diff suppressed because it is too large
View File


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


+ 1021
- 0
media/characters/vemus/skunk-tanuki.svg
File diff suppressed because it is too large
View File


+ 15
- 5
presets/characters.js View File

@@ -6634,18 +6634,28 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Vemus", species: ["crux"], tags: ["anthro"] },
{ name: "Vemus", species: ["crux", "skunk", "tanuki"], tags: ["anthro", "goo"] },
{
front: {
crux: {
height: math.unit(2, "meters"),
weight: math.unit(150, "kg"),
name: "Front",
name: "Crux",
image: {
source: "./media/characters/vemus/front.svg",
source: "./media/characters/vemus/crux.svg",
extra: 1074/936,
bottom: 23/1097
}
}
},
skunkTanuki: {
height: math.unit(2, "meters"),
weight: math.unit(150, "kg"),
name: "Skunk-Tanuki",
image: {
source: "./media/characters/vemus/skunk-tanuki.svg",
extra: 926/893,
bottom: 20/946
}
},
},
[
{


Loading…
Cancel
Save