|
|
|
@@ -51146,6 +51146,64 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cadbunny", species: ["cinderace"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
normal: { |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
weight: math.unit(275, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cadbunny/normal.svg", |
|
|
|
extra: 1129/947, |
|
|
|
bottom: 93/1222 |
|
|
|
}, |
|
|
|
default: true, |
|
|
|
form: "normal" |
|
|
|
}, |
|
|
|
gigantamax: { |
|
|
|
height: math.unit(26, "feet"), |
|
|
|
weight: math.unit(16000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cadbunny/gigantamax.svg", |
|
|
|
extra: 1133/944, |
|
|
|
bottom: 90/1223 |
|
|
|
}, |
|
|
|
default: true, |
|
|
|
form: "gigantamax" |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
default: true, |
|
|
|
form: "normal" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(26, "feet"), |
|
|
|
default: true, |
|
|
|
form: "gigantamax" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large", |
|
|
|
height: math.unit(78, "feet"), |
|
|
|
form: "gigantamax" |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"normal": { |
|
|
|
name: "Normal", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
"gigantamax": { |
|
|
|
name: "Gigantamax" |
|
|
|
} |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|