瀏覽代碼

Add tongue areas to Aetherios and Raylldo

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

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

@@ -34707,6 +34707,12 @@ characterMakers.push(() => makeCharacter(
power: 3,
type: "volume",
base: math.unit(1000, "people")
},
tongueSize: {
name: "Tongue Size",
power: 2,
type: "area",
base: math.unit(21, "m^2")
}
}
},
@@ -50781,6 +50787,12 @@ characterMakers.push(() => makeCharacter(
power: 3,
type: "volume",
base: math.unit(1000, "people")
},
tongueSize: {
name: "Tongue Size",
power: 2,
type: "area",
base: math.unit(21, "m^2")
}
}
},


Loading…
取消
儲存