Aller au contenu
Afficher dans l'application

Une meilleure façon de naviguer. En savoir plus.

Asterobot

Une application plein écran sur votre écran d'accueil avec notifications push, badges et plus encore.

Pour installer cette application sur iOS et iPadOS
  1. Appuyez sur Icône de partage dans Safari
  2. Faites défiler le menu et appuyez sur Ajouter à l'écran d'accueil.
  3. Appuyez sur Ajouter dans le coin supérieur droit.
Pour installer cette application sur Android
  1. Appuyez sur le menu à trois points (⋮) dans le coin supérieur droit du navigateur.
  2. Appuyez sur Ajouter à l'écran d'accueil ou Installer l'application.
  3. Confirmez en appuyant sur Installer.

CharacterCharacteristic

(0 notes)
  • 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

#FieldTypeMeaningYou set it
4characteristic_idint32Which characteristic this row describes. (characteristic id)never
1usableCharacterCharacteristicDetailedUsableThe detailed breakdown plus a used component.
See CharacterCharacteristicDetailedUsable. In live data only action and movement points arrive in this shape.
never
2valueCharacterCharacteristicValueThe characteristic as a single total, with no breakdown.
See CharacterCharacteristicValue. Only meaningful when this is the branch that is set.
never
3detailedCharacterCharacteristicDetailedThe 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.

Commentaires des utilisateurs

Aucun avis à afficher.

Compte

Navigation

Recherche

Recherche

Configurer les notifications push du navigateur

Chrome (Android)
  1. Appuyez sur l'icône de cadenas à côté de la barre d'adresse.
  2. Tap Autorisations → Notifications.
  3. Ajustez vos préférences.
Chrome (Desktop)
  1. Cliquez sur l'icône représentant un cadenas dans la barre d'adresse..
  2. Select Paramètres du site.
  3. Find Notifications et ajustez vos préférences.