diff --git a/images/icons/icon_perk.webp b/images/icons/icon_perk.webp new file mode 100644 index 0000000..9801755 Binary files /dev/null and b/images/icons/icon_perk.webp differ diff --git a/images/icons/icon_raceability.webp b/images/icons/icon_raceability.webp new file mode 100644 index 0000000..65e6fe5 Binary files /dev/null and b/images/icons/icon_raceability.webp differ diff --git a/images/icons/icon_spec.webp b/images/icons/icon_spec.webp new file mode 100644 index 0000000..fe04b2e Binary files /dev/null and b/images/icons/icon_spec.webp differ diff --git a/images/ui/pegasus_logo_v1.webp b/images/ui/pegasus_logo_v1.webp new file mode 100644 index 0000000..1f44f1e Binary files /dev/null and b/images/ui/pegasus_logo_v1.webp differ diff --git a/images/ui/pegasus_welcome_page.webp b/images/ui/pegasus_welcome_page.webp new file mode 100644 index 0000000..6217450 Binary files /dev/null and b/images/ui/pegasus_welcome_page.webp differ diff --git a/templates/partial-options-range.html b/templates/partial-options-range.html new file mode 100644 index 0000000..bf333b7 --- /dev/null +++ b/templates/partial-options-range.html @@ -0,0 +1,8 @@ +{{#if notapplicable}} + +{{/if}} + + + + + diff --git a/templates/partial-roll-common-dices.html b/templates/partial-roll-common-dices.html new file mode 100644 index 0000000..70f6f86 --- /dev/null +++ b/templates/partial-roll-common-dices.html @@ -0,0 +1,26 @@ +
+ Bonus Dice : + +
+ +
+ Target Hindrance Dice : + +
+ +
+ Other Dice : + +
diff --git a/templates/roll-dialog-spec.html b/templates/roll-dialog-spec.html new file mode 100644 index 0000000..cd030d5 --- /dev/null +++ b/templates/roll-dialog-spec.html @@ -0,0 +1,20 @@ +
+
+ +

{{title}}

+
+ +
+ +
+ {{stat.label}} : {{stat.dice}} (+{{stat.mod}}) +
+
+ {{spec.name}} : {{spec.data.dice}} +
+ + {{> systems/fvtt-pegasus-rpg/templates/partial-roll-common-dices.html}} + +
+ +
diff --git a/templates/roll-dialog-stat.html b/templates/roll-dialog-stat.html new file mode 100644 index 0000000..43ca709 --- /dev/null +++ b/templates/roll-dialog-stat.html @@ -0,0 +1,17 @@ +
+
+ +

{{title}}

+
+ +
+ +
+ {{stat.label}} : {{stat.dice}} (+{{stat.mod}}) +
+ + {{> systems/fvtt-pegasus-rpg/templates/partial-roll-common-dices.html}} + +
+ +