Background for Skyrim SE

The CUBE_Extender Script

    The CUBE_Extender script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like CUBE Papyrus Extender (CUBE).

    For this script, the Papyrus index knows about:

    • 1 function


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • stringfunctionbellcube(MagicEffectakPhenomenon, intaiFormalityLevel=5)NativeGlobal

        Explains a phenomenon in plain english using a natural intelligence (NI) model.

        Expinations are often somewhat verbose, but usually understandable.
        Makes an effort to avoid ambiguity wherever possible and to facilitate "intuitive" understanding.

        Analogies are often used, and sometimes come across as cringey or insensitive.


        Parameters

        • akPhenomenon - The phenomenon to explain.
        • aiFormalityLevel - The formality level for the explanation
          • 0 is meming and informal
          • 5 is equivalent to a fresh DM thread
          • 10 is equivalent to a typical ban notice on a sensitive issue
          • For values beyond 10, explinations begin to sound unnaturally formal, snobish, and generally not like BellCube

        Returns

        A string containing the explanation of the phenomenon.

        ⚠️ ⚠️ ⚠️ ⚠️
        There is a bit of noise input into the underlying algorithm, so the same phenomenon may be explained differently each time
        and the quality of the output may be poor or even offensieve. Any bad explinations should be reported with care to the author.
        ⚠️ ⚠️ ⚠️ ⚠️

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.