Power Curve
POST /api/creative/mechanics/analysis/power-curve
POST
/api/creative/mechanics/analysis/power-curve
Compute pool analysis across a range of pool sizes (weight-based).
Request Body required
Section titled “Request Body required ” PowerCurveRequest
Request for power curve across pool sizes.
object
minPool
Minpool
integer
maxPool
Maxpool
integer
outcomeMapping
required
DiceOutcomeMapping
Defines how individual die faces map to categorical outcomes.
For a d10 pool system: faces 1-10 map to bands like Critical Success, Advantage, Neutral, Consequence, Critical Failure — each with a weight that determines net outcome when advantages and consequences cancel.
object
dieFaces
required
Diefaces
integer
bands
required
Bands
Array<object>
DiceOutcomeBandA range of die face values with a categorical meaning and weight.
Example: on a d10, faces 8-9 are “Advantage” with weight +1.
object
name
required
Name
string
minValue
required
Minvalue
integer
maxValue
required
Maxvalue
integer
weight
Weight
integer
color
Color
string
Responses
Section titled “ Responses ”Successful Response
Response Power Curve Api Creative Mechanics Analysis Power Curve Post
Array<object>
PoolAnalysisFull probability analysis of a dice pool with outcome mapping.
object
poolSize
required
Poolsize
integer
bandExpectations
required
Bandexpectations
Array<object>
BandExpectationExpected outcome for a single band in a dice pool.
object
bandName
required
Bandname
string
expectedCount
required
Expectedcount
number
probability
required
Probability
number
weight
required
Weight
integer
color
required
Color
string
expectedNet
required
Expectednet
number
netStdDev
required
Netstddev
number
netDistribution
required
Netdistribution
Array<object>
DistributionBucketobject
value
required
Value
number
probability
required
Probability
number
cumulative
required
Cumulative
number
positiveProb
required
Positiveprob
number
negativeProb
required
Negativeprob
number
zeroProb
required
Zeroprob
number
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context