Skip to content

Commit

Permalink
epic 04
Browse files Browse the repository at this point in the history
  • Loading branch information
FedoraMark committed Dec 7, 2021
1 parent a282a85 commit 1031c18
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GameLog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ $halfGap: .25rem;
display: grid;
padding: calc(.25rem + 1px) .5rem .1rem;

grid-template-columns: 1fr 2fr;
grid-template-rows: repeat(4, auto);
grid-template-columns: 1fr 2fr;

&.startingOnly {
padding: calc(.25rem + 1px) .5rem;
Expand Down Expand Up @@ -1318,9 +1318,9 @@ $halfGap: .25rem;
.flexRow {
display: grid !important;

grid-template-columns: repeat(2, 1fr);
grid-gap: .5rem;
grid-auto-rows: 1fr;
grid-template-columns: repeat(2, 1fr);

@include flex(stretch, flex-start, row);

Expand Down
50 changes: 50 additions & 0 deletions src/data/oowGames.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
},
{
"record": "epic",
"isForEpic": true,
"code": "ddal-ebep-02",
"title": "Rolling Thunder",
"type": "Adventure Record",
Expand Down Expand Up @@ -1225,6 +1226,55 @@
}
]
}
},
{
"record": "epic",
"isForEpic": true,
"code": "ddal-ebep-04",
"title": "The War",
"type": "Adventure Record",
"tier": 4,
"ordinal": 24,
"notes": {
"game": "You traveled back in time to the front lines of the Battle of Kalazart, where you acquired an arcane codex from the <i>Oracle of War</i>'s test team. With the codex in your possession, you can finally unlock all the secrets of the mysterious device!"
},
"advancement": {
"label": "You gain one level for completing this adventure.",
"footnote": "(<b>Important:</b> If you decline this level, you still record legacy events and can claim all eligible rewards and legacy event benefits for this adventure.)"
},
"rewards": [
{
"instructions": "You gain the following rewards:",
"selections": [
"The Lamannian Triune casts a <i>wish</i> spell on your behalf for completing your mission."
]
},
{
"instructions": "Choose ONE bonus reward:",
"options": [
"3,000 gp for robbing the Karrnathi war chest.",
"A <i>cape of the mountebank</i> for capturing Rumeo d'Cannith.",
"A <i>scarab of protection</i> for capturing Rumeo d'Cannith.",
"A <i>wand of binding</i> for capturing Rumeo d'Cannith."
]
}
],
"legacy": {
"events": [
{
"title": "Deathly Redeption",
"description": "You engineered a way to reunite Irullan Karnach with her dead sister, hopefully bringing peace to her troubled soul. You can catch up with Irullan when you return from the Mournland."
},
{
"title": "First Prophecy",
"description": "You learned the first prophecy the <i>Oracle of War</i> spoke, which occurred the moment you appeared in the past. Its words could be useful to you in the final episode of the campaign:<br /><pre><i>When rebel blades strike against a king,</i><br /><i>A thief leaves their prize in a high tower,</i><br /><i>And dragons burn by night.</i></pre>"
},
{
"title": "Harbringers",
"description": "You met Cyran champion Cicero ir Magrize, and helped him escape the Day of Mourning. If you meet him again, he might recognize you."
}
]
}
}
]
}
8 changes: 8 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ body {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
margin: .5rem 0 0 1rem !important;

font-size: inherit !important;

color: inherit !important;
}

0 comments on commit 1031c18

Please sign in to comment.