|
|
|
@@ -57768,6 +57768,39 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
form: "inteleon", |
|
|
|
}, |
|
|
|
reshiram_front: { |
|
|
|
height: math.unit(10 + 6/12, "feet"), |
|
|
|
weight: math.unit(727.5, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/robin-phox/reshiram-front.svg", |
|
|
|
extra: 1198/940, |
|
|
|
bottom: 123/1321 |
|
|
|
}, |
|
|
|
form: "reshiram", |
|
|
|
}, |
|
|
|
reshiram_frontNsfw: { |
|
|
|
height: math.unit(10 + 6/12, "feet"), |
|
|
|
weight: math.unit(727.5, "lb"), |
|
|
|
name: "Front-nsfw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/robin-phox/reshiram-front-nsfw.svg", |
|
|
|
extra: 1198/940, |
|
|
|
bottom: 123/1321 |
|
|
|
}, |
|
|
|
form: "reshiram", |
|
|
|
}, |
|
|
|
reshiram_back: { |
|
|
|
height: math.unit(10 + 6/12, "feet"), |
|
|
|
weight: math.unit(727.5, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/robin-phox/reshiram-back.svg", |
|
|
|
extra: 1024/904, |
|
|
|
bottom: 85/1109 |
|
|
|
}, |
|
|
|
form: "reshiram", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
@@ -57800,6 +57833,12 @@ characterMakers.push(() => makeCharacter( |
|
|
|
default: true, |
|
|
|
form: "inteleon" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(10 + 6/12, "feet"), |
|
|
|
default: true, |
|
|
|
form: "reshiram" |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(500, "feet"), |
|
|
|
@@ -57838,6 +57877,9 @@ characterMakers.push(() => makeCharacter( |
|
|
|
"inteleon": { |
|
|
|
name: "Inteleon", |
|
|
|
}, |
|
|
|
"reshiram": { |
|
|
|
name: "Reshiram", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
|