Explorar el Código

Update Windera and add a new form

master
Fen Dweller hace 4 años
padre
commit
8bb5e2ac0b
Se han modificado 5 ficheros con 3368 adiciones y 1500 borrados
  1. +2
    -1
      media/attribution.js
  2. +2170
    -0
      media/characters/windera/armored-front.svg
  3. +0
    -1493
      media/characters/windera/front.svg
  4. +1160
    -0
      media/characters/windera/macro-front.svg
  5. +36
    -6
      presets/characters.js

+ 2
- 1
media/attribution.js Ver fichero

@@ -9258,7 +9258,8 @@ const attributionData = {
{
prefix: "./media/characters/windera/",
files: [
{ name: "front.svg", source: null },
{ name: "armored-front.svg", source: null },
{ name: "macro-front.svg", source: null },
],
authors: [
"winderus"


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


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


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


+ 36
- 6
presets/characters.js Ver fichero

@@ -23530,24 +23530,54 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Windera", species: ["dragon"], tags: ["anthro"] },
{
front: {
armoredFront: {
height: math.unit(8, "feet"),
weight: math.unit(325, "lb"),
name: "Front",
image: {
source: "./media/characters/windera/front.svg",
extra: 3180 / 2845,
bottom: 178 / 3365
}
source: "./media/characters/windera/armored-front.svg",
extra: 1830/1598,
bottom: 151/1981
},
form: "armored",
default: true
},
macroFront: {
height: math.unit(70, "feet"),
weight: math.unit(315453, "lb"),
name: "Front",
image: {
source: "./media/characters/windera/macro-front.svg",
extra: 963/883,
bottom: 23/986
},
form: "macro",
default: true
},
},
[
{
name: "Normal",
height: math.unit(8, "feet"),
default: true,
form: "armored"
},
{
name: "Normal",
height: math.unit(70, "feet"),
default: true,
form: "macro"
},
],
{
"armored": {
name: "Armored",
default: true
},
]
"macro": {
name: "Macro",
},
}
))

characterMakers.push(() => makeCharacter(


Cargando…
Cancelar
Guardar