generated from nhcarrigan/template
Compare commits
5 Commits
d84725921a
...
b6e218167d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6e218167d
|
|||
|
0609cc7584
|
|||
|
7c390f45b5
|
|||
|
7ecc655484
|
|||
|
4b3a856ef9
|
@@ -26,7 +26,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
combatPower: 3,
|
combatPower: 3,
|
||||||
count: 0,
|
count: 0,
|
||||||
essencePerSecond: 0,
|
essencePerSecond: 0,
|
||||||
goldPerSecond: 0.5,
|
goldPerSecond: 0.7,
|
||||||
id: "militia",
|
id: "militia",
|
||||||
level: 2,
|
level: 2,
|
||||||
name: "Militia",
|
name: "Militia",
|
||||||
@@ -129,7 +129,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
baseCost: 2_600_000_000,
|
baseCost: 2_850_000_000,
|
||||||
class: "mage",
|
class: "mage",
|
||||||
combatPower: 13_000,
|
combatPower: 13_000,
|
||||||
count: 0,
|
count: 0,
|
||||||
@@ -141,7 +141,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
baseCost: 11_000_000_000,
|
baseCost: 13_500_000_000,
|
||||||
class: "rogue",
|
class: "rogue",
|
||||||
combatPower: 28_000,
|
combatPower: 28_000,
|
||||||
count: 0,
|
count: 0,
|
||||||
@@ -153,7 +153,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
baseCost: 47_000_000_000,
|
baseCost: 64_000_000_000,
|
||||||
class: "paladin",
|
class: "paladin",
|
||||||
combatPower: 60_000,
|
combatPower: 60_000,
|
||||||
count: 0,
|
count: 0,
|
||||||
@@ -165,7 +165,7 @@ export const defaultAdventurers: Array<Adventurer> = [
|
|||||||
unlocked: false,
|
unlocked: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
baseCost: 200_000_000_000,
|
baseCost: 300_000_000_000,
|
||||||
class: "rogue",
|
class: "rogue",
|
||||||
combatPower: 130_000,
|
combatPower: 130_000,
|
||||||
count: 0,
|
count: 0,
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "trinket",
|
type: "trinket",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { clickMultiplier: 1.55, goldMultiplier: 1.1 },
|
bonus: { clickMultiplier: 1.55, 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,9 +305,9 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "trinket",
|
type: "trinket",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { clickMultiplier: 2.25, goldMultiplier: 1.25 },
|
bonus: { clickMultiplier: 2.25, goldMultiplier: 1.4 },
|
||||||
description:
|
description:
|
||||||
"The legendary stone that grants mastery over gold and combat alike.",
|
"The legendary stone that transmutes effort into wealth — every action fills the coffers.",
|
||||||
equipped: false,
|
equipped: false,
|
||||||
id: "philosophers_stone",
|
id: "philosophers_stone",
|
||||||
name: "Philosopher's Stone",
|
name: "Philosopher's Stone",
|
||||||
@@ -697,7 +697,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
},
|
},
|
||||||
// ── Purchasable endgame sinks ─────────────────────────────────────────────
|
// ── Purchasable endgame sinks ─────────────────────────────────────────────
|
||||||
{
|
{
|
||||||
bonus: { clickMultiplier: 3 },
|
bonus: { clickMultiplier: 4.25 },
|
||||||
cost: { crystals: 0, essence: 20_000_000, gold: 0 },
|
cost: { crystals: 0, essence: 20_000_000, gold: 0 },
|
||||||
description:
|
description:
|
||||||
"A lens of compressed celestial light that sharpens every strike with divine precision.",
|
"A lens of compressed celestial light that sharpens every strike with divine precision.",
|
||||||
@@ -721,7 +721,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "armour",
|
type: "armour",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { combatMultiplier: 7 },
|
bonus: { combatMultiplier: 10.5 },
|
||||||
cost: { crystals: 0, essence: 100_000_000, gold: 0 },
|
cost: { crystals: 0, essence: 100_000_000, gold: 0 },
|
||||||
description:
|
description:
|
||||||
"A weapon that channels void energy — the absence of resistance makes every strike devastating.",
|
"A weapon that channels void energy — the absence of resistance makes every strike devastating.",
|
||||||
@@ -745,7 +745,7 @@ export const defaultEquipment: Array<Equipment> = [
|
|||||||
type: "trinket",
|
type: "trinket",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { goldMultiplier: 4.75 },
|
bonus: { goldMultiplier: 7.5 },
|
||||||
cost: { crystals: 20_000_000, essence: 0, gold: 0 },
|
cost: { crystals: 20_000_000, essence: 0, gold: 0 },
|
||||||
description:
|
description:
|
||||||
"Armour structured around a crystalline lattice of optimal income calculations. Every gold piece finds you faster.",
|
"Armour structured around a crystalline lattice of optimal income calculations. Every gold piece finds you faster.",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export const defaultRecipes: Array<CraftingRecipe> = [
|
|||||||
zoneId: "verdant_vale",
|
zoneId: "verdant_vale",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { type: "combat_power", value: 1.08 },
|
bonus: { type: "combat_power", value: 1.12 },
|
||||||
description:
|
description:
|
||||||
"A ward fashioned from bark older than the kingdom. Its presence on the battlefield is not merely physical — something ancient watches through it.",
|
"A ward fashioned from bark older than the kingdom. Its presence on the battlefield is not merely physical — something ancient watches through it.",
|
||||||
id: "elder_bark_shield",
|
id: "elder_bark_shield",
|
||||||
@@ -75,7 +75,7 @@ export const defaultRecipes: Array<CraftingRecipe> = [
|
|||||||
zoneId: "frozen_peaks",
|
zoneId: "frozen_peaks",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { type: "gold_income", value: 1.1 },
|
bonus: { type: "gold_income", value: 1.15 },
|
||||||
description:
|
description:
|
||||||
"The void shard set in frost crystal, creating something that should not be possible: a stable window into the spaces between spaces. Profitable beyond what physics suggests.",
|
"The void shard set in frost crystal, creating something that should not be possible: a stable window into the spaces between spaces. Profitable beyond what physics suggests.",
|
||||||
id: "void_fragment_amulet",
|
id: "void_fragment_amulet",
|
||||||
@@ -231,7 +231,7 @@ export const defaultRecipes: Array<CraftingRecipe> = [
|
|||||||
zoneId: "infernal_court",
|
zoneId: "infernal_court",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
bonus: { type: "essence_income", value: 1.15 },
|
bonus: { type: "essence_income", value: 1.2 },
|
||||||
description:
|
description:
|
||||||
"Soul residue and demon ichor worked into a catalyst that draws the essence from everything around it — gently, without drawing the court's attention. Usually.",
|
"Soul residue and demon ichor worked into a catalyst that draws the essence from everything around it — gently, without drawing the court's attention. Usually.",
|
||||||
id: "soul_bound_catalyst",
|
id: "soul_bound_catalyst",
|
||||||
@@ -508,6 +508,18 @@ export const defaultRecipes: Array<CraftingRecipe> = [
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Zone 18: the_absolute
|
// Zone 18: the_absolute
|
||||||
|
{
|
||||||
|
bonus: { type: "click_power", value: 1.28 },
|
||||||
|
description:
|
||||||
|
"Absolute fragments ground and set in an omega crystal lattice — an instrument of pure finality. Every action your guild takes through it carries the weight of an ending. It does not miss.",
|
||||||
|
id: "absolute_focus",
|
||||||
|
name: "Absolute Focus",
|
||||||
|
requiredMaterials: [
|
||||||
|
{ materialId: "absolute_fragment", quantity: 8 },
|
||||||
|
{ materialId: "omega_crystal", quantity: 3 },
|
||||||
|
],
|
||||||
|
zoneId: "the_absolute",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
bonus: { type: "gold_income", value: 1.3 },
|
bonus: { type: "gold_income", value: 1.3 },
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user