|
|
|
@@ -8415,6 +8415,18 @@ characterMakers.push(() => makeCharacter( |
|
|
|
}, |
|
|
|
form: "fae" |
|
|
|
}, |
|
|
|
fronttrueFae: { |
|
|
|
height: math.unit(10, "cm"), |
|
|
|
weight: math.unit(10, "grams"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/rose/true-fae-front.svg", |
|
|
|
extra: 839/789, |
|
|
|
bottom: 12/851 |
|
|
|
}, |
|
|
|
form: "true-fae", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
@@ -8465,6 +8477,12 @@ characterMakers.push(() => makeCharacter( |
|
|
|
form: "fae", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Fae", |
|
|
|
height: math.unit(10, "cm"), |
|
|
|
form: "true-fae", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"liom": { |
|
|
|
@@ -8476,7 +8494,10 @@ characterMakers.push(() => makeCharacter( |
|
|
|
"fae": { |
|
|
|
name: "Fae Fox", |
|
|
|
default: true |
|
|
|
} |
|
|
|
}, |
|
|
|
"true-fae": { |
|
|
|
name: "True Fae", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
|