Browse Source

Add Nova (the polecat)

master
Fen Dweller 3 years ago
parent
commit
8670aabd02
3 changed files with 1361 additions and 0 deletions
  1. +16
    -0
      media/attribution.js
  2. +1315
    -0
      media/characters/nova-polecat/front.svg
  3. +30
    -0
      presets/characters.js

+ 16
- 0
media/attribution.js View File

@@ -20939,6 +20939,18 @@ const attributionData = {
"serpentus"
]
},
{
prefix: "./media/characters/nova-polecat/",
files: [
{ name: "front.svg", source: "https://twitter.com/BennyTheBoi/status/1497725370853847042" }
],
authors: [
"canadaline"
],
owners: [
"kurrikage"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -29212,6 +29224,10 @@ const attributionData = {
"name": "Tokyoship",
"url": "https://commons.wikimedia.org/wiki/User:Tokyoship"
},
"canadaline": {
"name": "CanadaLine",
"url": "https://www.furaffinity.net/user/canadaline"
},
}
}



+ 1315
- 0
media/characters/nova-polecat/front.svg
File diff suppressed because it is too large
View File


+ 30
- 0
presets/characters.js View File

@@ -1806,6 +1806,10 @@ const speciesData = {
},
"european-polecat": {
name: "European Polecat",
parents: ["polecat"]
},
"polecat": {
name: "Polecat",
parents: ["mustelid"]
},
"teshari": {
@@ -2196,6 +2200,10 @@ const speciesData = {
name: "Nedynvor",
parents: ["avian"]
},
"marbled-polecat": {
name: "Marbled Polecat",
parents: ["polecat"]
},
}

//species
@@ -58637,6 +58645,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Nova (Polecat)", species: ["marbled-polecat"], tags: ["anthro"] },
{
front: {
height: math.unit(5.7174385736, "feet"),
name: "Front",
image: {
source: "./media/characters/nova-polecat/front.svg",
extra: 1317/1216,
bottom: 92/1409
}
},
},
[
{
name: "Normal",
height: math.unit(5.7174385736, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Loading…
Cancel
Save