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

Fix Manetel Greyscale's default size and weight; fix author link

master
Fen Dweller 5 лет назад
Родитель
Сommit
24ed049930
2 измененных файлов: 5 добавлений и 5 удалений
  1. +1
    -1
      media/attribution.js
  2. +4
    -4
      presets/characters.js

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

@@ -17717,7 +17717,7 @@ const attributionData = {
}, },
"delta-wolfie": { "delta-wolfie": {
"name": "Delta Wolfie", "name": "Delta Wolfie",
"url": "https://t.me/delta_wolfie"
"url": "https://twitter.com/DeltaRedWolf"
}, },
"lux-leo": { "lux-leo": {
"name": "Lux-Leo", "name": "Lux-Leo",


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

@@ -33558,7 +33558,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(210, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/manetel-greyscale/front.svg", source: "./media/characters/manetel-greyscale/front.svg",
@@ -33574,7 +33574,8 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Normal", name: "Normal",
height: math.unit(6, "feet")
height: math.unit(6, "feet"),
default: true
}, },
{ {
name: "Minimacro", name: "Minimacro",
@@ -33582,8 +33583,7 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Macro", name: "Macro",
height: math.unit(117, "feet"),
default: true
height: math.unit(117, "feet")
}, },
] ]
)) ))


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