Browse Source

Add Sai Bree

master
Fen Dweller 3 years ago
parent
commit
3d6d7e9a80
4 changed files with 2535 additions and 0 deletions
  1. +21
    -0
      media/attribution.js
  2. +1339
    -0
      media/characters/sai-bree/back.svg
  3. +1138
    -0
      media/characters/sai-bree/front.svg
  4. +37
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js View File

@@ -20772,6 +20772,19 @@ const attributionData = {
"hedgehoggoddess"
]
},
{
prefix: "./media/characters/sai-bree/",
files: [
{ name: "front.svg", source: null },
{ name: "back.svg", source: null },
],
authors: [
"itsprobablymars"
],
owners: [
"demonlord261"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28953,6 +28966,14 @@ const attributionData = {
"name": "RrerrAdmiral",
"url": "https://twitter.com/RrerrAdmiral"
},
"itsprobablymars": {
"name": "Mars",
"url": "https://twitter.com/itsprobablymars"
},
"demonlord261": {
"name": "Sai Bree",
"url": "https://www.furaffinity.net/user/demonlord261/"
},
}
}



+ 1339
- 0
media/characters/sai-bree/back.svg
File diff suppressed because it is too large
View File


+ 1138
- 0
media/characters/sai-bree/front.svg
File diff suppressed because it is too large
View File


+ 37
- 0
presets/characters.js View File

@@ -58006,6 +58006,43 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Sai Bree", species: ["sabertooth-tiger"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
source: "./media/characters/sai-bree/front.svg",
extra: 1843/1702,
bottom: 91/1934
}
},
back: {
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Back",
image: {
source: "./media/characters/sai-bree/back.svg",
extra: 1809/1637,
bottom: 56/1865
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 2/12, "feet"),
default: true
},
{
name: "Macro",
height: math.unit(500, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save