Skip to content

Commit 5647984

Browse files
committed
content update
1 parent a8b88f2 commit 5647984

9 files changed

Lines changed: 61 additions & 42 deletions

File tree

Mythril.Blazor/wwwroot/data/content_graph.json

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
"type": "Stat",
312312
"name": "Vitality",
313313
"data": {
314-
"description": "Affects the speed and evasion of a character."
314+
"description": "Affects the robust physical defense of a character."
315315
},
316316
"in_edges": {},
317317
"out_edges": {}
@@ -336,6 +336,16 @@
336336
"in_edges": {},
337337
"out_edges": {}
338338
},
339+
{
340+
"id": "stat_spirit",
341+
"type": "Stat",
342+
"name": "Spirit",
343+
"data": {
344+
"description": "The ability to defend against magical afflictions."
345+
},
346+
"in_edges": {},
347+
"out_edges": {}
348+
},
339349
{
340350
"id": "quest_prologue",
341351
"type": "Quest",
@@ -475,11 +485,11 @@
475485
}
476486
},
477487
{
478-
"id": "quest_learn_about_the_dark_forest",
488+
"id": "quest_learn_about_greenwood_forest",
479489
"type": "Quest",
480-
"name": "Learn about the Dark Forest",
490+
"name": "Learn about Greenwood Forest",
481491
"data": {
482-
"description": "Hear the rumors of the corrupted forest.",
492+
"description": "Hear the rumors of the local forest.",
483493
"duration": 30,
484494
"quest_type": "Single",
485495
"primary_stat": "Vitality",
@@ -663,7 +673,7 @@
663673
"rewards": [
664674
{
665675
"targetId": "item_slime",
666-
"quantity": 50
676+
"quantity": 5
667677
}
668678
]
669679
}
@@ -956,7 +966,7 @@
956966
"description": "Find the legendary sanctuary in the waste.",
957967
"duration": 300,
958968
"quest_type": "Single",
959-
"primary_stat": "Vitality",
969+
"primary_stat": "Speed",
960970
"required_stats": {
961971
"Speed": 25
962972
},
@@ -1354,7 +1364,7 @@
13541364
"quantity": 1
13551365
},
13561366
{
1357-
"targetId": "quest_learn_about_the_dark_forest",
1367+
"targetId": "quest_learn_about_greenwood_forest",
13581368
"quantity": 1
13591369
},
13601370
{
@@ -1386,10 +1396,6 @@
13861396
"targetId": "quest_chop_wood",
13871397
"quantity": 1
13881398
},
1389-
{
1390-
"targetId": "quest_hunt_spiders",
1391-
"quantity": 1
1392-
},
13931399
{
13941400
"targetId": "quest_gather_moonberries",
13951401
"quantity": 1
@@ -1436,10 +1442,6 @@
14361442
},
14371443
"out_edges": {
14381444
"contains": [
1439-
{
1440-
"targetId": "quest_hunt_slimes",
1441-
"quantity": 1
1442-
},
14431445
{
14441446
"targetId": "quest_hunt_sand_sharks",
14451447
"quantity": 1
@@ -1469,6 +1471,18 @@
14691471
"targetId": "quest_hunt_bats",
14701472
"quantity": 1
14711473
},
1474+
{
1475+
"targetId": "quest_hunt_spiders",
1476+
"quantity": 1
1477+
},
1478+
{
1479+
"targetId": "quest_hunt_slimes",
1480+
"quantity": 1
1481+
},
1482+
{
1483+
"targetId": "quest_unlock_mining",
1484+
"quantity": 1
1485+
},
14721486
{
14731487
"targetId": "quest_mine_iron_ore",
14741488
"quantity": 1
@@ -2518,7 +2532,7 @@
25182532
"produces": [
25192533
{
25202534
"targetId": "item_fire_i",
2521-
"quantity": 5
2535+
"quantity": 10
25222536
}
25232537
]
25242538
}

Mythril.Blazor/wwwroot/data/locations.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Visit Starting Town",
99
"Recover the Ancient Tome",
1010
"Learn About Cadences",
11-
"Learn about the Dark Forest",
11+
"Learn about Greenwood Forest",
1212
"Learn about the Mines"
1313
]
1414
},
@@ -19,7 +19,6 @@
1919
"Quests": [
2020
"Hunt Goblins",
2121
"Chop Wood",
22-
"Hunt Spiders",
2322
"Gather Moonberries"
2423
]
2524
},
@@ -37,7 +36,6 @@
3736
"Type": "Plains",
3837
"RequiredQuest": "Visit Starting Town",
3938
"Quests": [
40-
"Hunt Slimes",
4139
"Hunt Sand-Sharks",
4240
"Locate the Hidden Oasis"
4341
]
@@ -48,6 +46,9 @@
4846
"RequiredQuest": "Learn about the Mines",
4947
"Quests": [
5048
"Hunt Bats",
49+
"Hunt Spiders",
50+
"Hunt Slimes",
51+
"Unlock Mining",
5152
"Mine Iron Ore",
5253
"Scavenge Scrap",
5354
"Power the Forge"

Mythril.Blazor/wwwroot/data/quest_cadence_unlocks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
{
15-
"Quest": "Learn about the Dark Forest",
15+
"Quest": "Learn about Greenwood Forest",
1616
"Cadences": [
1717
"Student"
1818
]

Mythril.Blazor/wwwroot/data/quest_details.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"StatRewards": {}
7676
},
7777
{
78-
"Quest": "Learn about the Dark Forest",
78+
"Quest": "Learn about Greenwood Forest",
7979
"DurationSeconds": 30,
8080
"Type": "Single",
8181
"Requirements": [],
@@ -174,7 +174,7 @@
174174
"Rewards": [
175175
{
176176
"Item": "Slime",
177-
"Quantity": 50
177+
"Quantity": 5
178178
}
179179
],
180180
"PrimaryStat": "Strength",
@@ -369,7 +369,7 @@
369369
"Quantity": 20
370370
}
371371
],
372-
"PrimaryStat": "Vitality",
372+
"PrimaryStat": "Speed",
373373
"RequiredStats": {
374374
"Speed": 25
375375
},

Mythril.Blazor/wwwroot/data/quest_unlocks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
{
27-
"Quest": "Learn about the Dark Forest",
27+
"Quest": "Learn about Greenwood Forest",
2828
"Requires": [
2929
"Learn about the Mines"
3030
]

Mythril.Blazor/wwwroot/data/quests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"Description": "Discover the power of your inner voice."
2121
},
2222
{
23-
"Name": "Learn about the Dark Forest",
24-
"Description": "Hear the rumors of the corrupted forest."
23+
"Name": "Learn about Greenwood Forest",
24+
"Description": "Hear the rumors of the local forest."
2525
},
2626
{
2727
"Name": "Hunt Goblins",

Mythril.Blazor/wwwroot/data/refinements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"InputItem": "Iron Ore",
1414
"InputQuantity": 1,
1515
"OutputItem": "Fire I",
16-
"OutputQuantity": 5
16+
"OutputQuantity": 10
1717
}
1818
]
1919
},

Mythril.Blazor/wwwroot/data/stats.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
{
77
"Name": "Vitality",
8-
"Description": "Affects the speed and evasion of a character."
8+
"Description": "Affects the robust physical defense of a character."
99
},
1010
{
1111
"Name": "Magic",
@@ -14,5 +14,9 @@
1414
{
1515
"Name": "Speed",
1616
"Description": "Determines the frequency of character actions."
17+
},
18+
{
19+
"Name": "Spirit",
20+
"Description": "The ability to defend against magical afflictions."
1721
}
1822
]

docs/Playtest_Feedback.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
- The "new content" indicator is still a bit unreliable. Consider a full refactor and possible service manager to single-source the interactions and fully unit test.
55
- Add identifiers to the workshop refinement tasks UI so it's easy to know who has access to a given refinement.
6+
7+
68
- Some of the basic refinement abilities need multiple sources: Refine Scrap, Alchemy I.
79
- Rework lightning. Currently it's only unlockable very late in the game and the magic itself is vastly outclassed by other options by that point, making it a chain of orphaned content. => Fire and Ice shards both being part of this chain and also pointless.
810
- Review and rework the entire stats system related to task performance. Right now, it's relatively random what requires vitality or speed, etc. I need to map things out and make larger design choices with intention. Just map for now.
911

10-
- hunt spiders should be in the mines, not the forest
11-
- hunt slimes should be in the mines, not the plains
12-
- Question "learn about the dark forest" should be renamed to Greenwood Forest
13-
14-
- j-str on Apprentice needs a second requirement
12+
- **j-str on Apprentice needs a second requirement. !!!major error. Secondary requirements aren't being heard!!!**
1513

1614
- Magic Pocket needs to be a benefit just to that character and more cadences need to have a magic pocket I and II unlock (enough so everyone could have it). Review. If we're leaving it as a global unlock, it needs to be properly illustrated in the UI as such.
1715

@@ -32,20 +30,12 @@
3230

3331
- Study Anchient Texts Quest doesn't unlock anything. Just provides a very poor source of gold. Review and improve the anchient library quest line.
3432

35-
- review fire refinement. Basic gem is more effecient to farm than iron ore, making the ore variant basically pointless. It should become better to mine ore via Strength and then refine it.
36-
37-
- *** Something is broken in the mining quest line. Cannot access the ability mine ore. ***
38-
3933
- Fire shard needs a different icon.
4034
- Anchient Bark needs a different icon.
4135

42-
- Add a Spirit Stat
43-
4436
- Tide-Caller could use some more abilities (consider j-str and j-magic)
4537
- Review what Deep Dive actually does as an unlock. Maybe improve UI to better explain.
4638

47-
- Quest "Locate the Hidden Oasis" should be driven by speed, not vitality.
48-
4939
- Review Moonberry. It's farmed in large amounts of only used to refine into ice I in very limited amounts. => Does unlock Essence Harvest
5040

5141
- Ice increases magic and speed stats too much. Reduce efficacy to fall more inline with fire.
@@ -65,4 +55,14 @@
6555
- Add a UI Toggle in Cadence menu to hide all fully learned Cadences
6656
- Add a UI Toggle in Locations to hide once-completed quests
6757
- Add a UI Toggle in Locations to hide once-completed locations
68-
- Remove Sort by Duration toggle in Locations
58+
- Remove Sort by Duration toggle in Locations
59+
60+
61+
- Quest "Locate the Hidden Oasis" should be driven by speed, not vitality.
62+
- Add a Spirit Stat
63+
- review fire refinement. Basic gem is more effecient to farm than iron ore, making the ore variant basically pointless. It should become better to mine ore via Strength and then refine it.
64+
- Question "learn about the dark forest" should be renamed to Greenwood Forest
65+
- hunt spiders should be in the mines, not the forest
66+
- hunt slimes should be in the mines, not the plains
67+
68+
- *** Something is broken in the mining quest line. Cannot access the ability mine ore. ***

0 commit comments

Comments
 (0)