Browse Source

Add Tim

master
Fen Dweller 3 years ago
parent
commit
4f8c03cf12
3 changed files with 1681 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1628
    -0
      media/characters/tim/front.svg
  3. +33
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -22306,6 +22306,18 @@ const attributionData = {
"epicoart"
]
},
{
prefix: "./media/characters/tim/",
files: [
{ name: "front.svg", source: "https://twitter.com/CelestialSfm/status/1519777711107067913", nsfw: true }
],
authors: [
"colonelgabbo"
],
owners: [
"celestialsfm"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30844,6 +30856,14 @@ const attributionData = {
"name": "TizThorndike",
"url": "https://www.deviantart.com/tizthorndike"
},
"colonelgabbo": {
"name": "Colonel-Gabbo",
"url": "https://twitter.com/ColonelGabbo"
},
"celestialsfm": {
"name": "Celestial",
"url": "https://twitter.com/CelestialSfm"
},
}
}



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


+ 33
- 0
presets/characters.js View File

@@ -64189,6 +64189,39 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Tim", species: ["rabbit"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Front",
image: {
source: "./media/characters/tim/front.svg"
}
},
},
[
{
name: "Macro",
height: math.unit(1000, "feet")
},
{
name: "Megamacro",
height: math.unit(10000, "feet"),
default: true
},
{
name: "Megamacro+",
height: math.unit(50000, "feet")
},
{
name: "Gigamacro",
height: math.unit(150000, "km")
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save