Browse Source

Add Citra

master
Fen Dweller 3 years ago
parent
commit
ccad9bcd98
3 changed files with 1293 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1259
    -0
      media/characters/citra/front.svg
  3. +22
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -19830,6 +19830,18 @@ const attributionData = {
"vengo2"
]
},
{
prefix: "./media/characters/citra/",
files: [
{ name: "front.svg", source: "https://twitter.com/Alsnapz/status/1472269682539388933" }
],
authors: [
"alsnapz"
],
owners: [
"alsnapz"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 22
- 0
presets/characters.js View File

@@ -54363,6 +54363,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Citra", species: ["dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(12, "feet"),
name: "Front",
image: {
source: "./media/characters/citra/front.svg",
extra: 1950/1710,
bottom: 47/1997
}
},
},
[
{
name: "Normal",
height: math.unit(12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save