generated from nhcarrigan/template
balance: improve mid-game crystal income (#165)
Add 150 crystals to shadow_mere and 500 to witch_coven quest rewards. Double shadow_marshes boss crystal drops (700->1500, 1500->3000, 3000->6000) to provide meaningful crystal flow for players reaching Shadow Marshes.
This commit is contained in:
@@ -233,6 +233,7 @@ export const defaultQuests: Array<Quest> = [
|
||||
rewards: [
|
||||
{ amount: 5_000_000, type: "gold" },
|
||||
{ amount: 5000, type: "essence" },
|
||||
{ amount: 150, type: "crystals" },
|
||||
{ targetId: "peasant_3", type: "upgrade" },
|
||||
],
|
||||
status: "locked",
|
||||
@@ -249,6 +250,7 @@ export const defaultQuests: Array<Quest> = [
|
||||
rewards: [
|
||||
{ amount: 20_000_000, type: "gold" },
|
||||
{ amount: 20_000, type: "essence" },
|
||||
{ amount: 500, type: "crystals" },
|
||||
{ targetId: "shadow_assassin", type: "adventurer" },
|
||||
],
|
||||
status: "locked",
|
||||
|
||||
Reference in New Issue
Block a user