+ Adds Starship Features compendium
^ Adds major updates to Starship sheet and related item compendia
^ Adds Mechanist Technique to Archetypes compendium
^ Archetypes compendium to include Exhibition Specialist and associated artwork.
^ Classes compendium to include link to Exhibition Specialist archetype.
+ Adds Pugnacity Practice to Archetypes compendium
+ Adds Ho'Din to Species compendium
^ Updates senses DAE in Species compendium
^ Updates search bar background color for Light Theme
Major updates to Feats (adding DAE features) and minor updates to Archetypes, Classes (added new Archetype links), and Species (corrected physical characteristic of Abyssin and added Patrolian).
Updated to 0.98 core for 0.7.x compatability (untested)
Class Skills are pulling in automatically on class item drop to character sheet.
TODO: Expand automated skill drop for Archetypes
KNOWN ISSUE: init.value is being converted to a string causing some NaN errors on the html. Initiative was changed to a number instead of a string in 0.98 likely some place is assuming it is still a string. I had to use Number() on the value because it was forcing other vales to be a string because the value is "". Maybe someone can fix this