Browse Source

Add Violette

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
9f2444be99
3 changed files with 1364 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1326
    -0
      media/characters/violette/front.svg
  3. +22
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -8424,6 +8424,18 @@ const attributionData = {
"poojawa"
]
},
{
prefix: "./media/characters/violette/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/35367386/" }
],
authors: [
"scream"
],
owners: [
"scream"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11661,6 +11673,10 @@ const attributionData = {
"name": "poojawa",
"url": "https://www.furaffinity.net/user/poojawa",
},
"scream": {
"name": "scream",
"url": "https://www.furaffinity.net/user/scream",
},
}
}



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


+ 22
- 0
presets/characters.js View File

@@ -18918,6 +18918,28 @@ characterMakers.push(() => makeCharacter(
},
]
))

characterMakers.push(() => makeCharacter(
{ name: "Violette" },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(160, "lb"),
name: "Front",
image: {
source: "./media/characters/violette/front.svg",
extra: 1227/1180
}
},
},
[
{
name: "Macro",
height: math.unit(300, "meters"),
default: true
},
]
))
//characters

function makeCharacters() {


Loading…
Cancel
Save