Ver código fonte

Add Amethyst

tags/v0.1.0
Fen Dweller 6 anos atrás
pai
commit
e7794f729a
4 arquivos alterados com 2838 adições e 0 exclusões
  1. +21
    -0
      media/attribution.js
  2. +1543
    -0
      media/characters/amethyst/back.svg
  3. +1238
    -0
      media/characters/amethyst/front.svg
  4. +36
    -0
      presets/characters.js

+ 21
- 0
media/attribution.js Ver arquivo

@@ -8265,6 +8265,19 @@ const attributionData = {
"ruleroftherainforest"
]
},
{
prefix: "./media/characters/amethyst/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/21157485/" },
{ name: "back.svg", source: "https://www.furaffinity.net/view/21157485/" },
],
authors: [
"kikimochan"
],
owners: [
"amethyst-lumisade"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -11410,6 +11423,14 @@ const attributionData = {
"name": "pikisuperstar",
"url": "https://www.freepik.com/pikisuperstar",
},
"kikimochan": {
"name": "kikimochan",
"url": "https://www.furaffinity.net/user/kikimochan",
},
"amethyst-lumisade": {
"name": "Amethyst Lumisade",
"url": "https://www.furaffinity.net/user/amethystlumisade/",
},
}
}



+ 1543
- 0
media/characters/amethyst/back.svg
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


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


+ 36
- 0
presets/characters.js Ver arquivo

@@ -20078,6 +20078,42 @@ characterMakers["2th"] = () => {
)
};

characterMakers["Amethyst"] = () => {
return makeCharacter(
"Amethyst",
"AmethystSnowmew",
{
front: {
height: math.unit(5 + 6/12, "feet"),
weight: math.unit(220, "lb"),
name: "Front",
image: {
source: "./media/characters/amethyst/front.svg",
extra: 2078/2040,
bottom: 0.045
}
},
back: {
height: math.unit(5 + 6/12, "feet"),
weight: math.unit(220, "lb"),
name: "Back",
image: {
source: "./media/characters/amethyst/back.svg",
extra: 2021/1989,
bottom: 0.02
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 6/12, "feet"),
default: true
},
]
)
};

//characters

function makeCharacters() {


Carregando…
Cancelar
Salvar