瀏覽代碼

Add some attributes to Purri

master
Fen Dweller 4 年之前
父節點
當前提交
dc1ca85eb8
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      presets/characters.js

+ 14
- 0
presets/characters.js 查看文件

@@ -34681,6 +34681,20 @@ characterMakers.push(() => makeCharacter(
source: "./media/characters/purri/boots.svg",
extra: 905/853,
bottom: 18/923
},
extraAttributes: {
"shoeSize": {
name: "Shoe Size",
power: 1,
type: "length",
base: math.unit(12, "ShoeSizeMensUS")
},
"platformHeight": {
name: "Platform Height",
power: 1,
type: "length",
base: math.unit(2, "inches")
},
}
},
lying: {


Loading…
取消
儲存