From e33d16fdf3ed88baf73d59ef4a4187f9211cb1c9 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 14 May 2023 10:32:35 -0500 Subject: [PATCH] Wording changes --- src/data/data.tsx | 8 ++++---- src/data/planes.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/data.tsx b/src/data/data.tsx index d61a70b..746e200 100644 --- a/src/data/data.tsx +++ b/src/data/data.tsx @@ -153,7 +153,7 @@ export const tools = { }, emerald: { cost: 1e19, - name: "Artificial Intelligence", + name: "AI", type: "passive", state: "emerald" }, @@ -165,7 +165,7 @@ export const tools = { }, diamond: { cost: 1e30, - name: "Machine Learning", + name: "ML", type: "passive", state: "diamond" }, @@ -200,7 +200,7 @@ export const tools = { export const relics = { dirt: "BOGO Coupon", sand: "Metal Detector", - gravel: "Neural Networks", + gravel: "Neural Nets", wood: "Mining Laser", stone: "Replicator", coal: "Planar Intelligence", @@ -212,7 +212,7 @@ export const relics = { platinum: "Time Dilation", diamond: "Paypal", berylium: "Tiered Mining", - unobtainium: "Overclocked Portals", + unobtainium: "OC'ed Portals", ultimatum: "Rebates" } as const satisfies Record; diff --git a/src/data/planes.tsx b/src/data/planes.tsx index a391111..3ea665b 100644 --- a/src/data/planes.tsx +++ b/src/data/planes.tsx @@ -1027,7 +1027,7 @@ export function createPlane( Math.floor(random() * Object.keys(influenceTypes).length) ]; influenceTreasures.push(randomInfluence); - description = `Gain a new portal influence (${influenceTypes[randomInfluence].display})`; + description = `Gain a portal influence (${influenceTypes[randomInfluence].display})`; onComplete = () => { if (randomInfluence in main.influenceNodes.value) { toast.warning(