- summary: One characteristic and its value, in one of three shapes of increasing detail.
- area: Game.Common
- confidence: 0.89
One characteristic and its value, in one of three shapes of increasing detail.
- Kind struct
- Area Game.Common
- Named by beta
One row of the sheet. characteristic_id says which characteristic; a oneof
says how much detail came with it.
BRANCH ON THE ONEOF - THE THREE SHAPES ARE NOT INTERCHANGEABLE:
value a single total, no breakdown detailed base, bonuses and modifiers separately usable the detailed breakdown plus a used component
WHICH BRANCH ARRIVES IS THE SERVER'S CHOICE, NOT A PROPERTY OF THE
CHARACTERISTIC. In live data only actively used characteristics come through as
usable. A script that reads value unconditionally gets a zero for every
detailed row, which is indistinguishable from a genuine zero.
If all you want is the number, take the total from whichever branch is set
rather than assuming value.
DO NOT TELL detailed FROM usable BY SIZE. Their declared member counts are
padded differently in every build, and in some builds detailed is the larger
of the two. Read the recovered names, or check which one carries a used
component.
characteristic_id is left unnamed on any build that declares a second singular
int32 beside it - on those builds it stands obfuscated rather than guessed at.
Not sent on its own — it is only ever a row of CharacterCharacteristics.characteristics. proven
Used by
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 4 | characteristic_id | int32 | Which characteristic this row describes. (characteristic id) | never |
| 1 | usable | CharacterCharacteristicDetailedUsable | The detailed breakdown plus a used component. See CharacterCharacteristicDetailedUsable. In live data only action and movement points arrive in this shape. | never |
| 2 | value | CharacterCharacteristicValue | The characteristic as a single total, with no breakdown. See CharacterCharacteristicValue. Only meaningful when this is the branch that is set. | never |
| 3 | detailed | CharacterCharacteristicDetailed | The characteristic broken down into base, bonuses and modifiers. See CharacterCharacteristicDetailed. Only meaningful when this is the branch that is set. | never |
Recovered with score 215, confidence 0.89, margin 215 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 4 of 4.
Aucun avis à afficher.