| @@ -1904,6 +1904,10 @@ const speciesData = { | |||||
| name: "Drider", | name: "Drider", | ||||
| parents: ["spider"] | parents: ["spider"] | ||||
| }, | }, | ||||
| "sabresune": { | |||||
| name: "Sabresune", | |||||
| parents: ["kitsune", "sabertooth-tiger"] | |||||
| }, | |||||
| } | } | ||||
| //species | //species | ||||
| @@ -2266,7 +2270,7 @@ characterMakers.push(() => makeCharacter( | |||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | characterMakers.push(() => makeCharacter( | ||||
| { name: "Okuri", species: ["kitsune"], tags: ["anthro"] }, | |||||
| { name: "Okuri", species: ["sabresune"], tags: ["anthro"] }, | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(7, "feet"), | height: math.unit(7, "feet"), | ||||
| @@ -22642,7 +22646,7 @@ characterMakers.push(() => makeCharacter( | |||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | characterMakers.push(() => makeCharacter( | ||||
| { name: "Poojawa Vynar", species: ["kitsune", "sabertooth-tiger"], tags: ["anthro"] }, | |||||
| { name: "Poojawa Vynar", species: ["sabresune"], tags: ["anthro"] }, | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(5 + 11/12, "feet"), | height: math.unit(5 + 11/12, "feet"), | ||||