Home
API reference

MountParams

strata-game-library/presets

strata-game-library/presets


strata-game-library/presets / MountParams

Interface: MountParams

Defined in: creatures/mount.ts:7

Mount Parameters Extends Quadruped with riding-specific equipment.

Extends

Properties

age

age: "baby" | "young" | "adult" | "old"

Defined in: creatures/quadruped.ts:113

Age category

Inherited from

QuadrupedParams.age


barding

barding: number

Defined in: creatures/mount.ts:13

Barding/Armor coverage (0 = none, 1 = full plate)


bodyBulk

bodyBulk: number

Defined in: creatures/quadruped.ts:33

Body height/bulk

Inherited from

QuadrupedParams.bodyBulk


bodyLength

bodyLength: number

Defined in: creatures/quadruped.ts:29

Body length front-to-back

Inherited from

QuadrupedParams.bodyLength


bodyWidth

bodyWidth: number

Defined in: creatures/quadruped.ts:31

Body width

Inherited from

QuadrupedParams.bodyWidth


build

build: "thin" | "lean" | "average" | "stocky" | "heavy"

Defined in: creatures/quadruped.ts:115

Build type

Inherited from

QuadrupedParams.build


carryingCapacity

carryingCapacity: number

Defined in: creatures/mount.ts:19

Carrying capacity multiplier


clawLength

clawLength: number

Defined in: creatures/quadruped.ts:83

Claw/hoof length

Inherited from

QuadrupedParams.clawLength


earDroop

earDroop: number

Defined in: creatures/quadruped.ts:51

Ear droop (0 = erect, 1 = floppy)

Inherited from

QuadrupedParams.earDroop


earPosition

earPosition: number

Defined in: creatures/quadruped.ts:53

Ear position height on head

Inherited from

QuadrupedParams.earPosition


earRoundness

earRoundness: number

Defined in: creatures/quadruped.ts:49

Ear shape (0 = pointed, 1 = round)

Inherited from

QuadrupedParams.earRoundness


earSize

earSize: number

Defined in: creatures/quadruped.ts:47

Ear size

Inherited from

QuadrupedParams.earSize


eyePosition

eyePosition: number

Defined in: creatures/quadruped.ts:59

Eye position (0 = front-facing, 1 = side)

Inherited from

QuadrupedParams.eyePosition


eyeSize

eyeSize: number

Defined in: creatures/quadruped.ts:57

Eye size

Inherited from

QuadrupedParams.eyeSize


foreheadSize

foreheadSize: number

Defined in: creatures/quadruped.ts:43

Forehead prominence

Inherited from

QuadrupedParams.foreheadSize


furDensity

furDensity: number

Defined in: creatures/quadruped.ts:99

Fur density/thickness

Inherited from

QuadrupedParams.furDensity


furLength

furLength: number

Defined in: creatures/quadruped.ts:97

Fur length (0.3 = short, 1 = medium, 2 = long)

Inherited from

QuadrupedParams.furLength


hasPanniers

hasPanniers: boolean

Defined in: creatures/mount.ts:17

Additional carrying bags/pouches


hasReins

hasReins: boolean

Defined in: creatures/mount.ts:15

Does it have reins/bridle?


hasTail

hasTail: boolean

Defined in: creatures/quadruped.ts:87

Has tail

Inherited from

QuadrupedParams.hasTail


headSize

headSize: number

Defined in: creatures/quadruped.ts:37

Head size relative to body

Inherited from

QuadrupedParams.headSize


hornCount

hornCount: number

Defined in: creatures/quadruped.ts:107

Horn count

Inherited from

QuadrupedParams.hornCount


hornSize

hornSize: number

Defined in: creatures/quadruped.ts:105

Horn size (0 = none)

Inherited from

QuadrupedParams.hornSize


legLength

legLength: number

Defined in: creatures/quadruped.ts:73

Leg length

Inherited from

QuadrupedParams.legLength


legRatio

legRatio: number

Defined in: creatures/quadruped.ts:77

Front vs back leg ratio (1 = equal, >1 = longer back)

Inherited from

QuadrupedParams.legRatio


legThickness

legThickness: number

Defined in: creatures/quadruped.ts:75

Leg thickness

Inherited from

QuadrupedParams.legThickness


mane

mane: number

Defined in: creatures/quadruped.ts:101

Mane presence (0 = none, 1 = full mane)

Inherited from

QuadrupedParams.mane


mountOrnamentation

mountOrnamentation: number

Defined in: creatures/mount.ts:21

Decorative elements (0 = functional, 1 = ceremonial)


noseSize

noseSize: number

Defined in: creatures/quadruped.ts:65

Nose size

Inherited from

QuadrupedParams.noseSize


pawSize

pawSize: number

Defined in: creatures/quadruped.ts:79

Paw/hoof size

Inherited from

QuadrupedParams.pawSize


pupilShape

pupilShape: number

Defined in: creatures/quadruped.ts:61

Pupil shape (0 = round, 1 = vertical slit)

Inherited from

QuadrupedParams.pupilShape


saddled

saddled: boolean

Defined in: creatures/mount.ts:9

Is the creature equipped for riding?


saddleType

saddleType: "none" | "basic" | "war" | "pack" | "fancy"

Defined in: creatures/mount.ts:11

Type of saddle equipped


size

size: number

Defined in: creatures/quadruped.ts:27

Overall size (0.2 = tiny, 1 = medium, 3 = large)

Inherited from

QuadrupedParams.size


snoutLength

snoutLength: number

Defined in: creatures/quadruped.ts:39

Snout/muzzle length (0 = flat, 2 = very long)

Inherited from

QuadrupedParams.snoutLength


snoutWidth

snoutWidth: number

Defined in: creatures/quadruped.ts:41

Snout width

Inherited from

QuadrupedParams.snoutWidth


tailFluff

tailFluff: number

Defined in: creatures/quadruped.ts:93

Tail bushiness (0 = sleek, 1 = fluffy)

Inherited from

QuadrupedParams.tailFluff


tailLength

tailLength: number

Defined in: creatures/quadruped.ts:89

Tail length

Inherited from

QuadrupedParams.tailLength


tailThickness

tailThickness: number

Defined in: creatures/quadruped.ts:91

Tail thickness at base

Inherited from

QuadrupedParams.tailThickness


teethVisible

teethVisible: number

Defined in: creatures/quadruped.ts:69

Visible teeth (0 = none, 1 = prominent)

Inherited from

QuadrupedParams.teethVisible


tuskSize

tuskSize: number

Defined in: creatures/quadruped.ts:109

Tusk size (0 = none)

Inherited from

QuadrupedParams.tuskSize


wear

wear: number

Defined in: creatures/quadruped.ts:117

Wear/scarring (0 = pristine, 1 = battle-worn)

Inherited from

QuadrupedParams.wear


webbing

webbing: number

Defined in: creatures/quadruped.ts:81

Webbing between toes (0 = none, 1 = full)

Inherited from

QuadrupedParams.webbing


whiskerLength

whiskerLength: number

Defined in: creatures/quadruped.ts:67

Whisker length (0 = none)

Inherited from

QuadrupedParams.whiskerLength