From b1b182d1438555b81f999a3591004659aab96150 Mon Sep 17 00:00:00 2001 From: professorbunbury <69010799+professorbunbury@users.noreply.github.com> Date: Thu, 30 Jul 2020 15:44:06 -0400 Subject: [PATCH] Updating species content And away we go... --- packs/packs/species.db | 0 sw5e.css | 2 +- templates/items/species.html | 120 +++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 1 deletion(-) delete mode 100644 packs/packs/species.db create mode 100644 templates/items/species.html diff --git a/packs/packs/species.db b/packs/packs/species.db deleted file mode 100644 index e69de29b..00000000 diff --git a/sw5e.css b/sw5e.css index 5cabe8e0..5286618e 100644 --- a/sw5e.css +++ b/sw5e.css @@ -894,7 +894,7 @@ padding: 0 8px; } .sw5e.sheet.item { - min-height: 420px; + min-height: 520px; /* ----------------------------------------- */ /* Sheet Header */ /* ----------------------------------------- */ diff --git a/templates/items/species.html b/templates/items/species.html new file mode 100644 index 00000000..d3439d18 --- /dev/null +++ b/templates/items/species.html @@ -0,0 +1,120 @@ +
+ + {{!-- Item Sheet Header --}} +
+ + +
+

+ +

+ +
+

{{itemType}}

+ {{itemStatus}} +
+ +
    +
  • + +
  • +
+
+
+ + {{!-- Item Sheet Navigation --}} + + + {{!-- Item Sheet Body --}} +
+ + {{!-- Description Tab --}} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VISUAL CHARACTERISTICS
Skin Color  
Hair Color  
Eye Color  
Distinctions 
PHYSICAL CHARACTERISTICS
Height 
Weight 
SOCIOCULTURAL CHARACTERISTICS
Homeworld 
Language 
+
+

+ + {{editor content=data.description.value target="data.description.value" fontsize=12px button=true editable=editable}} +

+
+
+ + {{!-- Traits Tab --}} + +
+

{{item.name}} Traits

+

As a/an {{item.name}}, you have the following special traits.
+

    + {{#each data.traits as | d t |}} +
  • {{t}}. {{{desc}}}
  • + {{/each}} +
+
+
+ +
+ + +