|
|
|
@@ -2927,8 +2927,8 @@ characterMakers.push(() => makeCharacter( |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/front.svg", |
|
|
|
extra: 739/665, |
|
|
|
bottom: 39/778 |
|
|
|
extra: 596/554, |
|
|
|
bottom: 17/613 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
@@ -2937,18 +2937,65 @@ characterMakers.push(() => makeCharacter( |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/back.svg", |
|
|
|
extra: 734/653, |
|
|
|
bottom: 13/747 |
|
|
|
extra: 797/717, |
|
|
|
bottom: 16/813 |
|
|
|
} |
|
|
|
}, |
|
|
|
sitting: { |
|
|
|
height: math.unit(2.95, "feet"), |
|
|
|
wings: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(100, "kg"), |
|
|
|
name: "Sitting", |
|
|
|
name: "Wings", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/wings.svg", |
|
|
|
extra: 773/692, |
|
|
|
bottom: 16/789 |
|
|
|
} |
|
|
|
}, |
|
|
|
head: { |
|
|
|
height: math.unit(2.17, "feet"), |
|
|
|
name: "Head", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/head.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
casual: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(100, "kg"), |
|
|
|
name: "Casual", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/casual.svg", |
|
|
|
extra: 463/421, |
|
|
|
bottom: 14/477 |
|
|
|
} |
|
|
|
}, |
|
|
|
deity: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(100, "kg"), |
|
|
|
name: "Deity", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/deity.svg", |
|
|
|
extra: 463/421, |
|
|
|
bottom: 14/477 |
|
|
|
} |
|
|
|
}, |
|
|
|
armor: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(100, "kg"), |
|
|
|
name: "Armor", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/armor.svg", |
|
|
|
extra: 463/421, |
|
|
|
bottom: 14/477 |
|
|
|
} |
|
|
|
}, |
|
|
|
sciFi: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
weight: math.unit(100, "kg"), |
|
|
|
name: "Sci-Fi", |
|
|
|
image: { |
|
|
|
source: "./media/characters/okuri/sitting.svg", |
|
|
|
extra: 370/318, |
|
|
|
bottom: 99/469 |
|
|
|
source: "./media/characters/okuri/sci-fi.svg", |
|
|
|
extra: 463/421, |
|
|
|
bottom: 14/477 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|