Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/module/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ class GrimwildHandlebarsHelpers {
else if (total > 3) {
return "messy";
}
else if (total === 1) {
return "wild";
}

return "grim";

Expand Down
17 changes: 12 additions & 5 deletions src/packs/talents/Bardsong_U4YkySSJw0RvhzsN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ system:
bardsong and +1 melody per session.</p>
core: true
notes:
description: ''
label: ''
description: >-
<section class="grid grid-3col"><div><h4 data-tooltip="How you feel when
you&#x27;re singing the
song.">Style</h4><ul><li>chaotic</li><li>dire</li><li>fiery</li><li>gentle</li><li>haunting</li><li>playful</li><li>nostalgic</li><li>rousing</li><li>vicious</li><li>whimsical</li></ul></div><div><h4
data-tooltip="A familiar form that anyone can
recognize.">Tune</h4><ul><li>anthem</li><li>aria</li><li>ballad</li><li>chant</li><li>ditty</li><li>hymn</li><li>ode</li><li>requiem</li><li>rhapsody</li><li>serenede</li></ul></div><div><h4
data-tooltip="How you want the song to make them
feel.">Impact</h4><ul><li>affection</li><li>awe</li><li>calm</li><li>despair</li><li>fear</li><li>fury</li><li>hope</li><li>joy</li><li>mockery</li><li>wonder</li></ul></div></section>
label: Song Composition
trackers:
- type: points
label: Bardsongs
Expand Down Expand Up @@ -49,11 +56,11 @@ flags: {}
_stats:
compendiumSource: null
duplicateSource: null
coreVersion: '13.345'
coreVersion: '13.351'
systemId: grimwild
systemVersion: 0.2.0
systemVersion: 0.5.2
createdTime: 1739042795826
modifiedTime: 1750164985997
modifiedTime: 1769315849737
lastModifiedBy: UV77mtxQgW7KpS6B
exportSource: null
_key: '!items!U4YkySSJw0RvhzsN'
4 changes: 4 additions & 0 deletions src/styles/components/_dice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ h2 {
color: #999;
}

.wild {
color: #2a8dff;
}

.cut {
color: #ff5c37;
}
Expand Down