Fen Dweller 4 лет назад
Родитель
Сommit
052120559c
3 измененных файлов: 1543 добавлений и 4 удалений
  1. +16
    -4
      media/attribution.js
  2. +1460
    -0
      media/characters/xie-ling/side.svg
  3. +67
    -0
      presets/characters.js

+ 16
- 4
media/attribution.js Просмотреть файл

@@ -21023,6 +21023,18 @@ const attributionData = {
"kurrikage"
]
},
{
prefix: "./media/characters/xie-ling/",
files: [
{ name: "side.svg", source: null }
],
authors: [
"eddy-boy"
],
owners: [
"xie-ling"
]
},
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -28033,10 +28045,6 @@ const attributionData = {
"name": "railjunkey",
"url": "https://www.furaffinity.net/user/railjunkey/"
},
"eddy-boy": {
"name": "eddy-boy",
"url": "https://www.furaffinity.net/user/eddy-boy/"
},
"waywardlycan": {
"name": "WaywardLycan",
"url": "https://www.furaffinity.net/user/waywardlycan"
@@ -29325,6 +29333,10 @@ const attributionData = {
"name": "ten",
"url": "https://twitter.com/kitsuneten"
},
"xie-ling": {
"name": "Xie-Ling",
"url": "https://www.furaffinity.net/user/xie-ling/"
},
}
}



+ 1460
- 0
media/characters/xie-ling/side.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 67
- 0
presets/characters.js Просмотреть файл

@@ -2216,6 +2216,10 @@ const speciesData = {
name: "Kulve Taroth",
parents: ["monster-hunter", "dragon"]
},
"irthos": {
name: "Irthos",
parents: ["dragon"]
},
}

//species
@@ -58979,6 +58983,69 @@ characterMakers.push(() => makeCharacter(
]
))

characterMakers.push(() => makeCharacter(
{ name: "Xie Ling", species: ["irthos"], tags: ["anthro"] },
{
side: {
height: math.unit(1.8, "meters"),
weight: math.unit(120, "kg"),
name: "Side",
image: {
source: "./media/characters/xie-ling/side.svg",
extra: 646/574,
bottom: 44/690
}
},
},
[
{
name: "Tiny",
height: math.unit(1.80, "meters")
},
{
name: "Small",
height: math.unit(6, "meters")
},
{
name: "Medium",
height: math.unit(15, "meters")
},
{
name: "Normal",
height: math.unit(30, "meters"),
default: true
},
{
name: "Above Normal",
height: math.unit(60, "meters")
},
{
name: "Big",
height: math.unit(220, "meters")
},
{
name: "Giant",
height: math.unit(2.2, "km")
},
{
name: "Macro",
height: math.unit(25, "km")
},
{
name: "Mega Macro",
height: math.unit(350, "km")
},
{
name: "Mega Macro+",
height: math.unit(5000, "km")
},
{
name: "Goddess",
height: math.unit(3, "multiverses")
},
]
))

//characters

function makeCharacters() {


Загрузка…
Отмена
Сохранить