|
|
|
@@ -59120,7 +59120,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Managarmr", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ name: "Managarmr", species: ["dragon", "deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
casual_front: { |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
@@ -59156,8 +59156,36 @@ characterMakers.push(() => makeCharacter( |
|
|
|
extra: 580/485, |
|
|
|
bottom: 32/612 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(4, "meters") |
|
|
|
}, |
|
|
|
}, |
|
|
|
form: "base", |
|
|
|
}, |
|
|
|
"true-divine_front": { |
|
|
|
height: math.unit(40, "feet"), |
|
|
|
weight: math.unit(39000, "lb"), |
|
|
|
preyCapacity: math.unit(375, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/true-divine-front.svg", |
|
|
|
extra: 725/573, |
|
|
|
bottom: 120/845 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"wingspan": { |
|
|
|
name: "Wingspan", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(20, "meters") |
|
|
|
}, |
|
|
|
}, |
|
|
|
form: "true-divine", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
@@ -59181,6 +59209,9 @@ characterMakers.push(() => makeCharacter( |
|
|
|
"base": { |
|
|
|
name: "Base", |
|
|
|
}, |
|
|
|
"true-divine": { |
|
|
|
name: "True Divine", |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
|