소스 검색

Add info to Kimiko

master
Fen Dweller 3 년 전
부모
커밋
dbc9a0ab5d
1개의 변경된 파일23개의 추가작업 그리고 5개의 파일을 삭제
  1. +23
    -5
      presets/characters.js

+ 23
- 5
presets/characters.js 파일 보기

@@ -12574,27 +12574,45 @@ characterMakers.push(() => makeCharacter(
{ name: "Kimiko", species: ["eastern-dragon"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(15, "feet"),
weight: math.unit(3000, "kg"),
preyCapacity: math.unit(450, "people"),
name: "Front",
image: {
source: "./media/characters/kimiko/front.svg",
extra: 875/832,
bottom: 36/911
},
extraAttributes: {
"pawSize": {
name: "Paw Size",
power: 1,
type: "length",
base: math.unit(0.9, "meters")
},
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(15, "feet"),
weight: math.unit(3000, "kg"),
preyCapacity: math.unit(400, "people"),
name: "Side",
image: {
source: "./media/characters/kimiko/side.svg",
extra: 448/270,
bottom: 7/455
},
extraAttributes: {
"pawSize": {
name: "Paw Size",
power: 1,
type: "length",
base: math.unit(0.9, "meters")
},
}
},
maw: {
height: math.unit(0.81 / 15 * 6, "feet"),
height: math.unit(0.81, "feet"),
name: "Maw",
image: {
source: "./media/characters/kimiko/maw.svg"


불러오는 중...
취소
저장