Explorar el Código

Add Almor

tags/v0.1.0
Fen Dweller hace 5 años
padre
commit
9af42d3880
Se han modificado 3 ficheros con 1218 adiciones y 4 borrados
  1. +12
    -4
      media/attribution.js
  2. +1183
    -0
      media/characters/almor/front.svg
  3. +23
    -0
      presets/characters.js

+ 12
- 4
media/attribution.js Ver fichero

@@ -9135,6 +9135,18 @@ const attributionData = {
"giant-wolf-sheila"
]
},
{
prefix: "./media/characters/almor/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/29226273/" }
],
authors: [
"stonerabbit"
],
owners: [
"stonerabbit"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -10285,10 +10297,6 @@ const attributionData = {
"name": "Tyrnn",
"url": "https://www.furaffinity.net/user/tyrnn/"
},
"stonerabbit": {
"name": "stonerabbit",
"url": "https://www.furaffinity.net/user/stonerabbit"
},
"voondahbayosh": {
"name": "voondahbayosh",
"url": "https://www.furaffinity.net/user/voondahbayosh"


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


+ 23
- 0
presets/characters.js Ver fichero

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

characterMakers.push(() => makeCharacter(
{ name: "Almor", species: "Dragon" },
{
front: {
height: math.unit(32, "meters"),
weight: math.unit(300000, "kg"),
name: "Front",
image: {
source: "./media/characters/almor/front.svg",
extra: 1408/1322,
bottom: 94.6/1506.5
}
},
},
[
{
name: "Macro",
height: math.unit(32, "meters"),
default: true
},
]
))

//characters

function makeCharacters() {


Cargando…
Cancelar
Guardar