瀏覽代碼

Update Zero Alurus

master
Fen Dweller 3 年之前
父節點
當前提交
e717e59e4a
共有 3 個檔案被更改,包括 2846 行新增229 行删除
  1. +1345
    -124
      media/characters/zero-alurus/back.svg
  2. +1480
    -96
      media/characters/zero-alurus/front.svg
  3. +21
    -9
      presets/characters.js

+ 1345
- 124
media/characters/zero-alurus/back.svg
文件差異過大導致無法顯示
查看文件


+ 1480
- 96
media/characters/zero-alurus/front.svg
文件差異過大導致無法顯示
查看文件


+ 21
- 9
presets/characters.js 查看文件

@@ -11706,35 +11706,47 @@ characterMakers.push(() => makeCharacter(
{ name: "Zero Alurus", species: ["zebra"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 11/12, "feet"),
weight: math.unit(180, "lb"),
name: "Front",
image: {
source: "./media/characters/zero-alurus/front.svg"
source: "./media/characters/zero-alurus/front.svg",
extra: 1032/957,
bottom: 10/1042
}
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 11/12, "feet"),
weight: math.unit(180, "lb"),
name: "Back",
image: {
source: "./media/characters/zero-alurus/back.svg"
source: "./media/characters/zero-alurus/back.svg",
extra: 1027/950,
bottom: 12/1039
}
},
},
[
{
name: "Normal",
height: math.unit(5 + 10 / 12, "feet")
height: math.unit(5 + 11 / 12, "feet")
},
{
name: "Mini-Macro",
height: math.unit(25, "feet")
},
{
name: "Macro",
height: math.unit(60, "feet"),
height: math.unit(90, "feet"),
default: true
},
{
name: "Macro+",
height: math.unit(450, "feet")
height: math.unit(500, "feet")
},
{
name: "Megamacro",
height: math.unit(1200, "feet")
},
]
))


Loading…
取消
儲存