Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jamesw98/dnd-utils into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesw98 committed Nov 1, 2023
2 parents 92494d8 + 1ff451c commit 1d3ac22
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
deploy-to-github-pages:
Expand Down
61 changes: 54 additions & 7 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
The site's name sake (Skim Beeble) is a favorite NPC of the D&D group I am a part of. The quotes a the top of the page are various quotes from our sessions.
</MudText>
<MudSpacer/>
<MudText Typo="Typo.body1">
Currently I'm the only code contributor, but I've gotten lots of great input from my D&D group. If you'd like to view the code, check it out
<u>
<a href="https://github.com/jamesw98/dnd-utils">here</a>
</u>.
</MudText>
</MudContainer>

@code {
Expand Down Expand Up @@ -97,7 +91,60 @@
"\"I'm just scared of spaghetti\"\n - Sandor",
"\"I'm going to need a lich and some volunteers\"\n - Sandor",
"\"Does anyone have cholera\"\n - Ichabod",
"\"He tried to hit me with a stick, so I assumed he knows what he's doing\"\n - DM"
"\"He tried to hit me with a stick, so I assumed he knows what he's doing\"\n - DM",
"\"Footie pajamas of fortifying dreams\"\n - DM",
"\"I have no reason to go all out on a toad\"\n - Sandor",
"\"I'll go Khorne, because it's named after my favorite vegetable\"\n - Sandor",
"\"You wouldn't know how to drive an eagle\"\n - DM",
"\"Any checks to caw-caw will be at disadvantage\"\n - DM",
"\"Flaccid 20\"\n - DM",
"\"Stinky fist technique\"\n - DM",
"\"This is a splendid button\"\n - DM",
"\"Time wizard, twizard\"\n - DM and Gik, in unison",
"\"I need a floaties\"\n - Ichabod",
"\"If you're drowning, the safe word is 'Help me, help me, oh god I'm drowning'\"\n - Ichabod",
"\"Never open a door when there's a scratchy boy behind it\"\n - Sandor",
"\"Back when I was in wizard school, they told me tokill all scratchy boys with extreme prejudice at all times\"\n - Sandor",
"\"I got bees in my teeth\"\n - Gik",
"\"Doorzone rhymes with warzone\"\n - Sandor",
"\"A skalchemist! A Skarm! A Skuggernaught!\"\n - Gik",
"\"We have been putting in maintenance requests for far too long, you will feel our wrath. We understand this is an upper management issue and you are just the messangers.\"\n - Skalchemist",
"\"May all your pipes leak\"\n - Ichabod",
"\"It does not get it's extra bone thing\"\n - DM",
"\"I've always been Beast Boy, but I haven't unleashed the power yet\"\n - Sandor",
"\"I don't like viles full of stuff\"\n - Gareb",
"\"Does anyone with a functional mouth want to try this (smelly vile of liquid)\"\n - Gik",
"\"Are these waygu hands?\"\n - Sandor",
"\"If you attack, you will not get sneak attack because you do not have any friends\"\n - DM",
"\"Smartsness\"\n - DM",
"\"Make a vapor check\"\n - DM",
"\"What do you think the gas coming out of the gorgon tastes like?\"\n - Sandor",
"\"He took away half my health, fuck this robot\"\n - Gik",
"\"I'll let him die on his own, then I'll put him back in my freezer\"\n - Maive",
"\"You might want to send that bird back to the shop\"\n - Skreebles",
"\"Can you true polymorph a tree?\"\n - Maive",
"\"I don't know. I've never been out of the forest. I'm a tree\"\n - the player who is normally Gik, but this time he's the DM",
"\"If a T-Rex could yell 'Call an ambulance!' I would\"\n - Skreebles (polymorphed into a T-Rex)",
"\"Gunk pit\"\n - DM",
"\"They have to eat crayons to balance their ability out\"\n - Sandor",
"\"What am I going to do with a ghost coin?\"\n - Sandor",
"\"I do not afraid of water\"\n - DM",
"\"I just accidentally put ground beef in my pocket\"\n - DM",
"\"Can you make a moist check?\"\n - DM",
"\"I wanted to eat that! (A humanoid soul)\"\n - Ichabod (addicted to them)",
"\"Snake bitch supreme (refering to an ancient god)\"\n - Sandor",
"\"Dude is literally a pig\"\n - Sandor",
"\"I'm not paying child support\"\n - Gik",
"\"Unidentified flying Ed Sheer-Han\"\n - Ed",
"\"Goblins are not small, you are just too big\"\n - Skim Beeble",
"\"This mayonnaise pipe bomb mod I installed doesn't work!\"\n - Sandor",
"\"We'll give you the rogue in exchange for the cloak\"\n - Gareb",
"\"This is the Hot Topic of the store that you guys normally visit\"\n - DM",
"\"They call him 'The Perceiver.' *Gareb rolls a 1* They do not call him 'The Perceiver'\"\n - Gik",
"\"If anyone fucks with these hobbits, I'll kill everyone in the room and then myself\"\n - Sandor",
"\"If you say 'no slippo' it (grease) can't affect you\"\n - Sandor",
"\"Next time we talk to Skim Beeble I'm requesting a monsquito saddle and some ear plugs (after summoning a Chasme)\"\n - Sandor",
"\"Thus beings the reign of clerGik\"\n - Gik (after changing classes from Warlock to Cleric)"
};

protected override void OnInitialized()
Expand Down

0 comments on commit 1d3ac22

Please sign in to comment.