Przeglądaj źródła

Add Icowom Lee

tags/v0.1.0
Fen Dweller 5 lat temu
rodzic
commit
a562f6fb62
3 zmienionych plików z 1058 dodań i 0 usunięć
  1. +20
    -0
      media/attribution.js
  2. +1011
    -0
      media/characters/icowom-lee/front.svg
  3. +27
    -0
      presets/characters.js

+ 20
- 0
media/attribution.js Wyświetl plik

@@ -8820,6 +8820,18 @@ const attributionData = {
"ich" "ich"
] ]
}, },
{
prefix: "./media/characters/icowom-lee/",
files: [
{ name: "front.svg", source: "https://www.furaffinity.net/view/20472356/" }
],
authors: [
"thetiedtigress"
],
owners: [
"stokeman"
]
},
//characters //characters
{ {
prefix: "./media/fiction/halo/halo/", prefix: "./media/fiction/halo/halo/",
@@ -12185,6 +12197,14 @@ const attributionData = {
"name": "Draganta", "name": "Draganta",
"url": "https://twitter.com/DragantaStar", "url": "https://twitter.com/DragantaStar",
}, },
"stokeman": {
"name": "Stokeman",
"url": "https://www.furaffinity.net/user/stokeman/",
},
"thetiedtigress": {
"name": "TheTiedTigress",
"url": "https://www.furaffinity.net/user/thetiedtigress",
},
} }
} }




+ 1011
- 0
media/characters/icowom-lee/front.svg
Plik diff jest za duży
Wyświetl plik


+ 27
- 0
presets/characters.js Wyświetl plik

@@ -19881,6 +19881,33 @@ characterMakers.push(() => makeCharacter(
] ]
)) ))


characterMakers.push(() => makeCharacter(
{ name: "Icowom Lee" },
{
front: {
height: math.unit(2.3, "m"),
weight: math.unit(304, "kg"),
name: "Front",
image: {
source: "./media/characters/icowom-lee/front.svg",
extra: 3076/2933,
bottom: 51.4/3125.1889
}
},
},
[
{
name: "Normal",
height: math.unit(2.3, "meters")
},
{
name: "Macro",
height: math.unit(94, "meters"),
default: true
},
]
))

//characters //characters


function makeCharacters() { function makeCharacters() {


Ładowanie…
Anuluj
Zapisz