Skip to content

Commit bf50d72

Browse files
committed
Update ASSET location
1 parent 8bd9b59 commit bf50d72

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Wilderfeast/src/pug/wilderfeast.pug

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ mixin notes
7979
label.sr-only(data-i18n=`${style}_value`)= `${style} value`
8080
input(name=`attr_${style}` type="number" value="1" min="1" max="5" placeholder="1")
8181

82-
//- .wf__style
83-
button.wf-action(name=`act_${style}` type="action")
84-
span(data-i18n=style)= style
85-
button.wf-action--wild(name=`act_${style}_wild` type="action")
86-
span(data-i18n="go_wild") Go Wild
87-
8882
//- Skills
8983
.wf-container.wf-navy.col-span-4.wf__skills
9084
h3.wf-heading(data-i18n="skills") Skills
@@ -109,23 +103,23 @@ mixin notes
109103

110104
button.wf-action(name="act_focus_up" type="action")
111105
img(
112-
src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg"
106+
src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg"
113107
)
114108
span(data-i18n="focus_up") FOCUS UP
115109
img(
116-
src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg"
110+
src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg"
117111
)
118112

119113
div
120114
span(data-i18n="choose_action_die_focus") Add a d8 Action Die to your dice pool.
121115

122116
button.wf-action--wild(name="act_go_wild" type="action")
123117
img(
124-
src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg"
118+
src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg"
125119
)
126120
span(data-i18n="go_wild") GO WILD
127121
img(
128-
src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg"
122+
src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg"
129123
)
130124

131125
div

Wilderfeast/wilderfeast.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ <h3 class="wf-heading" data-i18n="skills">Skills</h3>
158158
<div class="wf__actions grid">
159159
<div class="empty"></div>
160160
<div><span data-i18n="select_style_skill">Select a STYLE and SKILL.</span></div>
161-
<button class="wf-action" name="act_focus_up" type="action"><img src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg"/><span data-i18n="focus_up">FOCUS UP</span><img src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d8.svg"/></button>
161+
<button class="wf-action" name="act_focus_up" type="action"><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg"/><span data-i18n="focus_up">FOCUS UP</span><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d8.svg"/></button>
162162
<div><span data-i18n="choose_action_die_focus">Add a d8 Action Die to your dice pool.</span></div>
163-
<button class="wf-action--wild" name="act_go_wild" type="action"><img src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg"/><span data-i18n="go_wild">GO WILD</span><img src="https://raw.githubusercontent.com/morgdalaine/wilderfeast/refs/heads/main/assets/d20.svg"/></button>
163+
<button class="wf-action--wild" name="act_go_wild" type="action"><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg"/><span data-i18n="go_wild">GO WILD</span><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/Wilderfeast/assets/d20.svg"/></button>
164164
<div><span data-i18n="choose_action_die_wild">Choose one of your TRAITS and describe how it helps you in this situation. Then, remove 1 Style Die and replace it with a d20 Action Die.</span></div>
165165
</div>
166166
</div>

0 commit comments

Comments
 (0)