generated from nhcarrigan/template
balance: comprehensive game balance pass (#103-#123) #124
@@ -33,6 +33,7 @@ export const defaultQuests: Array<Quest> = [
|
||||
rewards: [
|
||||
{ amount: 2000, type: "gold" },
|
||||
{ amount: 5, type: "essence" },
|
||||
{ targetId: "peasant_1", type: "upgrade" },
|
||||
{ targetId: "apprentice", type: "adventurer" },
|
||||
],
|
||||
status: "locked",
|
||||
@@ -81,6 +82,7 @@ export const defaultQuests: Array<Quest> = [
|
||||
rewards: [
|
||||
{ amount: 15_000, type: "gold" },
|
||||
{ amount: 20, type: "essence" },
|
||||
{ targetId: "militia_1", type: "upgrade" },
|
||||
{ targetId: "acolyte_1", type: "upgrade" },
|
||||
{ targetId: "ranger", type: "adventurer" },
|
||||
],
|
||||
@@ -149,7 +151,6 @@ export const defaultQuests: Array<Quest> = [
|
||||
prerequisiteIds: [],
|
||||
rewards: [
|
||||
{ amount: 150, type: "essence" },
|
||||
{ targetId: "militia_1", type: "upgrade" },
|
||||
],
|
||||
status: "locked",
|
||||
zoneId: "shadow_marshes",
|
||||
@@ -248,7 +249,6 @@ export const defaultQuests: Array<Quest> = [
|
||||
rewards: [
|
||||
{ amount: 30_000_000, type: "gold" },
|
||||
{ amount: 10_000, type: "essence" },
|
||||
{ targetId: "peasant_1", type: "upgrade" },
|
||||
],
|
||||
status: "locked",
|
||||
zoneId: "frozen_peaks",
|
||||
|
||||
Reference in New Issue
Block a user