|
|
|
@@ -2252,6 +2252,14 @@ const speciesData = { |
|
|
|
name: "Kardox", |
|
|
|
parents: ["wolf", "dragon", "horse"] |
|
|
|
}, |
|
|
|
"food": { |
|
|
|
name: "Food", |
|
|
|
parents: ["object"] |
|
|
|
}, |
|
|
|
"object": { |
|
|
|
name: "Object", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -61307,7 +61315,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cialda", species: ["zorgoia"], tags: ["anthro"] }, |
|
|
|
{ name: "Cialda", species: ["zorgoia", "food"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7, "feet"), |
|
|
|
|