@@ -79,12 +79,6 @@ mixin notes
79
79
label.sr-only ( data-i18n =` ${ style} _value` ) = ` ${ style} value`
80
80
input( name =` attr_${ style} ` type ="number" value ="1" min ="1" max ="5" placeholder ="1" )
81
81
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
-
88
82
//- Skills
89
83
.wf-container.wf-navy.col-span-4.wf__skills
90
84
h3.wf-heading ( data-i18n ="skills" ) Skills
@@ -109,23 +103,23 @@ mixin notes
109
103
110
104
button.wf-action ( name ="act_focus_up" type ="action" )
111
105
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"
113
107
)
114
108
span( data-i18n ="focus_up" ) FOCUS UP
115
109
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"
117
111
)
118
112
119
113
div
120
114
span( data-i18n ="choose_action_die_focus" ) Add a d8 Action Die to your dice pool.
121
115
122
116
button.wf-action--wild ( name ="act_go_wild" type ="action" )
123
117
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"
125
119
)
126
120
span( data-i18n ="go_wild" ) GO WILD
127
121
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"
129
123
)
130
124
131
125
div
0 commit comments