Просмотр исходного кода

Update Serpentus

Also fixes unwanted changes to the Illustrator script
master
Fen Dweller 3 лет назад
Родитель
Сommit
c067174918
4 измененных файлов: 3938 добавлений и 8 удалений
  1. +16
    -4
      media/attribution.js
  2. +3907
    -0
      media/characters/serpentus/standing.svg
  3. +12
    -1
      presets/characters.js
  4. +3
    -3
      scripts/illustrator.jsx

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

@@ -21066,6 +21066,18 @@ const attributionData = {
"myriad"
]
},
{
prefix: "./media/characters/serpentus/",
files: [
{ name: "standing.svg", source: "https://twitter.com/TheRoyalGryphon/status/1512218872077824002" }
],
authors: [
"theroyalgryphon"
],
owners: [
"serpentus"
]
},
{
prefix: "./media/characters/serpentus/",
files: [
@@ -26533,10 +26545,6 @@ const attributionData = {
"name": "Algier",
"url": "https://www.f-list.net/c/algier/",
},
"serpentus": {
"name": "Serpentus",
"url": "https://www.furaffinity.net/user/serpentus",
},
"echorion": {
"name": "Echorion",
"url": "https://t.me/Echorion",
@@ -31637,6 +31645,10 @@ const attributionData = {
"name": "TonySquee",
"url": "https://www.furaffinity.net/user/tonysquee"
},
"theroyalgryphon": {
"name": "TheRoyalGryphon",
"url": "https://twitter.com/TheRoyalGryphon"
},
}
}



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


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

@@ -59882,8 +59882,19 @@ characterMakers.push(() => makeCharacter(
characterMakers.push(() => makeCharacter(
{ name: "Serpentus", species: ["snake"], tags: ["anthro"] },
{
standing: {
height: math.unit(180, "cm"),
weight: math.unit(185, "lb"),
name: "Standing",
image: {
source: "./media/characters/serpentus/standing.svg",
extra: 882/878,
bottom: 16/898
}
},
sitting: {
height: math.unit(0.8, "meter"),
weight: math.unit(155, "lb"),
name: "Sitting",
image: {
source: "./media/characters/serpentus/sitting.svg",
@@ -59895,7 +59906,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(0.8, "meter"),
height: math.unit(1.8, "meter"),
default: true
},
]


+ 3
- 3
scripts/illustrator.jsx Просмотреть файл

@@ -8,17 +8,17 @@ settings = [
{
name: "Light",
color: 0x4d,
threshold: 64
threshold: 128
},
{
name: "Medium",
color: 0x33,
threshold: 32
threshold: 96
},
{
name: "Dark",
color: 0x1a,
threshold: 16
threshold: 64
},
{
name: "Black",


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