The sheet was updated on Tuesday March 24. On traits and reactions, "desc" is now "description". This shouldn't affect existing NPCs, but it will affect new drops. |repeating_npctrait_$0_desc is now |repeating_npctrait_$0_description It shouldn't affect older NPC sheets, but newer ones will only take the new syntax. One very important thing to note, because of the way attributes are stored on the sheet, all existing NPCs now contain a desc and a description field for each entry. If you make changes to the trait or reaction on an older NPC, it now has two entries. "desc" will pull p the old one, and "description will pull up the revision. Fr this reason, It would probably be a good idea to immediately change any macro using "dec" to use "description" to avoid confusion. Thankfully, the amount of data in npc traits is typically very small, so this is not likely to have any noticeable affect on performance.