Procházet zdrojové kódy

Add Ky'owin

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
1002d2ee06
2 změnil soubory, kde provedl 52 přidání a 2 odebrání
  1. +2
    -2
      media/attribution.js
  2. +50
    -0
      presets/characters.js

+ 2
- 2
media/attribution.js Zobrazit soubor

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


+ 50
- 0
presets/characters.js Zobrazit soubor

@@ -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() { function makeCharacters() {
const results = []; const results = [];


Načítá se…
Zrušit
Uložit