Explorar el Código

Add Ky'owin

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
1002d2ee06
Se han modificado 2 ficheros con 52 adiciones y 2 borrados
  1. +2
    -2
      media/attribution.js
  2. +50
    -0
      presets/characters.js

+ 2
- 2
media/attribution.js Ver fichero

@@ -2421,7 +2421,7 @@ const attributionData = {
"seabury"
],
owners: [
"kyowin"
"ilikefurrystoo"
]
},
{
@@ -5059,7 +5059,7 @@ const attributionData = {
},
"seabury": {
"name": "Seabury",
"url": "",
"url": "https://www.instagram.com/seaburyyy/",
},
"ilikefurrystoo": {
"name": "ilikefurrystoo",


+ 50
- 0
presets/characters.js Ver fichero

@@ -8691,6 +8691,56 @@ characterMakers["Adam Silver-Mane"] = () => {
)
};

characterMakers["Ky'owin"] = () => {
return makeCharacter(
"Ky'owin",
"Kyowin",
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
name: "Front",
image: {
source: "./media/characters/ky'owin/front.svg",
extra: 3888/3068 * (1 / (1 - 0.015)),
bottom: 0.015
}
},
},
[
{
name: "Normal",
height: math.unit(6 + 8/12, "feet")
},
{
name: "Large",
height: math.unit(68, "feet")
},
{
name: "Macro",
height: math.unit(132, "feet")
},
{
name: "Macro+",
height: math.unit(340, "feet")
},
{
name: "Macro++",
height: math.unit(680, "feet"),
default: true
},
{
name: "Megamacro",
height: math.unit(1, "mile")
},
{
name: "Megamacro+",
height: math.unit(10, "miles")
},
]
)
};


function makeCharacters() {
const results = [];


Cargando…
Cancelar
Guardar