Browse Source

Add Vanadiya Athelya

Also fixes Ceanoth; whose files were missing
master
Fen Dweller 3 years ago
parent
commit
a47341006a
4 changed files with 7128 additions and 3573 deletions
  1. +21
    -0
      media/attribution.js
  2. +3355
    -0
      media/characters/ceanoth/gryphon-front.svg
  3. +3575
    -3573
      media/characters/vanadiya-athelya/dressed.svg
  4. +177
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js View File

@@ -22784,6 +22784,19 @@ const attributionData = {
"ceanoth"
]
},
{
prefix: "./media/characters/vanadiya-athelya/",
files: [
{ name: "dressed.svg", source: "https://lunasn0wfall.tumblr.com/post/683534497961164800/dragontaur-for-catgirlbionics" },
{ name: "nude.svg", source: null, nsfw: true }
],
authors: [
"lunasn0wfall"
],
owners: [
"quasistartitties"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31536,6 +31549,14 @@ const attributionData = {
"name": "Ceanoth",
"url": "https://www.furaffinity.net/user/dragonfire3122/"
},
"quasistartitties": {
"name": "quasistartitties",
"url": "https://quasistartitties.tumblr.com"
},
"lunasn0wfall": {
"name": "lunasn0wfall",
"url": "https://lunasn0wfall.tumblr.com"
},
}
}



+ 3355
- 0
media/characters/ceanoth/gryphon-front.svg
File diff suppressed because it is too large
View File


+ 3575
- 3573
media/characters/vanadiya-athelya/dressed.svg
File diff suppressed because it is too large
View File


+ 177
- 0
presets/characters.js View File

@@ -66227,6 +66227,183 @@ characterMakers.push(() => makeCharacter(
}
))

characterMakers.push(() => makeCharacter(
{ name: "Vanadiya Athelya", species: ["dragon"], tags: ["taur"] },
{
dressed: {
height: math.unit(2.2 * 0.79, "meters"),
weight: math.unit(0.5, "tonnes"),
name: "Dressed",
image: {
source: "./media/characters/vanadiya-athelya/dressed.svg",
extra: 665/315,
bottom: 106/771
},
extraAttributes: {
"bodyLength": {
name: "Body Length",
power: 1,
type: "length",
base: math.unit(2.5, "meters")
},
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(4.5, "meters")
},
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(6, "meters")
},
"taurStomachCapacity": {
name: "Taur Stomach Capacity",
power: 3,
type: "volume",
base: math.unit(4, "people"),
defaultUnit: "people"
},
"anthroStomachCapacity": {
name: "Anthro Stomach Capacity",
power: 3,
type: "volume",
base: math.unit(1, "people"),
defaultUnit: "people"
},
}
},
nude: {
height: math.unit(2.2 * 0.79, "meters"),
weight: math.unit(0.5, "tonnes"),
name: "Nude",
image: {
source: "./media/characters/vanadiya-athelya/nude.svg",
extra: 665/315,
bottom: 106/771
},
extraAttributes: {
"bodyLength": {
name: "Body Length",
power: 1,
type: "length",
base: math.unit(2.5, "meters")
},
"tailLength": {
name: "Tail Length",
power: 1,
type: "length",
base: math.unit(4.5, "meters")
},
"wingspan": {
name: "Wingspan",
power: 1,
type: "length",
base: math.unit(6, "meters")
},
"taurStomachCapacity": {
name: "Taur Stomach Capacity",
power: 3,
type: "volume",
base: math.unit(4, "people"),
defaultUnit: "people"
},
"anthroStomachCapacity": {
name: "Anthro Stomach Capacity",
power: 3,
type: "volume",
base: math.unit(1, "people"),
defaultUnit: "people"
},
}
},
},
[
{
name: "Handheld",
height: math.unit(0.79 * 0.06, "meters")
},
{
name: "Mini",
height: math.unit(0.79 * 0.7, "meters")
},
{
name: "Short",
height: math.unit(0.79 * 1.4, "meters")
},
{
name: "Imposing",
height: math.unit(0.79 * 2.2, "meters"),
default: true
},
{
name: "Big",
height: math.unit(0.79 * 3.8, "meters")
},
{
name: "Giant",
height: math.unit(0.79 * 6.7, "meters")
},
{
name: "Airliner",
height: math.unit(0.79 * 64, "meters")
},
{
name: "Skyscraper",
height: math.unit(0.79 * 220, "meters")
},
{
name: "Mountain",
height: math.unit(0.79 * 3.6, "km")
},
{
name: "Spacescraper",
height: math.unit(0.79 * 70, "km")
},
{
name: "Continental",
height: math.unit(0.79 * 1290, "km")
},
{
name: "Moon",
height: math.unit(0.79 * 32200, "km")
},
{
name: "Planetary",
height: math.unit(0.79 * 145000, "km")
},
{
name: "Stellar",
height: math.unit(0.79 * 19e6, "km")
},
{
name: "Solar",
height: math.unit(0.79 * 40, "AU")
},
{
name: "Intersteller",
height: math.unit(0.79 * 3, "lightyears")
},
{
name: "Star Cluster",
height: math.unit(0.79 * 80, "lightyears")
},
{
name: "Ecumenical",
height: math.unit(0.79 * 2e3, "lightyears")
},
{
name: "Galactic",
height: math.unit(0.79 * 175000, "lightyears")
},
{
name: "Galaxy Cluster",
height: math.unit(0.79 * 25e6, "lightyears")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save