generated from nhcarrigan/template
fix: move void_walker unlock to lava_flows to break combat power wall
This commit is contained in:
@@ -264,6 +264,7 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 15_000_000, type: "gold" },
|
{ amount: 15_000_000, type: "gold" },
|
||||||
{ amount: 4000, type: "essence" },
|
{ amount: 4000, type: "essence" },
|
||||||
|
{ targetId: "void_walker", type: "adventurer" },
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
zoneId: "volcanic_depths",
|
zoneId: "volcanic_depths",
|
||||||
@@ -277,9 +278,9 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
name: "The Temple of the Flame",
|
name: "The Temple of the Flame",
|
||||||
prerequisiteIds: [ "lava_flows" ],
|
prerequisiteIds: [ "lava_flows" ],
|
||||||
rewards: [
|
rewards: [
|
||||||
|
{ amount: 40_000_000, type: "gold" },
|
||||||
{ amount: 12_000, type: "essence" },
|
{ amount: 12_000, type: "essence" },
|
||||||
{ amount: 300, type: "crystals" },
|
{ amount: 300, type: "crystals" },
|
||||||
{ targetId: "void_walker", type: "adventurer" },
|
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
zoneId: "volcanic_depths",
|
zoneId: "volcanic_depths",
|
||||||
|
|||||||
Reference in New Issue
Block a user