|
|
|
@@ -23530,24 +23530,54 @@ characterMakers.push(() => makeCharacter( |
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Windera", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
armoredFront: { |
|
|
|
height: math.unit(8, "feet"), |
|
|
|
weight: math.unit(325, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/windera/front.svg", |
|
|
|
extra: 3180 / 2845, |
|
|
|
bottom: 178 / 3365 |
|
|
|
} |
|
|
|
source: "./media/characters/windera/armored-front.svg", |
|
|
|
extra: 1830/1598, |
|
|
|
bottom: 151/1981 |
|
|
|
}, |
|
|
|
form: "armored", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
macroFront: { |
|
|
|
height: math.unit(70, "feet"), |
|
|
|
weight: math.unit(315453, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/windera/macro-front.svg", |
|
|
|
extra: 963/883, |
|
|
|
bottom: 23/986 |
|
|
|
}, |
|
|
|
form: "macro", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(8, "feet"), |
|
|
|
default: true, |
|
|
|
form: "armored" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(70, "feet"), |
|
|
|
default: true, |
|
|
|
form: "macro" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"armored": { |
|
|
|
name: "Armored", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
"macro": { |
|
|
|
name: "Macro", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|