Ver código fonte

Add Windera

tags/v0.1.0
Fen Dweller 5 anos atrás
pai
commit
d163e5cbc8
3 arquivos alterados com 1527 adições e 0 exclusões
  1. +12
    -0
      media/attribution.js
  2. +1493
    -0
      media/characters/windera/front.svg
  3. +22
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Ver arquivo

@@ -8584,6 +8584,18 @@ const attributionData = {
"winderus"
]
},
{
prefix: "./media/characters/windera/",
files: [
{ name: "front.svg", source: null },
],
authors: [
"winderus"
],
owners: [
"winderus"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


+ 1493
- 0
media/characters/windera/front.svg
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 22
- 0
presets/characters.js Ver arquivo

@@ -19282,6 +19282,28 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Windera" },
{
front: {
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
}
},
},
[
{
name: "Normal",
height: math.unit(8, "feet")
},
]
))

//characters

function makeCharacters() {


Carregando…
Cancelar
Salvar