generated from nhcarrigan/template
fix: runestone formula, prestige/transcendence rebalance, exploration fixes, and comprehensive balance audit #135
@@ -177,7 +177,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
baseCost: 1_400_000_000_000,
|
baseCost: 1_800_000_000_000,
|
||||||
class: "paladin",
|
class: "paladin",
|
||||||
combatPower: 400_000,
|
combatPower: 400_000,
|
||||||
count: 0,
|
count: 0,
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "trinket",
|
type: "trinket",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { clickMultiplier: 1.55, goldMultiplier: 1.2 },
|
bonus: { clickMultiplier: 1.65, goldMultiplier: 1.2 },
|
||||||
description:
|
description:
|
||||||
"A fragment of the Mud Kraken's crystallised essence. Focuses raw power into devastating strikes.",
|
"A fragment of the Mud Kraken's crystallised essence. Focuses raw power into devastating strikes.",
|
||||||
equipped: false,
|
equipped: false,
|
||||||
@@ -305,7 +305,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "trinket",
|
type: "trinket",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { clickMultiplier: 2.25, goldMultiplier: 1.4 },
|
bonus: { clickMultiplier: 2.5, goldMultiplier: 1.4 },
|
||||||
description:
|
description:
|
||||||
"The legendary stone that transmutes effort into wealth — every action fills the coffers.",
|
"The legendary stone that transmutes effort into wealth — every action fills the coffers.",
|
||||||
equipped: false,
|
equipped: false,
|
||||||
|
|||||||
@@ -492,6 +492,19 @@ export const defaultRecipes: Array<CraftingRecipe> = [
|
|||||||
],
|
],
|
||||||
zoneId: "abyssal_trench",
|
zoneId: "abyssal_trench",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
bonus: { type: "click_power", value: 1.38 },
|
||||||
|
description:
|
||||||
|
"A primeval relic submerged at the absolute boundary of existence alongside omega crystals and boundary shards — the first and last thing, unified. Every action your guild takes through it is simultaneously the most ancient and most final thing that has ever happened. It does not miss.",
|
||||||
|
id: "primal_omega_lens",
|
||||||
|
name: "Primal Omega Lens",
|
||||||
|
requiredMaterials: [
|
||||||
|
{ materialId: "primeval_relic", quantity: 2 },
|
||||||
|
{ materialId: "boundary_shard", quantity: 4 },
|
||||||
|
{ materialId: "omega_crystal", quantity: 2 },
|
||||||
|
],
|
||||||
|
zoneId: "the_absolute",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
bonus: { type: "combat_power", value: 1.4 },
|
bonus: { type: "combat_power", value: 1.4 },
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user