AnE Fertility and Roleplay System
  • 👋Welcome to the AnE Fertility and Roleplay System
  • Overview
    • ✨Our Features
    • ⁉️Need Assistance?
  • Getting Started
    • 🎇New to AnE?
    • 〽️Operation
      • Species
      • Species Overriding
      • Species Compatibility
      • Characters
      • Credit System
      • AnE Store
    • 🤰Conception
      • Copulation
      • Species Compatibility
      • Conception Probability
      • Conception Competition
      • Essence Retention
    • 🪢Knotting-Tying
    • Fluids & Stats
    • Stats HUD
    • Adoptions
    • Packs
    • Command Line
    • Attachments
  • Optional Add-Ons
    • RLV Outfits
    • Lovense
    • Breeding Gardens & Forests
    • Telegram Integration
  • Plugins
    • Ovum Exchanger
    • RolePlayer Plugin
    • Nectar Extractor Plugin
    • Oviposition Plugin
    • Good Moaning Plugin
    • Project Arousal Plugin
    • "It's NOT Mine" Plugin
  • Items
    • Fluid Container
    • Breeding Seed
    • Condoms Pack
    • Aging Potion
    • Paternity Tester
    • Poison Apple
  • Development
    • Release Notes
    • Developers API
    • Builders Kit
    • F.A.Q
Powered by GitBook
On this page
  • Broadcasts
  • Stats
  1. Development

Developers API

Though great efforts will be made to keep items backwards compatible; it is advised that developers should make scripts easily upgradable to accommodate changes.

Broadcasts

Broadcasts are usually handled on five minute intervals; some may occur more frequently and are in the form of JSON objects. It would be prudent to retrieve these values under scripts that have ample free space as broadcast message sizes can increase over time with additional information.

Stats

Broadcasts internal and external stats as decimal percent values (quantity values may be acquired via the query), and includes additional flags that do not have numeric representation. Some values may exceed 1.000 (100%) such as the physical abdomen attribute which may extend beyond 1.000 depending on what the character may be holding inside, such as a pregnancy for example.

Channel: -1537921545
  {
   "stats":{
      "internal":{
         "vitality":"1.000",
         "strength":"1.000",
         "defense":"1.000",
         "conscious":"1.000",
         "arousal":"0.000",
         "essence":"1.000"
      },
      "physical":{
         "abdomen":"0.000"
      },
      "flags":{
         "fertile":false
      }
   }
}
PreviousRelease NotesNextBuilders Kit

Last updated 9 months ago