Explorar el Código

Add Ie

master
Fen Dweller hace 4 años
padre
commit
fc1cd0f36a
Se han modificado 3 ficheros con 1125 adiciones y 0 borrados
  1. +20
    -0
      media/attribution.js
  2. +1082
    -0
      media/characters/ie/front.svg
  3. +23
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js Ver fichero

@@ -19879,6 +19879,18 @@ const attributionData = {
"themagicalpango" "themagicalpango"
] ]
}, },
{
prefix: "./media/characters/ie/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/31861767/" }
],
authors: [
"bigjazz"
],
owners: [
"leon962"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -27693,6 +27705,14 @@ const attributionData = {
"name": "TheMagicalPango", "name": "TheMagicalPango",
"url": "https://twitter.com/TheMagicalPango/" "url": "https://twitter.com/TheMagicalPango/"
}, },
"leon962": {
"name": "Leon962",
"url": "https://www.furaffinity.net/user/leon962/"
},
"bigjazz": {
"name": "BigJazz",
"url": "https://www.furaffinity.net/user/bigjazz"
},
} }
} }




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


+ 23
- 0
presets/characters.js Ver fichero

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


characterMakers.push(() => makeCharacter(
{ name: "Ie", species: ["teshari"], tags: ["anthro"] },
{
front: {
height: math.unit(4 + 1/12, "feet"),
weight: math.unit(92, "lb"),
name: "Front",
image: {
source: "./media/characters/ie/front.svg",
extra: 1585/1352,
bottom: 91/1676
}
},
},
[
{
name: "Normal",
height: math.unit(4 + 1/12, "feet"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Cargando…
Cancelar
Guardar