{"id":1623,"date":"2025-01-23T17:26:52","date_gmt":"2025-01-24T01:26:52","guid":{"rendered":"https:\/\/upstairsempire.xyz\/dii\/?p=1623"},"modified":"2025-01-25T09:40:40","modified_gmt":"2025-01-25T17:40:40","slug":"1623-2","status":"publish","type":"post","link":"https:\/\/upstairsempire.xyz\/dii\/1623-2\/","title":{"rendered":"Glossary: Plugin Data"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Relationships Between Skyrim Modding Terms<\/h2>\n\n\n\n<figure class=\"wp-block-table alignwide is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Term<\/strong><\/th><th><strong>Definition<\/strong><\/th><th><strong>Example<\/strong><\/th><th><strong>Contains<\/strong><\/th><th><strong>Can Be Contained In<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Record<\/strong><\/td><td>A self-contained unit of data in a plugin (.esp\/.esm). Represents an object, item, spell, etc.<\/td><td><code>LVLI<\/code> (Leveled Item), <code>NPC_<\/code> (NPC), or <code>BOOK<\/code> (Books). Example: <code>LootForswornPotions10<\/code>.<\/td><td><strong>Fields, Subrecords, Entries<\/strong><\/td><td><strong>None<\/strong><\/td><\/tr><tr><td><strong>Field<\/strong><\/td><td>A category or property within a record, defining specific data about the record.<\/td><td><code>EDID<\/code> (Editor ID), <code>LVLD<\/code> (Chance None), <code>LLCT<\/code> (Count).<\/td><td><strong>Subrecords<\/strong><\/td><td><strong>Records<\/strong><\/td><\/tr><tr><td><strong>Subrecord<\/strong><\/td><td>Smaller chunks of data inside a field, often a specific detail or flag.<\/td><td>Flags under <code>LVLF - Flags<\/code> like <code>Calculate from all levels &lt;= player's level<\/code>.<\/td><td><strong>None<\/strong><\/td><td><strong>Fields<\/strong><\/td><\/tr><tr><td><strong>Entry<\/strong><\/td><td>An item or object listed within a leveled list or group.<\/td><td>A single leveled list entry in <code>Leveled List Entries<\/code> (e.g., <code>1x LItemSoulGemRandom<\/code>).<\/td><td><strong>References<\/strong><\/td><td><strong>Records (like Leveled Lists)<\/strong><\/td><\/tr><tr><td><strong>Reference<\/strong><\/td><td>An instance of a record placed in the game world (used in cells, locations, or scripts).<\/td><td>A specific potion from <code>LootForswornPotions10<\/code> placed in a dungeon or used by an NPC.<\/td><td><strong>None<\/strong><\/td><td><strong>Entries, Records<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Relationships Summary<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Records:<\/strong> The &#8220;parent&#8221; of all data. Contains fields, subrecords, and entries (if relevant). Cannot be contained in anything else.<\/li>\n\n\n\n<li><strong>Fields:<\/strong> Always part of a record and can contain subrecords. Fields do not exist outside records.<\/li>\n\n\n\n<li><strong>Subrecords:<\/strong> Exist only inside fields. They represent granular details within a field.<\/li>\n\n\n\n<li><strong>Entries:<\/strong> Found inside specific record types like leveled lists (e.g., <code>LVLI<\/code>). They point to other records or objects.<\/li>\n\n\n\n<li><strong>References:<\/strong> The &#8220;child&#8221; of records. Appear in the game world as instances of a record but cannot contain anything themselves.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Leveled Item Record (<code>LVLI<\/code>)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Record:<\/strong> <code>LootForswornPotions10<\/code> (a leveled item list for potions).<\/li>\n\n\n\n<li><strong>Fields:<\/strong>\n<ul class=\"wp-block-list\">\n<li><code>EDID<\/code> = <code>LootForswornPotions10<\/code> (Editor ID).<\/li>\n\n\n\n<li><code>LLCT<\/code> = <code>3<\/code> (Count of items in the list).<\/li>\n\n\n\n<li><code>LVLD<\/code> = <code>80<\/code> (Chance None is 80%).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Subrecord:<\/strong> Inside <code>LVLF - Flags<\/code>, you see &#8220;Calculate for each item in count.&#8221;<\/li>\n\n\n\n<li><strong>Entry:<\/strong> A potion listed in the <code>Leveled List Entries<\/code>.<\/li>\n\n\n\n<li><strong>Reference:<\/strong> A Forsworn enemy in-game uses this leveled list to spawn a random potion.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Relationships Between Skyrim Modding Terms Term Definition Example Contains Can Be Contained In Record A self-contained unit of data in a plugin (.esp\/.esm). Represents an object, item, spell, etc. LVLI (Leveled Item), NPC_ (NPC), or BOOK (Books). Example: LootForswornPotions10. Fields, Subrecords, Entries None Field A category or property within a record, defining specific data about [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1658,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-1623","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-resources"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/posts\/1623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/comments?post=1623"}],"version-history":[{"count":5,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/posts\/1623\/revisions"}],"predecessor-version":[{"id":1718,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/posts\/1623\/revisions\/1718"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/media\/1658"}],"wp:attachment":[{"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/media?parent=1623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/categories?post=1623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/upstairsempire.xyz\/dii\/wp-json\/wp\/v2\/tags?post=1623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}