Browse Source

Add Tony Gray; update Kimiko

master
Fen Dweller 3 years ago
parent
commit
712f24dfbe
7 changed files with 7120 additions and 95 deletions
  1. +20
    -0
      media/attribution.js
  2. +2257
    -0
      media/characters/kimiko/front.svg
  3. +1008
    -0
      media/characters/kimiko/maw.svg
  4. +1393
    -91
      media/characters/kimiko/side.svg
  5. +2393
    -0
      media/characters/tony-gray/front.svg
  6. +46
    -1
      presets/characters.js
  7. +3
    -3
      scripts/illustrator.jsx

+ 20
- 0
media/attribution.js View File

@@ -22830,6 +22830,18 @@ const attributionData = {
"0-madespain-0"
]
},
{
prefix: "./media/characters/tony-gray/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/45004084/" }
],
authors: [
"arkveveen"
],
owners: [
"tonysquee"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31598,6 +31610,14 @@ const attributionData = {
"name": "SizableSongster",
"url": "https://twitter.com/SizableSongster"
},
"arkveveen": {
"name": "Arkveveen",
"url": "https://www.furaffinity.net/user/arkveveen/"
},
"tonysquee": {
"name": "TonySquee",
"url": "https://www.furaffinity.net/user/tonysquee"
},
}
}



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


+ 1008
- 0
media/characters/kimiko/maw.svg
File diff suppressed because it is too large
View File


+ 1393
- 91
media/characters/kimiko/side.svg
File diff suppressed because it is too large
View File


+ 2393
- 0
media/characters/tony-gray/front.svg
File diff suppressed because it is too large
View File


+ 46
- 1
presets/characters.js View File

@@ -2437,6 +2437,10 @@ const speciesData = {
name: "Russian Blue",
parents: ["housecat"]
},
"wholphin": {
name: "Wholphin",
parents: ["whale", "dolphin"]
},
}

//species
@@ -12565,13 +12569,31 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Front",
image: {
source: "./media/characters/kimiko/front.svg",
extra: 875/832,
bottom: 36/911
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Side",
image: {
source: "./media/characters/kimiko/side.svg",
extra: 600 / 358
extra: 448/270,
bottom: 7/455
}
},
maw: {
height: math.unit(0.81 / 15 * 6, "feet"),
name: "Maw",
image: {
source: "./media/characters/kimiko/maw.svg"
}
},
},
@@ -66567,6 +66589,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Tony Gray", species: ["wholphin"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 9/12, "feet"),
weight: math.unit(1500, "lb"),
name: "Front",
image: {
source: "./media/characters/tony-gray/front.svg",
extra: 700/575,
bottom: 71/771
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 9/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


+ 3
- 3
scripts/illustrator.jsx View File

@@ -8,17 +8,17 @@ settings = [
{
name: "Light",
color: 0x4d,
threshold: 128
threshold: 64
},
{
name: "Medium",
color: 0x33,
threshold: 96
threshold: 32
},
{
name: "Dark",
color: 0x1a,
threshold: 64
threshold: 16
},
{
name: "Black",


Loading…
Cancel
Save