generated from nhcarrigan/template
peasant_1: moved from storm_citadel (zone 3, 1.5M CP) to goblin_camp (zone 1, no CP gate) — the starting adventurer's upgrade should be available from the very early game. militia_1: moved from shadow_mere (zone 4, 5M CP) to necromancer_tower (zone 2, 500 CP) — tier 2 adventurer upgrade should unlock soon after the adventurer itself.
This commit is contained in:
@@ -33,6 +33,7 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 2000, type: "gold" },
|
{ amount: 2000, type: "gold" },
|
||||||
{ amount: 5, type: "essence" },
|
{ amount: 5, type: "essence" },
|
||||||
|
{ targetId: "peasant_1", type: "upgrade" },
|
||||||
{ targetId: "apprentice", type: "adventurer" },
|
{ targetId: "apprentice", type: "adventurer" },
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
@@ -81,6 +82,7 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 15_000, type: "gold" },
|
{ amount: 15_000, type: "gold" },
|
||||||
{ amount: 20, type: "essence" },
|
{ amount: 20, type: "essence" },
|
||||||
|
{ targetId: "militia_1", type: "upgrade" },
|
||||||
{ targetId: "acolyte_1", type: "upgrade" },
|
{ targetId: "acolyte_1", type: "upgrade" },
|
||||||
{ targetId: "ranger", type: "adventurer" },
|
{ targetId: "ranger", type: "adventurer" },
|
||||||
],
|
],
|
||||||
@@ -149,7 +151,6 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
prerequisiteIds: [],
|
prerequisiteIds: [],
|
||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 150, type: "essence" },
|
{ amount: 150, type: "essence" },
|
||||||
{ targetId: "militia_1", type: "upgrade" },
|
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
zoneId: "shadow_marshes",
|
zoneId: "shadow_marshes",
|
||||||
@@ -248,7 +249,6 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 30_000_000, type: "gold" },
|
{ amount: 30_000_000, type: "gold" },
|
||||||
{ amount: 10_000, type: "essence" },
|
{ amount: 10_000, type: "essence" },
|
||||||
{ targetId: "peasant_1", type: "upgrade" },
|
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
zoneId: "frozen_peaks",
|
zoneId: "frozen_peaks",
|
||||||
|
|||||||
Reference in New Issue
Block a user