fix: differentiate philosophers_stone and buff crystal_shard
CI / Lint, Build & Test (pull_request) Successful in 1m17s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m18s

- philosophers_stone: gold 1.25x → 1.4x (income specialist, distinct
  from eternal_flame which has combat 1.1x + gold 1.25x)
- crystal_shard: gold 1.10x → 1.20x (zone-5 epic, better premium)
- Closes #144
This commit is contained in:
2026-03-25 15:29:42 -07:00
committed by Naomi Carrigan
parent 0609cc7584
commit b6e218167d
+3 -3
View File
@@ -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",