Browse Source

Add Osiris

master
Fen Dweller 5 years ago
parent
commit
eeb53d10dc
3 changed files with 1063 additions and 0 deletions
  1. +12
    -0
      media/attribution.js
  2. +1029
    -0
      media/characters/osiris/side.svg
  3. +22
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js View File

@@ -12472,6 +12472,18 @@ const attributionData = {
"kurrikage"
]
},
{
prefix: "./media/characters/osiris/",
files: [
{ name: "side.svg", source: "https://twitter.com/CatTinyPaws/status/1312186148714807296" }
],
authors: [
"cattinypaws"
],
owners: [
"cattinypaws"
]
},
//characters
{
prefix: "./media/dildos/chance/",


+ 1029
- 0
media/characters/osiris/side.svg
File diff suppressed because it is too large
View File


+ 22
- 0
presets/characters.js View File

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

characterMakers.push(() => makeCharacter(
{ name: "Osiris", species: ["plush", "dragon"], tags: ["feral"] },
{
side: {
height: math.unit(2100, "feet"),
name: "Side",
image: {
source: "./media/characters/osiris/side.svg",
extra: 1105/939,
bottom: 167/1272
}
},
},
[
{
name: "Macro",
height: math.unit(2100, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save