Ver código fonte

Add Hymmanios

master
Fen Dweller 3 anos atrás
pai
commit
49ce7f9aa0
3 arquivos alterados com 7480 adições e 0 exclusões
  1. +12
    -0
      media/attribution.js
  2. +7433
    -0
      media/characters/hymmanios/front.svg
  3. +35
    -0
      presets/characters.js

+ 12
- 0
media/attribution.js Ver arquivo

@@ -23067,6 +23067,18 @@ const attributionData = {
"suma-roo"
]
},
{
prefix: "./media/characters/hymmanios/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/44635762/" }
],
authors: [
"petrogoz"
],
owners: [
"petrogoz"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",


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


+ 35
- 0
presets/characters.js Ver arquivo

@@ -67393,6 +67393,41 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Hymmanios", species: ["cat"], tags: ["anthro"] },
{
front: {
height: math.unit(2.35, "meters"),
weight: math.unit(240, "kg"),
name: "Front",
image: {
source: "./media/characters/hymmanios/front.svg",
extra: 2032/1994,
bottom: 194/2226
}
},
},
[
{
name: "Normal",
height: math.unit(2.35, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(75, "meters")
},
{
name: "Mega",
height: math.unit(1250, "meters")
},
{
name: "Giga",
height: math.unit(235000, "meters")
},
]
))

//characters

function makeCharacters() {


Carregando…
Cancelar
Salvar