|
|
@@ -2325,6 +2325,10 @@ const speciesData = { |
|
|
name: "Komodo Dragon", |
|
|
name: "Komodo Dragon", |
|
|
parents: ["lizard"] |
|
|
parents: ["lizard"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"shiny": { |
|
|
|
|
|
name: "Shiny", |
|
|
|
|
|
parents: ["pokemon"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -63396,7 +63400,7 @@ characterMakers.push(() => makeCharacter( |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
characterMakers.push(() => makeCharacter( |
|
|
{ name: "Vyse Iron-Thunder", species: ["luxray"], tags: ["anthro"] }, |
|
|
|
|
|
|
|
|
{ name: "Vyse Iron-Thunder", species: ["luxray", "shiny"], tags: ["anthro"] }, |
|
|
{ |
|
|
{ |
|
|
frontDressed: { |
|
|
frontDressed: { |
|
|
height: math.unit(15 + 7/12, "feet"), |
|
|
height: math.unit(15 + 7/12, "feet"), |
|
|
@@ -63463,6 +63467,26 @@ characterMakers.push(() => makeCharacter( |
|
|
height: math.unit(15 + 7/12, "feet"), |
|
|
height: math.unit(15 + 7/12, "feet"), |
|
|
default: true |
|
|
default: true |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(157, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro+", |
|
|
|
|
|
height: math.unit(1570, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro++", |
|
|
|
|
|
height: math.unit(15700, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro+++", |
|
|
|
|
|
height: math.unit(157000, "feet") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro++++", |
|
|
|
|
|
height: math.unit(1570000, "feet") |
|
|
|
|
|
}, |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|