Skip to content

Commit cd5b24d

Browse files
committed
tide-caller content update
1 parent 65b966a commit cd5b24d

2 files changed

Lines changed: 117 additions & 6 deletions

File tree

Mythril.Blazor/wwwroot/data/cadences.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@
436436
"Quantity": 5000
437437
}
438438
],
439-
"PrimaryStat": "Speed"
439+
"PrimaryStat": "Speed",
440+
"Effects": []
440441
},
441442
{
442443
"Ability": "Refine Water",
@@ -446,7 +447,41 @@
446447
"Quantity": 10
447448
}
448449
],
449-
"PrimaryStat": "Speed"
450+
"PrimaryStat": "Speed",
451+
"Effects": []
452+
},
453+
{
454+
"Ability": "Refine Ice",
455+
"Requirements": [
456+
{
457+
"Item": "Leather",
458+
"Quantity": 2
459+
}
460+
],
461+
"PrimaryStat": "Magic",
462+
"Effects": []
463+
},
464+
{
465+
"Ability": "J-Str",
466+
"Requirements": [
467+
{
468+
"Item": "Leather",
469+
"Quantity": 2
470+
}
471+
],
472+
"PrimaryStat": "Magic",
473+
"Effects": []
474+
},
475+
{
476+
"Ability": "J-Magic",
477+
"Requirements": [
478+
{
479+
"Item": "Blue Coral",
480+
"Quantity": 5
481+
}
482+
],
483+
"PrimaryStat": "Magic",
484+
"Effects": []
450485
}
451486
]
452487
},

Mythril.Blazor/wwwroot/data/content_graph.json

Lines changed: 80 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,8 @@
25112511
"quantity": 5000
25122512
}
25132513
]
2514-
}
2514+
},
2515+
"effects": []
25152516
},
25162517
{
25172518
"id": "ability_tide_caller_refine_water",
@@ -2530,7 +2531,68 @@
25302531
"quantity": 10
25312532
}
25322533
]
2533-
}
2534+
},
2535+
"effects": []
2536+
},
2537+
{
2538+
"id": "ability_tide_caller_refine_ice",
2539+
"type": "Ability",
2540+
"name": "Refine Ice",
2541+
"data": {
2542+
"description": "Refine items into ice magic",
2543+
"primary_stat": "Magic",
2544+
"metadata": {}
2545+
},
2546+
"in_edges": {},
2547+
"out_edges": {
2548+
"consumes": [
2549+
{
2550+
"targetId": "item_leather",
2551+
"quantity": 2
2552+
}
2553+
]
2554+
},
2555+
"effects": []
2556+
},
2557+
{
2558+
"id": "ability_tide_caller_j_str",
2559+
"type": "Ability",
2560+
"name": "J-Str",
2561+
"data": {
2562+
"description": "Allows junctioning magic to the Strength stat",
2563+
"primary_stat": "Magic",
2564+
"metadata": {}
2565+
},
2566+
"in_edges": {},
2567+
"out_edges": {
2568+
"consumes": [
2569+
{
2570+
"targetId": "item_leather",
2571+
"quantity": 2
2572+
}
2573+
]
2574+
},
2575+
"effects": []
2576+
},
2577+
{
2578+
"id": "ability_tide_caller_j_magic",
2579+
"type": "Ability",
2580+
"name": "J-Magic",
2581+
"data": {
2582+
"description": "Allows junctioning magic to the Magic stat",
2583+
"primary_stat": "Magic",
2584+
"metadata": {}
2585+
},
2586+
"in_edges": {},
2587+
"out_edges": {
2588+
"consumes": [
2589+
{
2590+
"targetId": "item_blue_coral",
2591+
"quantity": 5
2592+
}
2593+
]
2594+
},
2595+
"effects": []
25342596
},
25352597
{
25362598
"id": "cadence_tide_caller",
@@ -2549,6 +2611,18 @@
25492611
{
25502612
"targetId": "ability_tide_caller_refine_water",
25512613
"quantity": 1
2614+
},
2615+
{
2616+
"targetId": "ability_tide_caller_refine_ice",
2617+
"quantity": 1
2618+
},
2619+
{
2620+
"targetId": "ability_tide_caller_j_str",
2621+
"quantity": 1
2622+
},
2623+
{
2624+
"targetId": "ability_tide_caller_j_magic",
2625+
"quantity": 1
25522626
}
25532627
]
25542628
}
@@ -2652,7 +2726,8 @@
26522726
},
26532727
"in_edges": {
26542728
"requires_ability": [
2655-
"ability_arcanist_refine_ice"
2729+
"ability_arcanist_refine_ice",
2730+
"ability_tide_caller_refine_ice"
26562731
]
26572732
},
26582733
"out_edges": {
@@ -2679,7 +2754,8 @@
26792754
},
26802755
"in_edges": {
26812756
"requires_ability": [
2682-
"ability_arcanist_refine_ice"
2757+
"ability_arcanist_refine_ice",
2758+
"ability_tide_caller_refine_ice"
26832759
]
26842760
},
26852761
"out_edges": {

0 commit comments

Comments
 (0)