Browse Source

Add Caveat

master
Fen Dweller 3 years ago
parent
commit
270a761ffc
3 changed files with 1894 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1859
    -0
      media/characters/caveat/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -21390,6 +21390,18 @@ const attributionData = {
"va0027"
]
},
{
prefix: "./media/characters/caveat/",
files: [
{ name: "front.svg", source: "https://twitter.com/geckonori/status/1498791332151758859" }
],
authors: [
"cattinypaws"
],
owners: [
"geckonori"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 23
- 0
presets/characters.js View File

@@ -60899,6 +60899,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Caveat", species: ["luxray", "plush"], tags: ["anthro"] },
{
front: {
height: math.unit(8 + 4/12, "feet"),
weight: math.unit(464, "lb"),
name: "Front",
image: {
source: "./media/characters/caveat/front.svg",
extra: 1861/1678,
bottom: 40/1901
}
},
},
[
{
name: "Normal",
height: math.unit(8 + 4/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save