Browse Source

Add Kira (the slime)

master
Fen Dweller 3 years ago
parent
commit
06565ad56f
4 changed files with 6134 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +2969
    -0
      media/characters/kira-slime/front-nsfw.svg
  3. +3081
    -0
      media/characters/kira-slime/front.svg
  4. +67
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -22477,6 +22477,19 @@ const attributionData = {
"anotherdangernoodle"
]
},
{
prefix: "./media/characters/kira-slime/",
files: [
{ name: "front.svg", source: null },
{ name: "front-nsfw.svg", source: null, nsfw: true},
],
authors: [
"momoechis-art"
],
owners: [
"sageesys"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31067,6 +31080,10 @@ const attributionData = {
"name": "BURN",
"url": "https://twitter.com/wolfwirles/"
},
"momoechis-art": {
"name": "Luna",
"url": "https://twitter.com/momoechisArt"
},
}
}



+ 2969
- 0
media/characters/kira-slime/front-nsfw.svg
File diff suppressed because it is too large
View File


+ 3081
- 0
media/characters/kira-slime/front.svg
File diff suppressed because it is too large
View File


+ 67
- 0
presets/characters.js View File

@@ -64994,6 +64994,73 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Kira (Slime)", species: ["slime"], tags: ["goo"] },
{
front: {
height: math.unit(5 + 4/12, "feet"),
weight: math.unit(250, "lb"),
volume: math.unit(20, "gallons"),
name: "Front",
image: {
source: "./media/characters/kira-slime/front.svg",
extra: 442/403,
bottom: 18/460
}
},
frontNsfw: {
height: math.unit(5 + 4/12, "feet"),
weight: math.unit(250, "lb"),
volume: math.unit(20, "gallons"),
name: "Front (NSFW)",
image: {
source: "./media/characters/kira-slime/front-nsfw.svg",
extra: 442/403,
bottom: 18/460
}
},
},
[
{
name: "Droplet",
height: math.unit(0.0464452, "feet")
},
{
name: "Pint",
height: math.unit(0.9824, "feet")
},
{
name: "Bucket",
height: math.unit(2.83, "feet")
},
{
name: "Normal",
height: math.unit(5 + 4/12, "feet"),
default: true
},
{
name: "Tub",
height: math.unit(8.46614, "feet")
},
{
name: "Pool",
height: math.unit(31.1895, "feet")
},
{
name: "Pond",
height: math.unit(170.349, "feet")
},
{
name: "Lake",
height: math.unit(289334, "feet")
},
{
name: "Bathtub",
height: math.unit(1.11940e+7, "feet")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save