Skip to main content

B1RumorParam

  • Runtime parameter data for a single active rumor instance, tracking its state and reactions.
PropertyTypeDescriptionMetadata
RumorIdFB1RumorIdThe unique ID identifying this rumor instance.
RumorDtIdFNameThe data table ID of the rumor definition this instance is based on.
RumorMongerEntityIdFB1EntityIdThe entity ID of the character who is the subject of this rumor.
RumorStartTimeint64The game time (ticks) when this rumor started spreading.
RumorLimitTimeint64The game time (ticks) remaining before this rumor expires.
PositiveCountint32The number of positive reactions this rumor has received.
NegativeCountint32The number of negative reactions this rumor has received.
EntitiesKnownTheRumorint32The number of entities currently aware of this rumor.