Browse Source

Add Ophois

master
Fen Dweller 3 years ago
parent
commit
de8ce7884c
3 changed files with 1130 additions and 0 deletions
  1. +20
    -0
      media/attribution.js
  2. +1083
    -0
      media/characters/ophois/front.svg
  3. +27
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js View File

@@ -19610,6 +19610,18 @@ const attributionData = {
"venomhydra"
]
},
{
prefix: "./media/characters/ophois/",
files: [
{ name: "front.svg", source: null }
],
authors: [
"lucky"
],
owners: [
"ophois"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27270,6 +27282,14 @@ const attributionData = {
"name": "venomhydra",
"url": "https://www.furaffinity.net/user/venomhydra/"
},
"ophois": {
"name": "Ophois",
"url": "https://www.furaffinity.net/user/ophois/"
},
"lucky": {
"name": "Lucky",
"url": "https://aryion.com/g4/user/Lucky"
},
}
}



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


+ 27
- 0
presets/characters.js View File

@@ -2057,6 +2057,10 @@ const speciesData = {
name: "Mink",
parents: ["mustelid"]
},
"sandcat": {
name: "Sandcat",
parents: ["cat"]
},
}

//species
@@ -53603,6 +53607,29 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Ophois", species: ["jackal", "sandcat"], tags: ["anthro"] },
{
front: {
height: math.unit(5.42999, "feet"),
weight: math.unit(100, "lb"),
name: "Front",
image: {
source: "./media/characters/ophois/front.svg",
extra: 1429/1286,
bottom: 60/1489
}
},
},
[
{
name: "Normal",
height: math.unit(5.42999, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save