瀏覽代碼

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

master
Fen Dweller 5 年之前
父節點
當前提交
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")
}, },
] ]
)) ))


Loading…
取消
儲存