Explorar el Código

Add Reika

Also update some bird species info
master
Fen Dweller hace 3 años
padre
commit
934fcbd9d7
Se han modificado 3 ficheros con 1623 adiciones y 4 borrados
  1. +16
    -0
      media/attribution.js
  2. +1564
    -0
      media/characters/reika/front.svg
  3. +43
    -4
      presets/characters.js

+ 16
- 0
media/attribution.js Ver fichero

@@ -19404,6 +19404,18 @@ const attributionData = {
"diodemoth"
]
},
{
prefix: "./media/characters/reika/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/44904289/" }
],
authors: [
"artemis-haroo"
],
owners: [
"artemis-haroo"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26776,6 +26788,10 @@ const attributionData = {
"name": "DiodeMoth",
"url": "https://www.furaffinity.net/user/diodemoth/"
},
"artemis-haroo": {
"name": "Artemis-Haroo",
"url": "https://www.furaffinity.net/user/artemis-haroo/"
},
}
}



+ 1564
- 0
media/characters/reika/front.svg
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 43
- 4
presets/characters.js Ver fichero

@@ -164,7 +164,7 @@ const speciesData = {
"blue-jay": {
name: "Blue Jay",
parents: [
"avian"
"corvid"
]
},
wolf: {
@@ -311,7 +311,7 @@ const speciesData = {
"corvid": {
name: "Corvid",
parents: [
"avian"
"passerine"
]
},
"pharaoh-hound": {
@@ -439,7 +439,7 @@ const speciesData = {
},
"eagle": {
name: "Eagle",
parents: ["avian"]
parents: ["bird-of-prey"]
},
"cow": {
name: "Cow",
@@ -1771,7 +1771,7 @@ const speciesData = {
},
"falcon": {
name: "Falcon",
parents: ["avian"]
parents: ["bird-of-prey"]
},
"avali": {
name: "Avali",
@@ -2029,6 +2029,22 @@ const speciesData = {
name: "Bald Eagle",
parents: ["eagle"]
},
"kestrel": {
name: "Kestrel",
parents: ["falcon"]
},
"mockingbird": {
name: "Mockingbird",
parents: ["songbird"]
},
"songbird": {
name: "Songbird",
parents: ["avian"]
},
"bird-of-prey": {
name: "Bird of Prey",
parents: ["avian"]
},
}

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

characterMakers.push(() => makeCharacter(
{ name: "Reika", species: ["kestrel", "mockingbird"], tags: ["anthro"] },
{
front: {
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(250, "lb"),
name: "Front",
image: {
source: "./media/characters/reika/front.svg",
extra: 1120/1078,
bottom: 86/1206
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 3/12, "feet"),
default: true
},
]
))

//characters

function makeCharacters() {


Cargando…
Cancelar
Guardar