generated from nhcarrigan/template
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c7b88061d0
|
|||
|
912a7414b4
|
@@ -265,9 +265,9 @@ export const defaultQuests: Array<Quest> = [
|
|||||||
name: "The Sunken Temple",
|
name: "The Sunken Temple",
|
||||||
prerequisiteIds: [ "witch_coven" ],
|
prerequisiteIds: [ "witch_coven" ],
|
||||||
rewards: [
|
rewards: [
|
||||||
{ amount: 2_000_000, type: "gold" },
|
{ amount: 60_000_000, type: "gold" },
|
||||||
{ amount: 1500, type: "essence" },
|
{ amount: 25_000, type: "essence" },
|
||||||
{ amount: 75, type: "crystals" },
|
{ amount: 400, type: "crystals" },
|
||||||
],
|
],
|
||||||
status: "locked",
|
status: "locked",
|
||||||
zoneId: "shadow_marshes",
|
zoneId: "shadow_marshes",
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export const defaultUpgrades: Array<Upgrade> = [
|
|||||||
description:
|
description:
|
||||||
"Forge partnerships with mage guilds across the realm. All income +50%.",
|
"Forge partnerships with mage guilds across the realm. All income +50%.",
|
||||||
id: "essence_guild",
|
id: "essence_guild",
|
||||||
multiplier: 1.5,
|
multiplier: 2,
|
||||||
name: "Essence Guild",
|
name: "Essence Guild",
|
||||||
purchased: false,
|
purchased: false,
|
||||||
target: "global",
|
target: "global",
|
||||||
@@ -459,7 +459,7 @@ export const defaultUpgrades: Array<Upgrade> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
costCrystals: 10_000_000,
|
costCrystals: 50_000_000,
|
||||||
costEssence: 0,
|
costEssence: 0,
|
||||||
costGold: 0,
|
costGold: 0,
|
||||||
description: "Transcend mortal limits through void energy. All income x3.",
|
description: "Transcend mortal limits through void energy. All income x3.",
|
||||||
|
|||||||
Reference in New Issue
Block a user