initial commit

This commit is contained in:
2026-03-22 05:17:01 +00:00
parent 9a41fa4ef2
commit ef6e94958a
155 changed files with 43839 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
---
created: 11-03-2026
---
# midnight_season_1_tanking_summaries.md
## download dungeon pages
```
monolith https://www.method.gg/guides/dungeons/nexus-point-xenas -o nexus-point.html
```
## prompt
```
I want to create a simple webapp that I can use while playing World of Warcraft
The goal should be a simple reference guide for each dungeon that i can use while tanking
There are 3 roles:
Tank - The role is to keep aggro and position enemies for the group to kill
DPS - Kill things
Healer - Keep everyone alive
The webapp should be dark, with dark navy blue themes. Colours/accents should pop and be bright but pleasant to look at.
The goal is for me (as a tank):
- I should know for each boss what I need to do
- This could be positioning
- Or enemy attacks I need to look out for
- Or defensives/abilities I need to use
Basically anything relating to tanking that I need to know in order to successfully complete the dungeon
There should be at the top of the page a selection for each dungeon. When clicked it should take me to the dungeon page
It should show me the bosses, and then key abilities/things I need ot pay attention to
The goal here is brevity. I need to know exactly what in the least amount of words WITHOUT SKIPPING ANYTHING IMPORTANT. We shouldn't write paragraphs when 1-2 sentences would do. It is imperative we do not miss important things as a tank I need to do. This is going ot be the main reference of what to do in the dungeons
The format should be big so it's easy to see at a glance (with cards) You should use your best judgement to make it easy to read while playing on a second screen and look nice. The app should look modern and sleek.
For each dungeon it should all be on page, with headers for bosses
You should use the assets contained within each dungeon file
Let's start with @dungeons/nexus-point-xenas.html
All the information you need is in there
You should
1. Identify the bosses in the dungeon
2. Identify any assets you need
3. Extract any and all relevant tanking information for bosses
```