Skip to content

Commit fc00f97

Browse files
committed
content update
1 parent cbf21e6 commit fc00f97

22 files changed

Lines changed: 135 additions & 403 deletions

Mythril.Blazor/wwwroot/data/content_graph.json

Lines changed: 10 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -421,70 +421,6 @@
421421
]
422422
}
423423
},
424-
{
425-
"id": "quest_buy_potion",
426-
"type": "Quest",
427-
"name": "Buy Potion",
428-
"data": {
429-
"description": "Purchase a healing potion from the local merchant.",
430-
"duration": 5,
431-
"quest_type": "Recurring",
432-
"primary_stat": "Vitality",
433-
"required_stats": {},
434-
"stat_rewards": {}
435-
},
436-
"in_edges": {
437-
"requires_quest": [
438-
"quest_visit_starting_town"
439-
]
440-
},
441-
"out_edges": {
442-
"consumes": [
443-
{
444-
"targetId": "item_gold",
445-
"quantity": 100
446-
}
447-
],
448-
"rewards": [
449-
{
450-
"targetId": "item_potion",
451-
"quantity": 1
452-
}
453-
]
454-
}
455-
},
456-
{
457-
"id": "quest_sell_gem",
458-
"type": "Quest",
459-
"name": "Sell Gem",
460-
"data": {
461-
"description": "Sell a basic gem to the local merchant.",
462-
"duration": 5,
463-
"quest_type": "Recurring",
464-
"primary_stat": "Speed",
465-
"required_stats": {},
466-
"stat_rewards": {}
467-
},
468-
"in_edges": {
469-
"requires_quest": [
470-
"quest_visit_starting_town"
471-
]
472-
},
473-
"out_edges": {
474-
"consumes": [
475-
{
476-
"targetId": "item_basic_gem",
477-
"quantity": 1
478-
}
479-
],
480-
"rewards": [
481-
{
482-
"targetId": "item_gold",
483-
"quantity": 150
484-
}
485-
]
486-
}
487-
},
488424
{
489425
"id": "quest_recover_the_ancient_tome",
490426
"type": "Quest",
@@ -1447,27 +1383,19 @@
14471383
"quantity": 1
14481384
},
14491385
{
1450-
"targetId": "quest_buy_potion",
1451-
"quantity": 1
1452-
},
1453-
{
1454-
"targetId": "quest_sell_gem",
1386+
"targetId": "quest_recover_the_ancient_tome",
14551387
"quantity": 1
14561388
},
14571389
{
14581390
"targetId": "quest_learn_about_cadences",
14591391
"quantity": 1
14601392
},
1461-
{
1462-
"targetId": "quest_learn_about_the_mines",
1463-
"quantity": 1
1464-
},
14651393
{
14661394
"targetId": "quest_learn_about_the_dark_forest",
14671395
"quantity": 1
14681396
},
14691397
{
1470-
"targetId": "quest_recover_the_ancient_tome",
1398+
"targetId": "quest_learn_about_the_mines",
14711399
"quantity": 1
14721400
}
14731401
]
@@ -1492,11 +1420,11 @@
14921420
"quantity": 1
14931421
},
14941422
{
1495-
"targetId": "quest_gather_moonberries",
1423+
"targetId": "quest_hunt_spiders",
14961424
"quantity": 1
14971425
},
14981426
{
1499-
"targetId": "quest_hunt_spiders",
1427+
"targetId": "quest_gather_moonberries",
15001428
"quantity": 1
15011429
}
15021430
]
@@ -1563,11 +1491,11 @@
15631491
"out_edges": {
15641492
"contains": [
15651493
{
1566-
"targetId": "quest_hunt_slimes",
1494+
"targetId": "quest_hunt_goblins",
15671495
"quantity": 1
15681496
},
15691497
{
1570-
"targetId": "quest_hunt_goblins",
1498+
"targetId": "quest_hunt_slimes",
15711499
"quantity": 1
15721500
},
15731501
{
@@ -1600,11 +1528,11 @@
16001528
"quantity": 1
16011529
},
16021530
{
1603-
"targetId": "quest_power_the_forge",
1531+
"targetId": "quest_scavenge_scrap",
16041532
"quantity": 1
16051533
},
16061534
{
1607-
"targetId": "quest_scavenge_scrap",
1535+
"targetId": "quest_power_the_forge",
16081536
"quantity": 1
16091537
}
16101538
]
@@ -1675,11 +1603,11 @@
16751603
"out_edges": {
16761604
"contains": [
16771605
{
1678-
"targetId": "quest_deep_sea_scavenge",
1606+
"targetId": "quest_harvest_sea_life",
16791607
"quantity": 1
16801608
},
16811609
{
1682-
"targetId": "quest_harvest_sea_life",
1610+
"targetId": "quest_deep_sea_scavenge",
16831611
"quantity": 1
16841612
}
16851613
]

Mythril.Blazor/wwwroot/data/locations.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
"Prologue",
77
"Tutorial Section",
88
"Visit Starting Town",
9-
"Buy Potion",
10-
"Sell Gem",
9+
"Recover the Ancient Tome",
1110
"Learn About Cadences",
12-
"Learn about the Mines",
1311
"Learn about the Dark Forest",
14-
"Recover the Ancient Tome"
12+
"Learn about the Mines"
1513
]
1614
},
1715
{
@@ -20,8 +18,8 @@
2018
"RequiredQuest": "Tutorial Section",
2119
"Quests": [
2220
"Chop Wood",
23-
"Gather Moonberries",
24-
"Hunt Spiders"
21+
"Hunt Spiders",
22+
"Gather Moonberries"
2523
]
2624
},
2725
{
@@ -46,8 +44,8 @@
4644
"Type": "Plains",
4745
"RequiredQuest": "Visit Starting Town",
4846
"Quests": [
49-
"Hunt Slimes",
5047
"Hunt Goblins",
48+
"Hunt Slimes",
5149
"Hunt Sand-Sharks",
5250
"Locate the Hidden Oasis"
5351
]
@@ -58,8 +56,8 @@
5856
"RequiredQuest": "Learn about the Mines",
5957
"Quests": [
6058
"Mine Iron Ore",
61-
"Power the Forge",
62-
"Scavenge Scrap"
59+
"Scavenge Scrap",
60+
"Power the Forge"
6361
]
6462
},
6563
{
@@ -85,8 +83,8 @@
8583
"Type": "Water",
8684
"RequiredQuest": "Hunt Sand-Sharks",
8785
"Quests": [
88-
"Deep Sea Scavenge",
89-
"Harvest Sea-Life"
86+
"Harvest Sea-Life",
87+
"Deep Sea Scavenge"
9088
]
9189
},
9290
{

Mythril.Blazor/wwwroot/data/quest_details.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -44,46 +44,6 @@
4444
"RequiredStats": {},
4545
"StatRewards": {}
4646
},
47-
{
48-
"Quest": "Buy Potion",
49-
"DurationSeconds": 5,
50-
"Type": "Recurring",
51-
"Requirements": [
52-
{
53-
"Item": "Gold",
54-
"Quantity": 100
55-
}
56-
],
57-
"Rewards": [
58-
{
59-
"Item": "Potion",
60-
"Quantity": 1
61-
}
62-
],
63-
"PrimaryStat": "Vitality",
64-
"RequiredStats": {},
65-
"StatRewards": {}
66-
},
67-
{
68-
"Quest": "Sell Gem",
69-
"DurationSeconds": 5,
70-
"Type": "Recurring",
71-
"Requirements": [
72-
{
73-
"Item": "Basic Gem",
74-
"Quantity": 1
75-
}
76-
],
77-
"Rewards": [
78-
{
79-
"Item": "Gold",
80-
"Quantity": 150
81-
}
82-
],
83-
"PrimaryStat": "Speed",
84-
"RequiredStats": {},
85-
"StatRewards": {}
86-
},
8747
{
8848
"Quest": "Recover the Ancient Tome",
8949
"DurationSeconds": 60,

Mythril.Blazor/wwwroot/data/quest_unlocks.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@
1111
"Tutorial Section"
1212
]
1313
},
14-
{
15-
"Quest": "Buy Potion",
16-
"Requires": [
17-
"Visit Starting Town"
18-
]
19-
},
20-
{
21-
"Quest": "Sell Gem",
22-
"Requires": [
23-
"Visit Starting Town"
24-
]
25-
},
2614
{
2715
"Quest": "Recover the Ancient Tome",
2816
"Requires": [

Mythril.Blazor/wwwroot/data/quests.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
"Name": "Visit Starting Town",
1212
"Description": "Explore the local village."
1313
},
14-
{
15-
"Name": "Buy Potion",
16-
"Description": "Purchase a healing potion from the local merchant."
17-
},
18-
{
19-
"Name": "Sell Gem",
20-
"Description": "Sell a basic gem to the local merchant."
21-
},
2214
{
2315
"Name": "Recover the Ancient Tome",
2416
"Description": "Find the lost book of cadences."

docs/Playtest_Feedback.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
- [DONE] When quests or unlocks are being worked on there is an in process icon. There needs to be a margin between the end of the Title and the process icon (See [docs/resolution/2026-04-23_process_icon_margin.md](resolution/2026-04-23_process_icon_margin.md))
2-
3-
- [DONE] review the readme.md and update with features that have been added since the last modification to the readme. Make sure to specifically mention the new content manager module. Do not remove the words from the human developer. That must remain as a footnote. (Updated README.md)
4-
5-
- [DONE] the content manager is having an issue loading refinements. It always loads the abilities from the topmost refinement. Review. (See [docs/resolution/2026-04-23_refinement_loading_fix.md](resolution/2026-04-23_refinement_loading_fix.md))
6-
7-
- [DONE] AutoQuest unlock no longer shows a toggle button to automate tasks. Review. (See [docs/resolution/2026-04-23_autoquest_toggle_fix.md](resolution/2026-04-23_autoquest_toggle_fix.md))
8-
9-
- [DONE] Sorting of the workshop only sorts by the output item. But if the output is neither materials OR spells, it should revert to sorting by the input item. For example, some workshop refinement tasks turn gold into a material or a material into gold. Those should show up in the materials tab. (See [docs/resolution/2026-04-23_cms_deletion_and_sorting_fixes.md](resolution/2026-04-23_cms_deletion_and_sorting_fixes.md))
10-
11-
- [DONE] The content manager should show what exists in a given location and allow modifying what quests exist in that given location. (See [docs/resolution/2026-04-23_cms_deletion_and_sorting_fixes.md](resolution/2026-04-23_cms_deletion_and_sorting_fixes.md))

docs/feedback.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/pacing_baseline.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"routed_completion_time_minutes": 64,
3-
"reachable_quests": 36,
4-
"total_quests": 36,
2+
"routed_completion_time_minutes": 87,
3+
"reachable_quests": 34,
4+
"total_quests": 34,
55
"sustainability_percent": 100.0
66
}

0 commit comments

Comments
 (0)