Browse Source

Add Cialda

master
Fen Dweller 3 years ago
parent
commit
e917c6f35a
3 changed files with 1196 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1161
    -0
      media/characters/cialda/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -21489,6 +21489,18 @@ const attributionData = {
"reiku-meow"
]
},
{
prefix: "./media/characters/cialda/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"corriezodori"
],
owners: [
"kotetsu"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 23
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Cialda", species: ["zorgoia"], tags: ["anthro"] },
{
front: {
height: math.unit(7, "feet"),
weight: math.unit(500, "kg"),
name: "Front",
image: {
source: "./media/characters/cialda/front.svg",
extra: 912/745,
bottom: 55/967
}
},
},
[
{
name: "Normal",
height: math.unit(7, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save